# Telegram Group Based Bots

You can invite your bot in to a group and provided automated voiceflow responses based on the conversation. The bot will require admin permissions to successfully be able to process messages.

Once you have created the integration, and you go to the view or edit integration page, you have the option to choose how message processing happens.

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

It is recommended to set it to `Only process mentions and commands` as this will only initiate the processing upon explicitly being mentioned in a group. When set to `process all messages` it will send every incoming message in the group for processing to voiceflow and consume a credit on your account for each message.

Both normal bot communications and bots within a group support human handoff functionality. Group bots will show up as the group name in the chat messages section on the client panel.


---

# 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.flowbridge.app/documentation/social-integrations/telegram/telegram-group-based-bots.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.
