# Poll

The ***poll*** element is used to add a poll to your block.

{% hint style="info" %}
It allows you to create polls from MBurger and see the results of your users' responses from the dashboard
{% endhint %}

When you add a poll element, you can pick the maximum number of responses you can add to your poll.&#x20;

{% hint style="info" %}
Each user can vote once

Multiple choices are not allowed.
{% endhint %}

{% hint style="warning" %}
The poll element has no properties
{% endhint %}


---

# 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://userguide.mburger.cloud/section-1/element-type/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.
