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

# Checklist

Checklists let you verify a list of items — inspect, count, or confirm that something was done. Use them for structured pass/fail verification.

**Examples:** "Confirm Storage Locked", "Count Electronic Devices", "Wine Inventory", "Opening Procedures"

***

## When to use Checklists

**Run structured inspections**\
Track whether equipment works, whether items are in stock, or whether procedures were followed correctly.

**Manage opening and closing routines**\
Set up a Checklist with every activity needed at the start and end of the workday — like "switch off devices", "set the alarm", "lock the entrance".

{% hint style="info" %}
**Checklists vs. Surveys:** Same builder, different purpose. Checklists are for *verifying and inspecting*. [Surveys](/missions/what-are-missions/survey.md) are for *collecting opinions*.
{% endhint %}

***

## How to create a Checklist

Go to **Missions → In Library → Create Mission**&#x20;

{% stepper %}
{% step %}

#### Step 1 - Mission Attributes

<table><thead><tr><th width="163">Field</th><th width="161">Required</th><th>Description</th></tr></thead><tbody><tr><td>Title</td><td>Yes</td><td>What employees see (max 36 characters)</td></tr><tr><td>Guide</td><td>No</td><td>How to do the task (max 180 characters)</td></tr><tr><td>Categories / Tags</td><td>Yes</td><td>For organizing your library. Default category and tag applied.</td></tr><tr><td>Alert</td><td>No</td><td>Warning shown before starting (e.g. "Wear gloves")</td></tr></tbody></table>
{% endstep %}

{% step %}

#### Step 2 — Content Builder

Build your Mission content using these [question types](/missions/how-to-guides/build-a-mission.md#question-types):

* **Single select** — pick one answer from a list
* **Multi select** — pick one or more answers
* **Yes/No** or **True/False** — simple two-option choice
* **Text** — free-text response
* **Number** — numeric input (temperature, count, currency, etc.)
* **Multi Yes or No** — Yes/No for each item in a list
* **Media** — embed a training video or image
* **Person** — select an employee from a list

You can also add:

* [**Ticket** ](/missions/how-to-guides/trigger-one-ticket-for-multiple-issues.md)— trigger an alert on specific responses
* [**Dividers** ](/mobile-app/perform-a-mission.md#dividers)— organize questions into sections
* [**Photo/Video proof**](/mobile-app/perform-a-mission.md#photo-and-video-proof) — require visual evidence
  {% endstep %}

{% step %}

#### Step 3 — Add Geographic Edition

Create [localized versions](/missions/how-to-guides/build-a-mission.md#geographic-editions) of the same Mission for different regions.
{% endstep %}

{% step %}

#### Step 4 - Mission Settings

See [Mission Settings](/missions/how-to-guides/configure-mission-settings.md) for all options.
{% endstep %}
{% endstepper %}

{% embed url="<https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FLLw6mmkCzf1jpC9LdKjS%2Fuploads%2FvwvQfn5H05aQX0ErRpFR%2FCreate%20a%20checklist%20edited%20Composition.gif?alt=media&token=d54cb4ea-2596-41e0-8835-e6052835f573>" %}

***

## Good to know

* You can require Photo/Video proof on any item
* Checklists are **not designed for testing knowledge** — there are no correct/incorrect answers
* You can attach [Tickets ](/missions/what-are-missions/ticket.md)to trigger alerts on specific responses


---

# 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://documentation.taskmaverick.com/missions/what-are-missions/checklist.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.
