Skip to main content

Start a poll

Polls let you ask your group a question and collect everyone's answers in one place — pick a show of hands, a star rating, a number, or a written reply. You start a poll from inside a group's chat channel, and it posts as a message anyone in the channel can answer.

Before you start

Polls live in group channels, so you need to be in a group — a Class, Project / Team, Family, or Study session. Private one-to-one chats and Garçon don't have polls. See Create a group.

  1. Open the group's channel from Chats.

  2. In the message toolbar below the text box, click the poll icon (Start a poll). The Create a new poll dialog opens.

  3. Choose a Type for your question — Choices, Number, Rating, Short answer, or Long answer.

  4. Type your question in the Question field.

  5. For a Choices question, fill in each option under Options (use + Add for more), and turn on Allow multiple selections if voters should be able to pick more than one.

    Screenshot coming soon
    The Create a new poll dialog with a Choices question typed in and two options filled
    Capture spec (for maintainers)
    {
      "id": "web.polls.create-a-poll.dialog",
      "platform": "web",
      "route": "/chats/groups/:groupId/:channelId",
      "actions": [
        {
          "click": {
            "testId": "text-channel-start-poll-button"
          }
        },
        {
          "click": {
            "testId": "poll-question-type-select"
          }
        },
        {
          "click": {
            "testId": "poll-question-type-option-CHOICE"
          }
        },
        {
          "fill": {
            "testId": "poll-question-prompt-input",
            "value": "Where should we meet to study?"
          }
        },
        {
          "fill": {
            "testId": "poll-choice-input-0",
            "value": "Library"
          }
        },
        {
          "fill": {
            "testId": "poll-choice-input-1",
            "value": "Café Vanille"
          }
        }
      ],
      "clip": {
        "testId": "create-new-poll-dialog",
        "pad": 16
      }
    }
  6. Click Confirm. Latte posts the poll to the channel, and everyone in the group can answer it right away.

On the Latte desktop app

The desktop app posts polls to the same channels — no difference from the web app.

More than one question

On the Free plan a poll has a single question. Premium (and Team / Pro) let you add up to 8 questions to one poll, with a stepper to page between them while you build it — see Premium features.