# Reference

## **Commands**

<table><thead><tr><th width="150">Command</th><th>Description</th></tr></thead><tbody><tr><td><code>/admin</code></td><td>Setup the bot as an admin to your group/channel.</td></tr></tbody></table>

## **Admin Menu Options**

<table><thead><tr><th width="253">Button</th><th>Description</th></tr></thead><tbody><tr><td><code>Manage</code></td><td>Allow the bot to manage a group/channel.</td></tr><tr><td><code>Unmanage</code></td><td>Stop the bot from managing a group/channel.</td></tr><tr><td><code>Check status</code></td><td>See if a group/channel is managed by the bot.</td></tr><tr><td><code>Get Invite Link</code></td><td>Create a custom invite link for the group/channel.</td></tr></tbody></table>

## Force-manage Confirmation Menu Options&#x20;

When `Manage` command is used on a non-empty channel, you will be prompted with an additional menu to confirm or cancel the engaging of BotBasher.

<table><thead><tr><th width="254">Button</th><th>Description</th></tr></thead><tbody><tr><td><code>Force Manage</code></td><td>Remove all unauthenticated users from an existing group/channel.</td></tr></tbody></table>


---

# 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://gitbook.humanode.io/botbasher/telegram/admins/reference.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.
