# 连接第三方应用

集成可让你从其他平台拉取内容、向外推送更新，或自动化工作流程的部分环节。

### 可用集成

我们目前支持与以下类别工具的集成：

* **版本控制** — 连接你的代码仓库，以同步并触发工作流程
* **通信** — 向团队的消息工具发布通知和更新
* **支持** — 关联你的帮助台，为支持团队呈现相关内容
* **分析** — 跟踪访问者在已发布站点上的行为
* **SSO 提供商** — 通过你现有的身份提供商对团队进行身份认证

完整列表见 **设置 → 集成 → 浏览**.

### 连接集成

{% stepper %}
{% step %}

#### 打开集成页面

转到 **设置 → 集成** 并点击 **浏览全部集成**.
{% endstep %}

{% step %}

#### 选择一个集成

找到你要连接的应用并点击 **安装**.
{% endstep %}

{% step %}

#### 身份验证

系统将重定向到第三方应用以授予访问权限。请在批准前确认你已登录正确的账户。
{% endstep %}

{% step %}

#### 配置

连接完成后，你将返回设置页面，可在其中配置同步频率、包含的内容以及任何特定于应用的选项。
{% endstep %}
{% endstepper %}

### 管理已连接的集成

你可以随时从以下位置查看、重新配置或断开集成： **设置 → 集成 → 已连接**.

{% hint style="info" %}
断开某个集成不会删除已同步的任何内容——只会停止后续同步。
{% endhint %}

### 权限与访问

集成在身份验证期间使用的账户权限下运行。我们建议在可能的情况下使用服务账户或机器人用户，以避免当个别用户离开你的组织时造成中断。


---

# 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://isbm.savimbo.com/practice-guide/zh-cn/ji-cheng/lian-jie-di-san-fang-ying-yong.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.
