# Bot Management

This section allows you to manage the bot behaviour for each kind of list.

* [People control Panel](/bot-management/people-control-panel.md)
* [Groups control Panel](/bot-management/groups-control-panel.md)
* [Jobs control Panel](/bot-management/jobs-control-panel.md)

**It is important to learn how the bot** [**manages groups**](/bot-management/groups-control-panel/how-bot-manages-groups.md) **and** [**jobs**](/bot-management/jobs-control-panel/how-bot-manages-jobs.md)


---

# 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.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.
