> For the complete documentation index, see [llms.txt](https://docs.graviti.cn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.graviti.cn/account/team.md).

# 团队设置

## 添加和编辑团队资料 <a href="#id-1" id="id-1"></a>

> 团队主页上的部分信息（如：团队头像、名称）始终处于公开状态。

1. 点击右上角空间切换，点击团队空间的【设置】图标，进入团队空间。
2. 进入【团队资料】
3. 编辑信息，点击【更新团队资料】。

![](/files/-MWeGlBTnUVquSg8un0n)

![](/files/-MWeH2aSGnEwEjnqsEtn)

## 添加团队成员 <a href="#id-2" id="id-2"></a>

点击【团队成员】，查看已使用的席位数量。

![](/files/-MWeHM4cGEmztri1DAZh)

添加团队成员：

1. 点击【邀请成员】。
2. 输入用户手机号或邮箱。
3. 设置用户在团队中的权限：普通成员或管理员。
4. 点击【邀请】。

![](/files/-MWeHk_bEsbtGkzh8rzM)


---

# 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.graviti.cn/account/team.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.
