---
title: "Create Poll"
---

> Documentation Index
> Fetch the complete documentation index at: https://docs.utilbot.co/llms.txt
> Use this file to discover all available pages before exploring further.

# Create Poll

## Command
```
/poll create
```

## Description
> **Note**
>
> You may need to enable this feature via the Website.

Opens a modal to create a Poll. Fill in the fields and submit the modal to publish the poll.

## Permission
`MANAGE_MESSAGES`

## Arguments

This command opens a modal instead of taking inline options:

| Field | Description | Sample Data |
| ----- | ----------- | ----------- |
| Title | The Poll title, could be like a question. Min 5, max 200 characters. | Title of the Poll |
| Duration | Duration of the Poll. Example: "1h" or "1d" | 1h |
| Answers | The possible answers to the Poll, one per line. Max 25 answers, max 80 characters per answer. | Answer 1\nAnswer 2\nAnswer 3 |

## Sample Response
![Image](https://cdn.utilbot.co/2022-02-05_22-23-21_f2ab64e6-3699-4ca8-b44a-c2e5ff54183c.png)

Source: https://docs.utilbot.co/commands/poll/create-poll/index.mdx
