# QuestionPro

### Overview

This integration imports survey responses and feedback data from your QuestionPro account into Birdie so that you can analyze customer insights alongside other feedback sources.

In order to authorize the Birdie integration to collect data from your QuestionPro account, you must provide a valid API Key.

### Requirements

To set up this integration, you’ll need:

* A QuestionPro account with API access enabled
* An API Key generated from your account<br>

To retrieve the API Key, follow the instructions below:

{% stepper %}
{% step %}

#### Access Account Settings

Log in to your QuestionPro account and access your dashboard.
{% endstep %}

{% step %}

#### Open Integrations Settings

Open any survey and navigate to the Integration tab.
{% endstep %}

{% step %}

#### Generate API Key

Click on "Get API Key" to generate your key

Once you have access to your API key, share it with us following our guide: [Securely Sharing Credentials for Data Integration](/integrations-and-data-ingestion/securely-sharing-credentials-for-data-integration.md).

{% hint style="info" %}
Note: API key is account specific and will be unique for each QuestionPro account.
{% endhint %}
{% endstep %}
{% endstepper %}

### Connect to Birdie

After completing the setup above and sharing your QuestionPro API key securely, the Birdie team will configure the connector and confirm when the integration is active.

#### API Considerations

QuestionPro enforces API rate limits based on your subscription plan.\
For more details, refer to the official [documentation](https://www.questionpro.com/help/generate-api-key.html#api-limits)

#### Import Process and Update Frequency

Birdie imports the most recently updated survey responses from QuestionPro and then retrieves their metadata. This process runs on a regular schedule, ensuring that the latest interactions and content are consistently reflected in the application.

### References

* [QuestionPro Documentation](https://www.questionpro.com/help/)


---

# 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://ask.birdie.ai/integrations-and-data-ingestion/how-to-integrate-with/questionpro.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.
