> 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/zhang-hu-guan-li/organization-settings.md).

# 组织设置

{% hint style="info" %}
只有组织中的管理员才能访问组织设置。
{% endhint %}

查看并管理你的 GitBook 组织设置。这些设置包括成员、登录方式、合并规则、账单和方案。

<figure><img src="/files/181dd27ca63c2e7162fd5f59369be235716d6b63" alt="A GitBook screenshot showing the organization settings page"><figcaption><p>你的组织设置页面。</p></figcaption></figure>

### 访问组织的设置

1. 在侧边栏顶部，打开组织菜单。
2. 点击 **设置**.

设置会在专用屏幕中打开。你的个人 **账户** 设置包括 **常规**, **通知**, **组织**，以及 **开发者工具**。你的 **组织** 设置显示在侧边栏中。点击 **返回应用** 即可返回你的工作。

该 **组织** 组包含以下页面：

<details>

<summary>常规</summary>

**组织资料**

更新你组织的徽标和名称。

**GitBook AI 功能**

[GitBook AI](/docs/documentation/zh/creating-content/searching-your-content/gitbook-ai.md)驱动的搜索让成员可以用自然语言就你的内容提问。你还可以在网站的 [自定义设置](/docs/documentation/zh/docs-site/customization.md).

**操作**

在此部分删除你的组织。

{% hint style="danger" %}
**删除组织是永久性的。** GitBook 会删除所有相关数据。要保留组织拥有的内容， [先将其移动到另一个组织](/docs/documentation/zh/creating-content/content-structure/space.md#move-a-space) 。
{% endhint %}

</details>

<details>

<summary>成员</summary>

添加和移除 [成员](/docs/documentation/zh/collaboration/member-management.md)。你还可以更新每个成员的 [角色](/docs/documentation/zh/collaboration/member-management/roles.md).

</details>

<details>

<summary>合并规则</summary>

控制变更请求在你的整个组织中如何被审查和合并。默认情况下，组织规则适用于每个部分。每个部分都可以继承、替换或禁用这些规则。了解更多关于 [合并规则](/docs/documentation/zh/collaboration/merge-rules.md).

</details>

<details>

<summary>GitBook Agent</summary>

管理 [GitBook Agent](/docs/documentation/zh/gitbook-agent/what-is-gitbook-agent.md).

</details>

<details>

<summary>集成</summary>

查看为你的组织安装了哪些集成。你还可以 [安装新的集成](/docs/documentation/zh/ji-cheng/install-an-integration.md).

</details>

<details>

<summary>OpenAPI</summary>

管理你的组织网站用于 API 参考的 OpenAPI 规范。

</details>

<details>

<summary>翻译</summary>

管理组织范围内的自动翻译设置。

</details>

<details>

<summary>邀请链接</summary>

创建并管理允许他人加入你组织的链接。

</details>

<details>

<summary>团队</summary>

[团队](/docs/documentation/zh/collaboration/member-management/teams.md) 组织成员。你可以授予团队成员访问权限。

</details>

<details>

<summary>SSO</summary>

**电子邮件域名**

对于你添加的每个域名，拥有该域名电子邮件地址的人在创建 GitBook 账户后即可访问该组织。选择其默认 [角色](/docs/documentation/zh/collaboration/member-management/roles.md).

**SAML**

如果你使用的是企业版方案，请与你偏好的身份提供商配置 SAML 单点登录。 [联系销售](mailto:sales@gitbook.com) 以升级到企业版。

</details>

<details>

<summary>账单</summary>

查看你当前的方案并切换方案。使用切换开关查看按年价格（含 2 个月免费）或按月价格。然后使用每个方案下方的升级或降级按钮。

查看我们的 [账单政策](/docs/documentation/zh/zhang-hu-guan-li/plans/billing-policy.md) 了解在你在周期中更改方案时我们如何计算费用。

点击 **管理账单** 以打开 Stripe。在那里，你可以管理付款方式和账单信息。你还可以 [取消你的方案](/docs/documentation/zh/zhang-hu-guan-li/cancelling-a-plan.md)。如果你在账单周期结束前续订，你的方案将不中断地继续。

</details>


---

# 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/zhang-hu-guan-li/organization-settings.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.
