> 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/task.md).

# Task

A Task is the simplest Mission type — a short instruction with no questions or forms. Think of it as a direct command: do this, at this time, this way.

**Examples:** "Brew Coffee", "Sweep the Floor", "Replenish Water", "Check Food Freshness".

***

## When to use Tasks

Use a Task when the instruction is straightforward, and employees don't need to submit answers or evidence — just do the work and mark it done.

**Manage daily routines**\
Give employees clear, repeating instructions so they always know what to do and when. A Task tells them *what* needs to be done, *how* to do it, and *when*.

**Build consistent habits**\
Repeating the same instructions on a schedule helps employees improve their speed and quality over time.

{% hint style="info" %}
Keep it short. The description should fit in 180 characters — one clear sentence.
{% endhint %}

***

## How to create a Task

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

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

Then configure [Mission Settings](/missions/how-to-guides/configure-mission-settings.md). Tasks don't have a Builder or Editions step.

{% embed url="<https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FLLw6mmkCzf1jpC9LdKjS%2Fuploads%2FqHJ8XMFz97fBDiVYoS4N%2FCreate%20a%20task%20edited.gif?alt=media&token=a735304b-e935-4cf5-bb3e-86cacbf26e96>" %}

***

## Good to know

* Tasks are **one-way** — the employee doesn't submit responses, just completes the action
* To make a Task appear on mobile, you must [schedule ](/missions/how-to-guides/schedule-a-mission.md)it


---

# 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/task.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.
