# How to Integrate Survicate with Daton

### Pre-requisites

Before starting, ensure you have the following:

* Active Daton and Survicate account
* Survicate account with a subscription to a plan that includes API access.

### Integrate Daton with Survicate

1. Log in to your [Daton account](https://daton.sarasanalytics.com/u/integrations-list) and search for Survicate in the list of Connectors, then click **Configure**.
2. Enter the following details and click **Authenticate**:&#x20;

   * Integration Name
     * Optionally, add a description to identify the integration.
   * Replication Frequency&#x20;
   * Replication Start Date

   **Note** that the Integration Name will be used to create the integration tables and cannot be modified later.
3. Optionally, expand the **Advanced Configuration Options** section and, based on your requirements, modify the options to control the loading behavior of Daton.

   <figure><img src="/files/6P6tCFTrhwoHeKw4hHHL" alt=""><figcaption></figcaption></figure>
4. Find your Survicate API key, which is required to authenticate the integration with Daton and extract data for replication. To find and copy your Survicate API key, perform the following steps:
   1. Log in to your Survicate account.
   2. Click the **Settings** icon (gear icon) in the top right corner of the page and navigate to the **Surveys Settings** page.
   3. Select the **Data Export API** (or **Access Keys)** tab. View and copy the API key listed in the **Your API key** (or **API key)** section.
5. Paste the Survicate API key and click **Authenticate**.

   <figure><img src="/files/etQVaoZOtbAlldbzvQf6" alt=""><figcaption></figcaption></figure>
6. After successful authentication, you will be prompted to choose from the list of available tables. Select the required tables and click **Next**.

   * Optionally, based on your requirement, select specific options for each selected table.

   **Note**: The **All\_Surveys** table is the primary table in the Survicate connector. When you select any other supported table from the list of available tables on the **Configure Survicate** page, the **All\_Surveys** table will always be selected by default. This is because the **All\_Surveys** table contains a list of all surveys within your workspace, including their associated metadata and configuration parameters.&#x20;

   * For example, if you select the **Retrieve\_Survey** table on the **Configure Survicate** page, the **All\_Surveys** table will also be selected by default. This is because the **Retrieve\_Survey** table requires the survey ID of the survey that you want to retrieve. The **All\_Surveys** table contains a list of all surveys within your workspace, so you can use it to find the survey ID of the survey that you want to retrieve.

   <figure><img src="/files/wpQE3wu6jTRfpFYuCMSg" alt=""><figcaption></figcaption></figure>
7. Select the required fields for each table and click **Submit.**

   * **Note** that you will be prompted to select the destination for your account.

   <figure><img src="/files/5LYciUyeyyV2DzGBmYxg" alt=""><figcaption></figcaption></figure>
8. Select the destination for extracting Survicate data for replication and click **Confirm**. An integration successful message will be displayed.

## Important Note

* Integrations would begin in the Pending state and change to the Active state once the first job successfully loaded data into the configured warehouse.&#x20;
* Users can check job status and process logs from the integration details page by clicking on the integration name in the active list.&#x20;
* Users can Re-Authenticate, Edit, Clone, Pause, or Delete the integration at any moment by clicking on settings. You can also adjust the frequency and history of the integration.&#x20;
* On the Sources page, click Integration to access each table in your integration. The page also shows the state of each table, the last replicated time, and Reload access buttons.&#x20;


---

# 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://daton-sarasanalytics.gitbook.io/daton/integrations/data-sources/surveys/survicate/how-to-integrate-survicate-with-daton.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.
