# 邀请团队成员加入您的工作区

您可以根据工作区设置中您的方案允许邀请任意数量的团队成员。

### 发送邀请

{% stepper %}
{% step %}

#### 打开成员设置

转到 **设置 → 成员 → 邀请**.
{% endstep %}

{% step %}

#### 输入电子邮件地址

输入或粘贴一个或多个电子邮件地址。您可以通过用逗号分隔地址，一次邀请多人。
{% endstep %}

{% step %}

#### 选择角色

选择要分配给每位受邀者的角色。请参阅下方角色部分，以了解应选择哪一种。
{% endstep %}

{% step %}

#### 发送邀请

点击 **发送邀请**。每个人都会收到一封电子邮件，其中包含接受邀请并加入您的工作区的链接。
{% endstep %}
{% endstepper %}

邀请在 7 天后失效。如果有人尚未接受，您可以从以下位置重新发送 **设置 → 成员 → 待处理邀请**.

### 角色

| 角色      | 他们可以做什么          |
| ------- | ---------------- |
| **管理员** | 管理设置、账单、成员以及所有内容 |
| **编辑**  | 创建、编辑和发布内容       |
| **审阅者** | 对内容发表评论，但不能编辑或发布 |
| **查看者** | 阅读已发布和草稿内容       |
| **访客**  | 仅阅读已发布内容（不占用席位）  |

{% 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/guan-li-yuan/yao-qing-tuan-dui-cheng-yuan-jia-ru-nin-de-gong-zuo-qu.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.
