# Fivetran

{% hint style="info" %}
To create API keys and Secret in Fivetran, you will need have **Account Administrator** access. See also the Fivetran docs [here](https://fivetran.com/docs/rest-api/getting-started).
{% endhint %}

## Generate API Key <a href="#generate-api-key" id="generate-api-key"></a>

{% hint style="danger" %}
**Fivetran only supports a single, account-level API key.** If one already exists, creating a new one will disable the existing key and connectivity for any applications using the existing key will stop working.

If a key already exists in your account, you should ask within your organization for the existing API Key and Secret.
{% endhint %}

1. To generate API credentials login to [Fivetran](https://fivetran.com/) as a user with the Account Administrator role.
2. On the top-left corner of your screen, click the drop-down with your account name and click on **Manage Account** to view your Fivetran account settings.

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

3. Select the **Settings tab** and in the API Config section at the bottom click on the Generate Button and make a note of the API key and API secret as we will need those to setup the Paradime integration.

<figure><img src="/files/ejf9PVsaJdavJHb72QRp" alt="" width="563"><figcaption></figcaption></figure>

## Connect the Fivetran Integration <a href="#connect-the-fivetran-integration" id="connect-the-fivetran-integration"></a>

The Fivetran integration can be connected by a Paradime **Admin user**. To enable the integration, in Paradime navigate to your *Account Settings > Integrations*, find the Fivetran integration and click *Connect*.

1. Add the API Key and Secret for your Fivetran account
2. Click on Test Connection to validate that Paradime can connect to Fivetran and start importing Metadata from your Connectors.

<figure><img src="/files/2bb01tpx0eLVS9TJmypL" alt=""><figcaption></figcaption></figure>

*Paradime uses the Fivetran API and Webhooks to extract Metadata from your connectors and the most recent status of each ingestion into your destinations.*


---

# 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.paradime.io/app-help/integrations/fivetran.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.
