# Create poll

To create a poll follow these steps

{% stepper %}
{% step %}
Navigate to `Posts` in the main menu.&#x20;
{% endstep %}

{% step %}
Click the `Create poll`  button below the post input field.

<figure><img src="/files/wtSciT2cQdseNBOgrNkj" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
The create poll dialog will appear. Enter your question and add the answer options you'd like your team members to choose from.

<figure><img src="/files/OhnE60UGytvC7Il3IntM" alt=""><figcaption><p>Create poll</p></figcaption></figure>

There are a few settings you can configure for your poll:

* **Allow multiple choices:** If enabled, team members can select more than one answer option.
* **Show results before response:** If enabled, team members can see the results before submitting their own answer. If disabled, results will only be visible *after* each team member has submitted their vote.
* **Allow users to add their own options:** If enabled, team members can add new answer options to the poll. These options become visible to everyone and can be voted on by all users.
* **Edit duration:** By default, a poll remains open for 7 days. After that, voting is automatically closed and no further responses can be submitted. To change this, click the `Edit duration` button and set a timeframe that suits your needs.   &#x20;
  {% endstep %}

{% step %}
When you're happy with your poll, share it with your team by clicking the `Send post` button. All team members will be notified and can immediately start voting.
{% 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/create-poll.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.
