> For the complete documentation index, see [llms.txt](https://knowledge-base-speakers.letsgetdigital.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledge-base-speakers.letsgetdigital.com/untitled.md).

# Polls in sessions (VP)

{% hint style="info" %}
**Note:** The polls module has to be enabled by the event organisation. Please contact them to activate this feature.
{% endhint %}

## In the virtual environment <a href="#in-the-virtual-environment" id="in-the-virtual-environment"></a>

The 'Poll' tab is displayed on the right side in sessions.

![](https://gblobscdn.gitbook.com/assets%2F-M5LNCGpK5lyymcFZU4V%2F-MdWFGoG3e8zT-H2OdEj%2F-MdWPOJGNec477A_VVHH%2F2021-07-01_11-32-14.gif?alt=media\&token=9f341f82-3c8a-4505-9793-5799e1ce35d3)

### Creating a poll <a href="#creating-a-poll" id="creating-a-poll"></a>

1. Click on 'Add Poll'. \ <img src="/files/-Me5IVOpGKEbt24ukNKO" alt="" data-size="original">&#x20;
2. Complete the 'Add poll' fields as described (a question and at least two options are mandatory fields).
3. Enable the option to allow for multiple choices if desired.
4. Click on 'Add poll'.

![](https://gblobscdn.gitbook.com/assets%2F-M5LNCGpK5lyymcFZU4V%2F-MdWFGoG3e8zT-H2OdEj%2F-MdWSAtk2ye8PcIKCiSw%2F2021-07-01_11-44-26.gif?alt=media\&token=b6dc9d82-b815-48b6-be5c-70caabcf5e19)

### Editing and deleting polls <a href="#editing-and-deleting-polls" id="editing-and-deleting-polls"></a>

Each poll has four options displayed when clicking the three dots in the bottom-right corner for each poll:

<img src="/files/-Me5IiTrFuGg-XF98Gou" alt="" data-size="original"> - Edit poll: Click here to make adjustments to the selected poll. \ <img src="/files/-Me5InWYhaZ2hAtbCuIy" alt="" data-size="original"> - Show results for audience: Click here to show the results of the selected poll to all participants. <img src="/files/-Me5IxregKeHHr1uAsko" alt="" data-size="original">  - Export results: Click here to export the results of the selected poll as PDF or Excel.\ <img src="/files/-Me5J9hqw_XQyLZo8M96" alt="" data-size="original"> - Remove poll: Click here to remove the poll altogether.

## End result <a href="#end-result" id="end-result"></a>

Select a poll and click 'Start poll' to start the poll. A pop-up with the question and options will be displayed on the right side of the session. The status of the poll will change to 'now live!'.

![](https://gblobscdn.gitbook.com/assets%2F-M5LNCGpK5lyymcFZU4V%2F-MdWXbC_05-4mCdedphG%2F-MdWXntvPwDzysMlMBeO%2Fimage.png?alt=media\&token=40507499-0d50-4e91-9886-f0318bc5bbce)

When the poll is stopped, the status of the poll will change to 'completed'. Completed polls can be restarted by clicking the 'Start poll' button.

{% hint style="warning" %}
**Note:** One poll can be active at the time. The live poll will be stopped when another poll is started.&#x20;

Users cannot change their vote once they have submitted their initial vote.
{% endhint %}


---

# 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://knowledge-base-speakers.letsgetdigital.com/untitled.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.
