> For the complete documentation index, see [llms.txt](https://docs.chatalog.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.chatalog.ai/zh-cn/crm-quickstarts/messages/shou-jian-xiang-de-quan-xian-she-zhi.md).

# 收件箱的权限设置

帐号的**拥有者**可以设置指定的收件箱与指定的团队相关联，确保每个团队的成员只能访问与其相关的收件箱。 此功能对于拥有不同商店或管理不同收件箱的团队特别有用，因为它可以更好地组织和控制收件箱的访问权限。

**步骤1**：进入**设置**页面 =>**团队管理**，然后单击您要编辑收件箱权限的团队的编辑按钮。

<figure><img src="/files/jy2Gi4p8vOqe1ig4a7ho" alt=""><figcaption><p><strong>设置</strong>页面</p></figcaption></figure>

<figure><img src="/files/r9XlBurzJ6MyDsy9XVe0" alt=""><figcaption><p><strong>团队管理</strong></p></figcaption></figure>

**步骤2**：打开“收件箱权限”开关。 并选择你想要指定团队的收件箱。 完成后单击“保存”。

<figure><img src="/files/Km1EBMkVFYdwBfG4YXah" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/XFJqPyYKJSfpOrX49T39" alt=""><figcaption></figcaption></figure>

如果您不编辑团队的收件箱访问权限，则默认设置将为所有团队，并且团队成员可以访问所有收件箱。


---

# 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://docs.chatalog.ai/zh-cn/crm-quickstarts/messages/shou-jian-xiang-de-quan-xian-she-zhi.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.
