> For the complete documentation index, see [llms.txt](https://docs.invt.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.invt.ai/product-guides/invtai-bots-guides/auto-engagement/setting-moderator-accounts.md).

# Setting Moderator Accounts

### **1. Navigate to Telegram Group:**&#x20;

Look for the InvtAI telegram bot page by clicking "InvtAI Bots" menu in the sidebar.

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

Click "View Bot" button.

### &#x20;2. **Open Auto-Engagement Page:**

Click "Auto-Engagement" tab in Bot setting page.

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

### **3. Set Moderators**

All moderators will be listed here. You can also add new moderators.

#### 1) Add Moderator

Enter the moderator's name and his Telegram phone number, then click the '+ Add' button.

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

#### 2) Verify Moderator

Click the expanded button to verify the moderator.

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

Retrieve the verification code in your Telegram(If you didn't receive the code, then click the 'Resend' code button), input it, and then click the 'Verify' button.

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

#### 3) Enable/Disable Moderators

By clicking the enable/disable button, you can enable or disable moderators for use in this Telegram group.

<figure><img src="/files/RB5GQp1iG6PMPCfOWv6J" alt=""><figcaption><p>Enabled in this Telegram group and Healthy</p></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.invt.ai/product-guides/invtai-bots-guides/auto-engagement/setting-moderator-accounts.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
