> 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-hk/settings/user-management/yong-hu-zhuang-tai.md).

# 用户狀態

Chatalog 有四種用户狀態：上線/離開/離線/已邀請。

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

您可以點選**設定**圖標。 它將顯示您帳戶的目前用户狀態。 點擊“設定為**離開**”或“設定為**上線**”以切換您的狀態。&#x20;

如果您超過 10 分鐘沒有 Chatalog 中執行任何操作，您的狀態將自動變更為**離開**。 一旦有任何操作，狀態將自動切換為**上線**。&#x20;

此外，您還可以在設定頁面上找到所有團隊成員的用户狀態。

<figure><img src="/files/96KdUlApDGCPUt05Zd0y" alt=""><figcaption></figcaption></figure>

當您登出或關閉 Chatalog ，您的狀態將為**離線**。&#x20;

如果狀態顯示“**已邀請**”，表示使用者尚未接受在Chatalog 中加入您的團隊邀請。 您可以點擊發送圖示重新發送邀請。


---

# 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-hk/settings/user-management/yong-hu-zhuang-tai.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.
