# Commands

Below you can find a list of the commands that Appy uses. These can be used on your discord server.

## General

Commands for viewing various Appy-related information, and accessing non-server-specific features.

| Command name | Description                           |
| ------------ | ------------------------------------- |
| `/help`      | Provides a list of the bots commands. |
| `/stats`     | Displays stats for the bot.           |

## Application

Commads used in connection with applications.

| Command name                   | Description                                      |
| ------------------------------ | ------------------------------------------------ |
| `/apply <application_name>`    | Allows users to apply for an application.        |
| `/export_applications <query>` | Allows you to export applications to CSV format. |

## Poll

Commads used to create a poll.

| Command name                                     | Description                               |
| ------------------------------------------------ | ----------------------------------------- |
| `/poll <channel> <question> <option1> <option2>` | Allows you to create polls for your guild |

## Premium

Premium have to be activated on the dashboard. You can use a command to get a link direct to activate your premium on the dashboard.

| Command name | Description                                                           |
| ------------ | --------------------------------------------------------------------- |
| `/premium`   | Will send you a direct link to the dashboard premium activating side. |

{% hint style="info" %}
**Support**\
Are you unsure how to use these commands or do you find that the bot does not react as you expected. \
Do not hesitate to contact our **supporter** at Appys [**Support Server**](https://discord.com/invite/bDmc55c6zY).
{% endhint %}


---

# 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.appy.bot/resources/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.
