# 组织设置

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

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

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

### 如何访问组织的设置

点击应用左上角你组织的名称，然后点击 **设置**。这会带你进入该组织设置页面的常规标签页，你还会在左侧看到包含更多设置的其他标签页。

<details>

<summary>常规</summary>

**组织资料**

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

**GitBook AI 功能**

[GitBook 的 AI](/docs/documentation/zh/creating-content/searching-your-content/gitbook-ai.md)-powered 搜索可让你的团队成员用自然语言就你的内容提问。你还可以为空间中已发布的内容启用 GitBook AI [自定义 ](/docs/documentation/zh/docs-site/customization.md)面板。

**发布**

你组织库中存在的每个已发布 GitBook 空间都会有一个由两部分组成的域名：

1. `[something].gitbook.com` （这是 GitBook 子域名） **或** 你自己的自定义子域名
2. `/[spaceURL]` （这是在空间自身的设置中设置的）

你可以在这里更新 GitBook 子域名，以及默认内容——也就是访问者直接进入你的 GitBook 子域名时会看到的空间。

注意：GitBook 子域名是一个旧版功能，在你阅读本文档时，你可能没有权限更改子域名。请参阅 [自定义域名设置](/docs/documentation/zh/docs-site/custom-domain.md) 并 [网站部分](/docs/documentation/zh/docs-site/site-structure/site-sections.md) 以了解如何使用自定义 URL 来构建你的文档。

**操作**

你可以在此部分删除组织。 **注意：删除组织后无法撤销！** 所有关联数据也会被删除。如果你想保留该组织拥有的任何空间或集合，请务必先 [移动](/docs/documentation/zh/creating-content/content-structure/space.md#move-a-space) 它们到另一个库。

</details>

<details>

<summary>成员</summary>

**成员标签页**

[成员](/docs/documentation/zh/collaboration/member-management.md) 可根据需要添加到组织中或从组织中移除。你还可以更新每位成员的 [角色](/docs/documentation/zh/collaboration/member-management/roles.md) 。

**团队标签页**

[团队](/docs/documentation/zh/collaboration/member-management/teams.md) 是用于在组织内对成员进行分组的一种方式。随后你可以向某个团队的任何成员授予对特定内容的访问权限。

</details>

<details>

<summary>SSO</summary>

**电子邮件域**

对于你指定的任何域名，拥有这些域名邮箱地址的任何人，在注册 GitBook 账号后，都将能够立即访问该组织。你可以决定这些成员默认应拥有什么 [角色](/docs/documentation/zh/collaboration/member-management/roles.md) 。

**SAML**

对于使用企业版方案的组织，你可以通过任意 SAML 解决方案配置 SSO，让成员通过你选择的身份提供商（IdP）访问 GitBook。 [联系销售](mailto:sales@gitbook.com) 如果你有兴趣升级到企业版！

</details>

<details>

<summary>集成</summary>

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

</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: 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://gitbook.com/docs/documentation/zh/zhang-hu-guan-li/organization-settings.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.
