> For the complete documentation index, see [llms.txt](https://ask.birdie.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ask.birdie.ai/~/revisions/5vNgx1SBLaM9wSz456q7/integrations-and-data-ingestion/how-to-integrate-with/track-nps.md).

# Track NPS

### Overview

Birdie allows you to connect your Track NPS account so that survey responses can be ingested and analyzed alongside your other feedback sources.

### Requirements

To connect Track NPS to Birdie, you need:

* An active Track NPS account with access to the **Apps** area.
* Permission to install the **API v2** app and create or access an API token that Birdie will use as the access token for the connector.

### Setup in Track NPS

{% stepper %}
{% step %}

### Access Apps

Once you're logged in, access your User menu and choose the option Apps.

![User menu → Apps](https://tawk.link/685001d2e1d1cb19110409b6/kb/attachments/UkIC8x3wMO.png)
{% endstep %}

{% step %}

### Install API v2

In the Apps page, click on "Instalar API v2".

![Install API v2](https://tawk.link/685001d2e1d1cb19110409b6/kb/attachments/r42rLW_IWf.png)
{% endstep %}

{% step %}

### Create or Select a Token

Select an existing token or create a new one. Birdie will use this token value as the Access token when setting up your Track connector.

![Select or create token](https://tawk.link/685001d2e1d1cb19110409b6/kb/attachments/Nu2OMBiSRc.png)
{% endstep %}
{% endstepper %}

### Connect to Birdie

After you have selected or created a token in Track NPS, securely share this token with the Birdie team. Birdie will configure the connector using this value as the access token and confirm once data is flowing.

### Data in scope

Birdie connectors, by default, will skip any columns containing PII or sensitive data. NPS/CSAT responses will be ingested along with anonymized user and company IDs only.

Birdie connector for Track NPS will ingest:

* answer\_id
* answer\_date
* survey\_type: nps or csat
* rating: answer score
* comment: answer comment
* account\_id (optional): some ID to reference the client
* \[custom fields] (optional): List of fields defined by the client to be used as filter for analysis

Along the ingestion pipeline, the first step detects, replaces and discards any PII or sensitive information existing within the comment field.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://ask.birdie.ai/~/revisions/5vNgx1SBLaM9wSz456q7/integrations-and-data-ingestion/how-to-integrate-with/track-nps.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
