> For the complete documentation index, see [llms.txt](https://docs.reveald.com/technical-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.reveald.com/technical-documentation/data-sources/tenable/add-the-users-credentials-to-epiphany.md).

# Add the User's Credentials to Epiphany

{% hint style="info" %}
These instructions, for the most part, apply to both Tenable.io and Tenable.sc. Steps that are unique for each application are clearly identified.&#x20;
{% endhint %}

**Step 1:**

* Log in to your Epiphany account.&#x20;
* In the left menu, expand **Source Management** and select **Configuration.** \
  \
  ![](/files/P0sIGH1xIJx8qDxNNTUr)

## Tenable.io (cloud)

{% hint style="info" %}
Follow the steps in this section f you are using Tenable.io (cloud).
{% endhint %}

#### Step 2:

* Expand **Cloud** and then expand **Vulnerability Management.**
* Select **Add New Datasource.**&#x20;

![For Tenable.io, expand Cloud, expand Vulnerability Management, and select Add New Datasource.](/files/zTYmr07NTLzTAQrCB34z)

* Select **Teneable.io**.

![Select Tenable.io.](/files/xbhzRdyvfi1JTM2Eeu2C)

## Tenable.cs (on-prem)

{% hint style="info" %}
Follow the steps in this section if you are using Tenable.sc (on-prem).
{% endhint %}

#### Step 2:

* Expand **On-prem** and then expand **Vulnerability Management.**
* Select **Add New Datasource.**

![In On-Prem, expand Vulnerability Management and select Add New Datasource.](/files/t15AFOjagUktyPvxl94x)

* Select **Tenable.sc**.\
  ![](/files/Ydvw96CXHZaVGNo2zoOZ)

## Tenable.io and Tenable.sc

{% hint style="info" %}
Follow these steps for both Tenable.io and Tenable.sc.
{% endhint %}

#### Step 3:

* On the **Add New Datasource** page, enter this information:
  * **Data Source Name**: a description of the Tenable account.
  * **Data Source Owner**: from the drop-down list, select the name of your Tenable admin.
  * **Data Source Notes**: any additional information about the account.
  * **Access Key**: the Access Key you obtained in [*Generate an API Key*](/technical-documentation/data-sources/tenable/generate-an-api-key.md).&#x20;
  * **Secret Key**: the Secret Key you obtained in [*Generate an API Key*](/technical-documentation/data-sources/tenable/generate-an-api-key.md).

{% hint style="success" %}
To see the Access Key and Secret key as you type them, check the Show **Secret Key** checkbox.&#x20;
{% endhint %}

* For Tenable.sc only:
  * **IP/Hostname**: IP address or host name for the Tenable data source.&#x20;
* Select **Save**.

![Add New Datasource page for Tenable. ](/files/SPpycCsDLwGWmrgMzcx9)

{% hint style="info" %}
The **Add New Datasource** page is the same for both Tenable.io and Tenable.sc, with this exception: Tenable.io doesn't include the **IP/Hostname** and **Collector** settings. The Collector setting is covered in [*Deploy a Site Collector (Tenable.sc only).*](/technical-documentation/data-sources/tenable/deploy-a-site-collector-tenable.sc-only.md)&#x20;
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.reveald.com/technical-documentation/data-sources/tenable/add-the-users-credentials-to-epiphany.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
