# Add the API Token to Epiphany

{% hint style="warning" %}
This feature is in Early Release/BETA. Please contact your Epiphany Systems support or sales contact to learn more.
{% endhint %}

#### Step 1:

* Once all data is collected from the FortiOS dashboard, create a .zip file named **Collector\_Upload.zip** containing the data from FortiOS.

#### Step 2:

To SCP the file to the On-Premises Epiphany Collector, follow these steps:

* Navigate to your Epiphany dashboard using a web browser.
* Download the PEM file to the local device.

#### Step 3:

Once the PEM file is downloaded, it can be used to perform SCP of the compressed map folder to the Epiphany Collector. Proceed with the steps below based on the operating system in use:

{% tabs %}
{% tab title="Linux" %}

* Send the file to the ‘upload’ user using the following commands:

```
scp -i ~/.ssh/key.pem <mapfiles> upload@<Collector_IP>:~/upload
```

{% endtab %}

{% tab title="Windows 10" %}

* Enable OpenSSH Client on Windows 10 by going to **Settings** > **Apps and features** > **Optional Features.**
* Select **Add a feature**.
* Search for **OpenSSH Client.**
  * If it is already installed, continue to the next step.&#x20;
  * If it isn't installed, install **OpenSSH Client**.
* Open a command prompt and use the following command:

```
scp -i ~/.ssh/key.pem <mapfiles> upload@<Collector_IP>:~/upload
```

{% endtab %}
{% endtabs %}


---

# 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/data-sources-early-access/fortios/add-the-api-token-to-epiphany.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.
