# Polls

With Appy bot you can set up real-time results polls. \
Polls are incredibly useful for doing surveys on your server, for getting knowledge from your members or you can use polls in connection with applications if there are several of you who have an opinion in one or more specific applications.

{% hint style="success" %}
**Tip**\
Appys live polls is extremely useful in connection with an application where there are several people, who have to help decide whether the applicant should be approved or rejected.
{% endhint %}

## How to use Polls?

To create a poll you have to use a `slash` command in this case <mark style="color:yellow;">`/poll`</mark>

To set up a poll you will have to:&#x20;

1. Go to your discord.&#x20;
2. Write `/poll` and a poll command will show from Appy.&#x20;
3. Then select which channel you want the poll to take place in.
4. Ask your question
5. Write your answer options. It is possible to add up to 9 answer options.
6. Choose if the users can multiple vote
7. Hit enter and your poll will be posted.

<figure><img src="/files/Bn6VXkClr3JAY8pxLYHU" alt=""><figcaption><p>This picture show how to use the <code>/poll</code> command</p></figcaption></figure>

## The Result

<figure><img src="/files/epQ3ZGkt5NDN1NsKlKJv" alt=""><figcaption><p>This is the final result of a poll</p></figcaption></figure>

{% hint style="info" %}
**Support**\
Are you unsure how to use the **`/poll`** command or do you find that the bot does not react as you expected. \
Do not hesitate to contact our **supporter** at Appy's [**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/getting-started/set-up/polls.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.
