> For the complete documentation index, see [llms.txt](https://documents.cxgenie.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documents.cxgenie.ai/help-desk/team.md).

# Team

* By clicking on each team, you can optionally see the conversation to which the member was answered.&#x20;

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

* This will show all the members of the team you have created in the settings. To get to know more about how to create your team, please visit [Settings](/help-desk/settings.md).

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

* When you click on that "i" icon, it will show the team's workload and capacity.
* There are 4 sections that you need to know:

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

1. The number of team members, team's name, and the team setting: this will reveal how many people are in this team, and when you click on the gear icon, it will navigate you to the team management, see more at: [Settings](/help-desk/settings.md).
2. The total number of open chats and tickets for all team members is currently online.
3. The online list provides team members along with their assigned chats and tickets.
4. The offline list showing who is not available in the specific of time.


---

# 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://documents.cxgenie.ai/help-desk/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.
