> For the complete documentation index, see [llms.txt](https://help.hippoly.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.hippoly.com/using-hippoly/polls/create-poll.md).

# 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
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, and the optional `goal` query parameter:

```
GET https://help.hippoly.com/using-hippoly/polls/create-poll.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
