# SurveyMonkey

## 1. How to connect to SurveyMonkey?

You can follow the following steps to build a connection with your SurveyMonkey account.

1\. Go to the **Resources** page and click the **Add Resource** button.

2\. In the "Select a data source" step, select **SurveyMonkey** under **Apps**.

3\. In the "Configure the data source" step, enter the following information:

* **`Access Token`**: The value of the access token generated. See [here](#2.-how-to-generate-an-access-token-for-survey-monkey) to get an access token.

4\. In the "Select the tables" step, choose tables that you want to connect. See [here](#4.-available-data) for more details on each table.

5\. Click **Finish Setup**. You will see a  <img src="/files/-MgBo4LSmdK4OS-NqLZy" alt="" data-size="line"> icon next to your SurveyMonkey resource. It may take a few minutes to several hours depending on the data size and the number of your tables. Once your APP's data is ready, you will receive a notification email.&#x20;

## 2. How to generate an access token for Survey Monkey?

1\. Go to <https://developer.surveymonkey.com/apps> and log in to your account.

2\. Click **Add a New App**.&#x20;

3\. Name your app and choose **Private App**. Then, click **Create App**.

![](/files/agIR0Eyj1w8GFhjDOPGX)

4\. Once the app is created, go to **SETTINGS**.

![](/files/WDpTxqx31iW3xS4PI2fm)

5\. Scroll down to the **Scopes** section and check all **View** access (see the green ones as shown below). Click **Update Scopes**.

![](/files/DvlR9BIrghUhjuwgz5zO)

6\. Scroll up to the **Credentials** section. Then, copy **Access Token** and paste it to Ach&#x6F;**.**

![](/files/jNUbIHfXYI2pakUgdk52)

## 3. How to set up Data Sync?

Acho supports creating schedulers to retrieve the latest data from your SurveyMonkey account at a certain time interval. To see more details, you can visit [here](https://docs.acho.io/data-sync/untitled).

## 4. Available Data

For every third-party App integration, there are many tables that can be imported. Outside of the reference tables, here are some of the most used tables for your analytics.

* [Surveys](https://developer.surveymonkey.com/api/v3/#api-endpoints-get-surveys) (Incremental)
* [SurveyPages](https://developer.surveymonkey.com/api/v3/#surveys-id-pages)
* [SurveyQuestions](https://developer.surveymonkey.com/api/v3/#surveys-id-pages-id-questions)
* [SurveyResponses](https://developer.surveymonkey.com/api/v3/#survey-responses)


---

# 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.acho.io/acho-studio/resources/import-data/survey-monkey.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.
