# Polls

## Understand Polls

Polls in Hippoly are created as attachments to [posts](/using-hippoly/posts.md), making them part of the broader context and conversation. Once a poll is published, it’s visible to everyone in the workspace, and all members can cast their vote.

Polls are versatile and can be used for everything from finding a suitable meeting time to gathering input for more critical decisions. You can choose between single-option polls - where users select one answer - or multiple-option polls that allow participants to vote for several alternatives.

This makes polls a flexible and efficient way to engage your team and support informed decision-making.

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

## Polls FAQ

<details>

<summary>Can I attach files to a poll? </summary>

No, it is currently not possible to attach files to a poll or to individual poll options.

</details>

<details>

<summary>How do I see who voted for what?</summary>

To see exactly who voted for what,  you need to open the [results overview dialog](/using-hippoly/polls/view-poll-result.md).

</details>


---

# 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://help.hippoly.com/using-hippoly/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.
