# Manage Groups

Paid plan users can add the bot to Telegram groups to share analyses and configure group settings.

**Step-by-Step Guide**

1. From the main menu, click **Groups**.
2. View current groups and your plan’s group limit.

<figure><img src="/files/kircgMNulhoTapa7IXNh" alt="" width="375"><figcaption></figcaption></figure>

**Options**:

* **Add to Group**: Register a new group.
* **Remove Group**: Remove the bot from a group.
* **Group Settings**: Configure group permissions.
* **Back**: Return to the main menu.

**Add Group**

1. Click **Add to Group**.
2. Bot: `➕ *Add Bot to Group* Please provide the group username (e.g., @MyTradingGroup).`
3. Add `@TraderSoul_bot` to your group as an admin.
4. Send the group username.
5. The bot verifies and registers the group.

**Example Response**:

<figure><img src="/files/jE0FTjjSBFNBVjsp3BR3" alt="" width="375"><figcaption></figcaption></figure>

**Remove Group**

1. Click **Remove Group**.
2. Select a group from the list.
3. The bot removes the group from the database.

**Example Response**:

<figure><img src="/files/FHWhm5QCXo8I66ZwIc9T" alt="" width="375"><figcaption></figcaption></figure>

**Group Settings**

1. Click **Group Settings**.
2. Select a group to configure.
3. Toggle:
   * **Allow User Analysis**: Enable/disable non-owners using `/analyze` in the group.
   * **Broadcast Private Analyses**: Enable/disable broadcasting private analyses to the group.
4. Receive confirmation of changes.

**Example Response**:

<figure><img src="/files/j62g6pGnbZ8yaA7EqL4j" alt="" width="375"><figcaption></figcaption></figure>

**Notes**

* Free plan users cannot add groups (prompted to upgrade).
* Group analyses include the owner’s referral link.
* Only owners can modify group settings.


---

# 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.tradersoulbot.com/how-to-use-bot/manage-groups.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.
