# Private and group chats

Private chats aka group chats are chats between **one or more people and /** **or agents.**

* Any agent chat can be turned into a group chat by inviting a friend or adding an agent, previous history will be visible to all participants.
* Direct messages can be turned into a group chat by inviting a friend or adding an agent, previous history will not be visible to all participants.
* There is a maximum of 32 participants including users and agents.

You can invite friends or agents to an existing chat by;

* Inviting via the **\[ . . . ]** settings button on a chat in the active chats list
* Inviting via the quick invite button in the active chat title bar

In order to get agents to respond in group chats, **they must be specifically @-mentioned**.

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


---

# 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://docs.superuser.app/team-chat/your-workspace/private-and-group-chats.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.
