# Data Source Examples

This section shows examples of setting up a few data sources and lists fields that are unique for the data source.

{% hint style="info" %}
Information about where to get the information for these fields is described in detail in the [*Data Sources*](/technical-documentation/data-sources.md) section.&#x20;
{% endhint %}

### **Azure Active Directory Data Source**

In the Cloud pane, expand **Identity Services**, select **Add New Data Source**, and then select **Azure**.

<figure><img src="/files/XFufj2VNO0YbNFi33vJO" alt=""><figcaption></figcaption></figure>

Unique fields for Azure Active Directory:

**Tenant ID:** Enter the tenant ID for the data source. This is a required field.

**Application ID:** Enter the application ID for the data source. This is a required field.

**Application Secret**: Enter the application secret. This is a required field.

### **Qualys Data Source**

In the Cloud pane, expand **Vulnerability** **Management**, select **Add New Datasource**, and then select **Qualys**.

<figure><img src="/files/N7tv8jbxwjES8o6pC8bi" alt=""><figcaption></figcaption></figure>

Unique fields for Qualys:

**Username:** Enter the username for the data source. This is a required field.

**Password:** Enter the password for the data source. This is a required field.

### **Tenable Data Source**

In the Cloud pane, expand **Vulnerability** **Management**, select **Add New Data Source**, and then select **Tenable**.

<figure><img src="/files/MVCBxy9PLQgbq6U6GmuO" alt=""><figcaption></figcaption></figure>

Unique fields for Tenable:

**Access Key:** Enter the access key for the data source. This is a required field.

**Secret Key:** Enter the secret key for the data source. This is a required field.

**Show Secret Key:** Check this check box to display the secret key in readable text instead of as asterisks.

### **Patch Management**

You can create a data source for patch management software your organization uses.

In the Cloud pane, expand **Patch** **Management**, select **Add New Data Source**, and then select **Patch Manager**.

<figure><img src="/files/5oNbRRqrsXhMbTwRhiND" alt=""><figcaption></figcaption></figure>

### **Other**

If you have other platforms you want to monitor, and they’re not available in any of the other Cloud categories, use **Other**.

{% hint style="warning" %}
Don't use **Other** unless you are directed to do so by the Epiphany development team.
{% endhint %}

In the Cloud pane, expand **Other**, select **Add New Data Source**, and then select **Unlisted Source**.

<figure><img src="/files/GINl3Y4rnUYQ72qP2enM" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.reveald.com/technical-documentation/admin-guides/epiphany-intelligence-platform-administrator-guide/administration/source-management/cloud-based-data-sources/data-source-examples.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
