# Basic Voting Tutorial

Voting is very simple within realms. First go to a discord channel that currently has a realm enabled, and type `/vote create`.

## Creating a vote&#x20;

<figure><img src="/files/dVKWhJT8cj1iCEqjJy9H" alt=""><figcaption></figcaption></figure>

You can see here you must provide more information. The description is the prompt you want your realm to see in order to know how to vote, and you must have at least 2 options which people can choose from.&#x20;

<figure><img src="/files/uWWvVnhHNCaCyKDWFShD" alt=""><figcaption></figcaption></figure>

This is all you need to begin a vote! Hit enter and the vote will be staged for you to manage. At this point no-one else can see it yet, until you hit start. &#x20;

<figure><img src="/files/8DJpONRD212IJeL0Cw4C" alt=""><figcaption></figcaption></figure>

Hit "start voting" and the vote will go public. At any time you want to end the vote, hit "close vote".  If  you want to avoid any effects of the vote ending, hit cancel, and the outcome of the vote wont be published any noone will gain or lose coins.&#x20;

<figure><img src="/files/QAPwnsiUydMyCc9n3i2i" alt=""><figcaption><p>What an active vote looks like</p></figcaption></figure>

Once the vote is running, you can vote on each option. Theres no restriction preventing users from voting on multiple options, as long as they have the coins, and there are no limits on the vote. To vote, click on an option, and you will be prompted to stake some coins.&#x20;

<figure><img src="/files/wzLyqjEEH4rx1lEbq5VL" alt=""><figcaption><p>Casting a ballot requires staking coins, current balance is 1 coin</p></figcaption></figure>

A window pops up asking to stake coins, and shows our current balance.  Since i have 1 coin, i will stake it on option 1.

The bot will confirm my selection.

<figure><img src="/files/OOwIh4jE4BpdK95gDV2l" alt=""><figcaption></figcaption></figure>

From here you are in charge of ending the vote whenver you feel there has been enough participation. When ending the final results of the vote are tallied and displayed for everyone. Type /vote close, and select the active vote to close, or hit the close button on the vote management widget. The bot should show the results of the vote.

<figure><img src="/files/2AErxRPWPNVpO0C1CRdE" alt=""><figcaption><p>Vote ended</p></figcaption></figure>

Thats the basics of voting, there are many other options to explore, so check out [All Vote Commands](/explore-features/vote/all-vote-commands.md).


---

# 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.makerealms.com/explore-features/vote/basic-voting-tutorial.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.
