# Commands

## 🤖 Nova-47 Commands Documentation

### Table of Contents

* 🗣️ Chatbot Commands
* 📈 Leveling Commands
* 🔄 Network Commands (soon)
* 📞 Userphone Commands (soon)
* 🎨 Image Generation Commands
* 💰 Economy Commands

### 🗣️ Chatbot Commands

| Command              | Description                         | Plan    |
| -------------------- | ----------------------------------- | ------- |
| `/toggle_chatbot`    | Enable/disable chatbot in a channel | Free    |
| `/config_chatbot`    | Configure chatbot settings          | Free    |
| `/characters`        | View and select AI characters       | Free    |
| `/custom_character`  | Create your own AI character        | Premium |
| `/forget`            | Reset conversation memory           | Free    |
| `/load_conversation` | Load previous conversations         | Free    |
| `/help_chatbot`      | Display chatbot help                | Free    |

### 📈 Leveling Commands

| Command       | Description                  | Plan |
| ------------- | ---------------------------- | ---- |
| `/profile`    | View level profile           | Free |
| `/help_level` | Display leveling system help | Free |

### 🎨 Image Generation Commands

| Command         | Description                                     | Plan    |
| --------------- | ----------------------------------------------- | ------- |
| `/help_imageai` | Display image AI help                           | Free    |
| `/remove_bg`    | Remove image backgrounds                        | Free    |
| `/upscale`      | Enhance image quality                           | Free    |
| `/describe`     | Generate AI image prompts                       | Free    |
| `/imagine`      | Generate AI images                              | Voter   |
| `/artify`       | Create transparent art                          | Voter   |
| `/aibackground` | Generate backgrounds                            | Voter   |
| `/dream`        | Generate images using google imagen 3 model     | voter   |
| `/magic`        | Generate a premium AI image using Mystic engine | Premium |
| `/relight`      | Relight an image using advanced ai tools        | Premium |

### 💰 Economy Commands

| Command                                  | Description                  | Plan |
| ---------------------------------------- | ---------------------------- | ---- |
| `/balance`                               | Check GC balance             | Free |
| `/vote`                                  | Claim vote rewards           | Free |
| `/roulette - /dice - /slots - /coinflip` | Gambling                     | Free |
| `/fish`                                  | Fishing activities           | Free |
| `/mine`                                  | Mining activities            | Free |
| `/give`                                  | Send Uridium to another user | Free |
| `/business`                              | Manage your business         | Free |
| `/inventory`                             | View your items              | Free |
| `/shop`                                  | Browse and buy items         | Free |
| `/help_economy`                          | Display economy help         | Free |

***

**Note:** All commands support slash command format.


---

# 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://nova-ai-4.gitbook.io/nova47/fundamentals/commands.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.
