> For the complete documentation index, see [llms.txt](https://docs.skolar.li/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.skolar.li/arm/new-poll.md).

# New Poll

This screen is a form used to configure and create a new poll by setting its status, name, type, and associated webinar or session by navigating **Connected Learning ⇒ARM**. At the bottom right, there is a Create Poll button to submit and create the poll.

* Poll Status dropdown with options like ***Draft*** and ***Scheduled***.
* Poll Name field to enter the name of the poll.
* Poll Type selection using radio buttons: ***Webinar*****,&#x20;*****Batch***, and ***Batch Session*** (Webinar is default).
* Select Webinar dropdown to choose a webinar

#### <mark style="color:green;">**Create Poll**</mark>

Admin can create a new poll by selecting its status, Poll name, Poll type, and associated webinar or session and click on the **Create Poll** button. User can navigate **ARM ⇒New Poll**

<figure><img src="/files/Ts0e6jwHU8UKSjw7dig2" alt=""><figcaption><p>Create Poll</p></figcaption></figure>

<figure><img src="/files/HKD1j8H3S0ed5HE4L672" alt=""><figcaption><p>Poll Created</p></figcaption></figure>

After poll is created page directs to add questions to poll Page where admin can add questions to poll.

<figure><img src="/files/bUoH3cyyf0Pz80NXEnqI" alt=""><figcaption><p>Add Questions Page</p></figcaption></figure>

<figure><img src="/files/tZY1UDoQ2aqP0nNXzY7z" alt=""><figcaption><p>Adding MCQ Question</p></figcaption></figure>

<figure><img src="/files/baIE0pqNc3Gu2csjIf97" alt=""><figcaption><p>Adding YN Question</p></figcaption></figure>


---

# 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:

```
GET https://docs.skolar.li/arm/new-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.
