> For the complete documentation index, see [llms.txt](https://docs.ludi.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ludi.co/boards/voting.md).

# Voting

Voting helps your team prioritize items or make decisions as a group. Voting is available on all plans.

### How to Vote <a href="#h_f66b031413" id="h_f66b031413"></a>

Votes are primarily made on sticky notes or topics, but you can also vote on or task cards or index cards.

In order to set up a team vote, you need to be in [Meeting Mode](/boards/design-and-meeting-mode.md), and start a **Voting Round**.

A Voting Round can be started by anyone, though we recommend the Meeting Host starts it.

#### Set up a Voting Round <a href="#h_b11117c15a" id="h_b11117c15a"></a>

Step 1. Make sure the board is in Meeting Mode:

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

Step 2. Click the vote tool in the left toolbar (+1):

<figure><img src="/files/3PN55jqzz1Py1tk1aoyo" alt=""><figcaption></figcaption></figure>

Step 3. Click the "Start Voting Round" button that appears in the bottom-left:

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

Step 4. Set your voting round parameters:

* Number of votes per person
* Allow duplicate votes by the same person on a single item

<figure><img src="/files/7MDS4GPFWuG3tD5XBSrX" alt=""><figcaption></figcaption></figure>

Step 5. Then ask your participants to equip the Voting Tool from the left toolbar, and click to vote on the stickies or topics they want to vote on. For the best results, we recommend the team decide to vote on either stickies OR topics, not a mix.

<figure><img src="/files/3PN55jqzz1Py1tk1aoyo" alt=""><figcaption></figcaption></figure>

Step 6. Once all votes have been placed, use the voting results button in the bottom left to view the vote rankings:

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

### Tips for Voting <a href="#h_24f66dbfe5" id="h_24f66dbfe5"></a>

#### **Remove a vote**

To remove one of your votes: with the voting tool equipped, right-click on your vote in the bottom-right of a sticky note.

You cannot remove other people's votes.

#### **Add voting rounds**

You can create unlimited additional voting rounds with different parameters. Starting a new voting round locks the results of all previous rounds:

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

You can switch between voting rounds to review the results, or delete a voting round.

#### **See vote totals**

Use the Vote Results button in the bottom left to view the vote rankings. You can toggle between viewing vote rankings for just stickies, or for just topics. If you choose topics, it will combine all the votes on stickies inside the topic as well as votes on the topic itself.

#### **Spotlight people's votes**

You can view all the votes an individual has made by clicking on their picture in the top-right list and clicking "Spotlight", then clicking their name to switch from spotlighting objects to votes. Use the left and right arrows to switch between people:

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

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

#### **View who voted for a sticky**

To see who voted on a particular sticky note, click on the vote count in the bottom-right of the sticky:

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

### **Anonymous voting**

If you want to set up anonymous voting, turn on "[Hide Identities](/boards/host-controls.md#hide-identities)" from the Meeting Host controls at the top of the board. This ensures that no votes can be tied back to individuals.

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

<br>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.ludi.co/boards/voting.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.
