> For the complete documentation index, see [llms.txt](https://gitbook.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gitbook.com/docs/documentation/zh/ji-cheng/install-an-integration.md).

# 安装和管理集成

有 [许多不同的集成](https://www.gitbook.com/integrations#custom-experiences) 可在 GitBook 中使用。从交互式内容块到高级分析工具，您喜爱的工具只需点击一下即可与 GitBook 集成。

您可以在单个部分、多个部分或整个组织的所有部分中安装集成。

如果您在单个部分中安装集成，它将仅在该特定部分中生效。通过在多个部分中安装集成，您可以在这些部分中执行操作。

<figure><img src="/files/16b1e2b17dbc3388239386a74e34038a45f5a901" alt="A GitBook screenshot showing the integration library"><figcaption><p>浏览 GitBook 内置的集成库。</p></figcaption></figure>

### 安装集成

#### 1. 打开集成界面

在某个部分或站点中启用集成之前，您需要先将其安装到组织中。返回您的组织 **主页** 并点击 **集成** 位于侧边栏中。您可以按类别浏览集成，或搜索您需要的集成。

一旦集成安装到您的组织中，您也可以在站点级别使用它——点击 **集成**，位于 **扩展** 在站点侧边栏中。已添加到站点的集成会显示在 **已安装的集成**.

#### 2. 选择集成并安装

接下来，点击您想要安装的集成。某些集成可以安装到您的部分中，而另一些则可安装到您已发布的文档中。

在此界面中，您可以选择要安装该集成的区域。

<figure><img src="/files/b56e4df261df027a501ab5bf87dcc8d05488b1bb" alt="A GitBook screenshot showing where you can install an integration"><figcaption><p>选择一个要安装集成的区域。</p></figcaption></figure>

#### 3. 配置您的集成

现在您可以使用该集成了。某些集成可能需要额外配置。如果需要，您会看到一条消息，提示您在部分或站点中配置该集成。

查看该集成的说明，了解更多关于为您的团队配置它的信息。


---

# 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://gitbook.com/docs/documentation/zh/ji-cheng/install-an-integration.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.
