# Adding Nova to Telegram

***

### Option A — Direct Message (Private Chat)

1. Open Telegram and search for **@NovaAITheBot**
2. Tap **"Start"**
3. You're ready — just type your questions

***

### Option B — Add to a Group (Mobile)

1. Open Telegram and search for **@NovaAITheBot**
2. Tap the bot's profile → **"Add to Group"**
3. Select the group you want to add Nova to
4. Grant **"Send Messages"** permission when prompted
5. Tap **"Done"**

{% hint style="warning" %}
You must be a **group admin** to add bots to a Telegram group.
{% endhint %}

***

### Option C — Add to a Group (Desktop/Web)

1. Open your group in Telegram
2. Click the **group name** at the top to open settings
3. Click **"Add Members"**
4. Search for **@NovaAITheBot**
5. Click **"Invite"**
6. Ensure the bot has **"Send Messages"** permission

***

### Option D — One-Click Invite

Use this link to add Nova directly to any group:

[**Add Nova to Telegram Group**](https://t.me/NovaAITheBot?startgroup=true)

Select your group from the list and confirm.

***

### You're All Set

Nova is now active in your group. Mention **@NovaAITheBot** or reply to its messages to start a conversation. Use `/help` to see all available commands.


---

# 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.zeroauthority.xyz/nova-bot/getting-started/adding-nova-to-telegram.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.
