# 設置整合

返回設置指南，點擊 **添加整合** 或從側邊欄選擇 **整合**。在整合頁面上，點擊 **添加整合** 按鈕。

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

在 **添加整合** 彈出窗口中，填寫以下字段：

* **整合服務** – 從下拉菜單中選擇一個 LLM 服務，如 OpenAI、VertexAI、Anthropic... 或一個數據庫服務。
* **整合名稱** – 為您的整合創建一個可識別的名稱。
* **憑證** – 輸入您的 [API 憑證](/zh-hk/control-center/setup-guide/set-up-integrations/integration-assistance.md)。

<figure><img src="/files/xq7CzLzkdnJq2W144msh" 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/zh-hk/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.
