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

# 团队切换

## 简介

当您的账号同时加入多个团队时，可以在此切换目前使用中的团队。

切换团队后，系统会同步更新成员权限、渠道、对话内容以及相关设置，方便您在不同团队之间进行管理。

***

### 页面内容

#### ① 团队列表

显示目前已加入的所有团队，并标示当前所在团队。

#### ② 状态设置

切换团队时，可选择保留目前状态，或将状态调整为离线。

***

### 操作说明

#### 切换团队

{% stepper %}
{% step %}
**步骤一：开启账号菜单**

点击右上角头像，并点击【团队切换】。
{% endstep %}

{% step %}
**步骤二：选择团队**

点击欲切换的团队名称。
{% endstep %}

{% step %}
**步骤三：确认成员状态**

若目前处于在线状态或忙线状态，系统会跳出提示窗口，询问是否保留当前状态，或切换为离线状态。

<figure><img src="/files/XRzDGrBiHiZlBPC9WVZH" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}

{% hint style="warning" %}

#### 提醒

* 当账号处于「![](/files/9AKl5EuNvmAFWxh1jaHe)在线状态」或「![](/files/IvrOrTkwRhj64MsbYKif)忙线状态」时，系统会弹出提示窗口，询问是否维持目前状态，或切换为离线状态。
* 当账号处于「![](/files/7CY6l9CM9YluBHTh8bF6)离线状态」时，系统会直接完成团队切换。
* 切换团队后，系统会同步更新所属部门、权限与相关设置。
  {% endhint %}

***

#### 下一步

完成团队切换后，即可返回「账号菜单」，继续设置后台界面。

***


---

# 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://aican.gitbook.io/aican/aican-system/account/team-switch.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.
