# Set Up Integrations

Head back to the Setup Guide and click **Add Integration** or select **Integrations** from the sidebar. On the Integrations page, click on the **Add Integrations** button.

<figure><img src="/files/w3Y1L21P3h49YvVE0JGg" alt="integrations page" width="563"><figcaption></figcaption></figure>

In the **Add Integration** pop-up window, fill out the following fields:

* **Integration Service** – Choose an LLM service such as OpenAI, VertexAI, Anthropic... or a database service from the dropdown menu.
* **Integration Name** – Create a recognizable name for your integration.
* **Credentials** – Enter your [API credentials](/control-center/setup-guide/set-up-integrations/integration-assistance.md).

<figure><img src="/files/x3eRgEgYa5jLhUyhTIm1" alt="add integration dialog" width="563"><figcaption></figcaption></figure>


---

# 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.skydeck.ai/control-center/setup-guide/set-up-integrations.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.
