# How bot manages Groups

The bot will make a membership request for each group part of the [group list](/guide/create-list/untitled-1.md).

It will constantly check if the group manager approved membership.

In case of approval the bot will download a number of profiles doing part of the approved group: this number is set up into the [Groups control Panel](/bot-management/groups-control-panel.md).

The result will be a People list having its title starting by "GROUP: " + group name:

![](/files/-LuwFol80eDqsadxF7wh)

Now you can [manage ](/guide/list-management.md)it as a normal People list.


---

# 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.socializit.com/bot-management/groups-control-panel/how-bot-manages-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.
