zulip/help/create-a-poll.md
Maneesh Shukla c41a96a954
Some checks failed
Code scanning / CodeQL (push) Has been cancelled
Zulip production suite / Ubuntu 22.04 production build (push) Has been cancelled
Zulip CI / ${{ matrix.name }} (zulip/ci:bookworm, true, false, Debian 12 (Python 3.11, backend + documentation), bookworm) (push) Has been cancelled
Zulip CI / ${{ matrix.name }} (zulip/ci:jammy, false, true, Ubuntu 22.04 (Python 3.10, backend + frontend), jammy) (push) Has been cancelled
Zulip CI / ${{ matrix.name }} (zulip/ci:noble, false, false, Ubuntu 24.04 (Python 3.12, backend), noble) (push) Has been cancelled
Zulip production suite / ${{ matrix.name }} (zulip/ci:bookworm, --test-custom-db, Debian 12 production install with custom db name and user, bookworm) (push) Has been cancelled
Zulip production suite / ${{ matrix.name }} (zulip/ci:jammy, , Ubuntu 22.04 production install and PostgreSQL upgrade with pgroonga, jammy) (push) Has been cancelled
Zulip production suite / ${{ matrix.name }} (zulip/ci:noble, , Ubuntu 24.04 production install, noble) (push) Has been cancelled
Zulip production suite / ${{ matrix.name }} (zulip/ci:bookworm-7.0, 7.0 Version Upgrade, bookworm) (push) Has been cancelled
Zulip production suite / ${{ matrix.name }} (zulip/ci:bookworm-8.0, 8.0 Version Upgrade, bookworm) (push) Has been cancelled
Zulip production suite / ${{ matrix.name }} (zulip/ci:jammy-6.0, 6.0 Version Upgrade, jammy) (push) Has been cancelled
Zulip production suite / ${{ matrix.name }} (zulip/ci:noble-10.0, 10.0 Version Upgrade, noble) (push) Has been cancelled
Zulip production suite / ${{ matrix.name }} (zulip/ci:noble-9.0, 9.0 Version Upgrade, noble) (push) Has been cancelled
trash-icon: Replace remaining fa-trash icons with zulip-icon-trash and update buttons.
Fixes: #34378.
2025-06-08 17:12:27 -07:00

2.2 KiB

Polls

{!polls-intro.md!}

Create a poll

{start_tabs}

{tab|via-compose-box-buttons}

{!start-composing.md!}

  1. Make sure the compose box is empty.

  2. Click the Add poll () icon at the bottom of the compose box.

  3. Fill out poll information as desired, and click Add poll to insert poll formatting.

  4. Click the Send () button, or use a keyboard shortcut to send your message.

!!! tip ""

To reorder the list of options, click and drag the **vertical dots**
(<i class="zulip-icon zulip-icon-grip-vertical"></i>) to the left of each
option. To delete an option, click the **delete**
(<i class="zulip-icon zulip-icon-trash"></i>) icon to the right of it.

{tab|via-markdown}

{!start-composing.md!}

  1. Make sure the compose box is empty.

  2. Type /poll followed by a space, and the question you want to ask.

  3. (optional) Type each option on a new line.

  4. Click the Send () button, or use a keyboard shortcut to send your message.

!!! tip ""

You will be able to add options after the poll is created.

{end_tabs}

Add options to a poll

!!! warn ""

To preserve the meaning of votes in the poll, existing poll options cannot
be modified.

{start_tabs}

  1. Fill out the New option field at the bottom of the poll.

  2. Click Add option or press Enter to add the new option to the poll.

{end_tabs}

Edit the question

!!! warn ""

Only the creator of a poll can edit the question.

{start_tabs}

  1. Click the pencil () icon to the right of the question.

  2. Edit the question as desired.

  3. Click the checkmark () icon or press Enter to save your changes.

!!! tip ""

You can click the <i class="fa fa-remove"></i> icon or press
<kbd>Esc</kbd> to discard your changes.

{end_tabs}

Examples

{!polls-examples.md!}