# View poll result

A summary of the poll results is displayed for each poll directly in the posts feed. If you want to see more details - for example, who voted for what - you can open the full results overview. To do so, follow these steps

{% stepper %}
{% step %}
Go to the post where the poll is attached.
{% endstep %}

{% step %}
Click the `Responses` button at the bottom left corner of the poll.

<figure><img src="/files/3h4QrTqwLQetu961TaTk" alt=""><figcaption><p>View poll results</p></figcaption></figure>
{% endstep %}

{% step %}
A dialog will appear showing the number of votes for each answer option, as well as who voted for what.

<figure><img src="/files/bNvTbKclTnpHbJm3aqyR" alt="" width="375"><figcaption><p>Poll results overview</p></figcaption></figure>
{% endstep %}
{% endstepper %}


---

# 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/view-poll-result.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.
