> For the complete documentation index, see [llms.txt](https://help.metaforms.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.metaforms.ai/survey-programming-decipher/legacy-to-unified-transition/integration-setup.md).

# Integration setup

## API integration page has moved

One of the first changes you'll notice is the relocation of the API integration page:

* **Legacy Workflow:** To set up the API key, users would navigate to **Settings → Integrations**.
* **Unified Flow:** To set up the API key, users now need to go to **Dashboard → Integrations**.

The process of adding the Account and setting up the API key remains the same—only the location has changed.

**Step 1:** Navigate to the Unified Dashboard to manage integrations.

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

**Step 2:** Go to **Integrations**.

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

**Step 3:** Create a new account and enter your API key under the new account.

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

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

**Note:** Only the location for API integration has changed; the process remains the same as in the legacy workflow.


---

# 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:

```
GET https://help.metaforms.ai/survey-programming-decipher/legacy-to-unified-transition/integration-setup.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.
