# Getting Started

***

{% content-ref url="/pages/vmhC0BiPWEjTh4NyqXkO" %}
[Adding Nova to Discord](/nova-bot/getting-started/adding-nova-to-discord.md)
{% endcontent-ref %}

{% content-ref url="/pages/y1WG66sIJTQ3Tyux6WMz" %}
[Adding Nova to Telegram](/nova-bot/getting-started/adding-nova-to-telegram.md)
{% endcontent-ref %}

***

### Quick Start

Once Nova is added to your server or group:

1. **Mention the bot** — Type `@NovaBot`  in Discord and `@NovaAITheBot` in Telegram followed by your question in any channel
2. **Reply to Nova** — Continue a conversation by replying to any of Nova's messages
3. **DM the bot** — Send a direct message for private interactions
4. **Use slash commands** — Type `/` to see all available commands

{% hint style="success" %}
Nova works out of the box — no configuration required. Just add it and start asking questions.
{% endhint %}

***

### Available Commands

| Command    | Description                               |
| ---------- | ----------------------------------------- |
| `/nova`    | Set up token swap, NFT, and wallet alerts |
| `/bounty`  | Configure bounty notifications            |
| `/gigs`    | Configure gig notifications               |
| `/quest`   | Configure quest notifications             |
| `/premium` | Manage your premium subscription          |
| `/help`    | View bot features and useful links        |
| `/fortune` | Get a mystical fortune                    |
| `/roll`    | Roll the dice                             |

***

### Next Steps

* **Set up alerts** — See the Alerts Setup Guides to start tracking tokens, NFTs, and wallets
* **Chat with Nova AI** — Learn what Nova can do in the Nova AI Agent guide
* **Go Premium** — Unlock higher limits and exclusive features with Premium


---

# 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.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.
