# How to add it

The first step to start collecting Telegram Analytics and also to be visibile on our Website, is to add [**@TgMetricsAiBot**](https://t.me/TgMetricsAiBot) to your Telegram Group!

Here there is a video explaining step by step how to do it: [link](https://x.com/tgmetrics/status/1882878851505848529).

In case you are more a text person, here are the steps to follow:

### How to Configure TgMetrics in Your Community

{% stepper %}
{% step %}

#### Add @TgMetricsAiBot to your community

* Go to your Telegram Group settings and select "Add Members."
* Search for @TgMetricsAiBot and add it to the group.
  {% endstep %}

{% step %}

#### Start the Bot

* Type `/start` in your Telegram Group to activate and begin configuring the bot.
  {% endstep %}

{% step %}

#### Access Configuration Settings

* Type `/config` to open the configuration panel.
* You will see two options:
  * **Update Contract Address (CA)**
  * **Update Socials**
    {% endstep %}

{% step %}

#### Update Contract Address

* Click **Update Contract Address (CA)** and provide your contract address when prompted.
* Once sent, you will receive a success message confirming the update.
  {% endstep %}

{% step %}

#### Update Socials

* Click **Update Socials**, where you’ll have two options:
  * Update your **X handle**
  * Update your **website**
* We recommend updating both so your community can be easily found on [tgmetrics.ai](https://tgmetrics.ai).
  {% endstep %}

{% step %}

#### You are all set!

* Congratulations! Your bot is now live.
* Your community metrics will be available on the website within **30 seconds**.
  {% endstep %}
  {% endstepper %}


---

# 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.tgmetrics.ai/tgmetrics-bot/editor.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.
