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

# Audit

Audits let you run scored assessments — for compliance, safety, quality, or any process you need to evaluate and document. Results are shown as points and/or percentages.

**Examples:** "Fire Safety Audit", "Service Quality Check", "Cleanliness Score"

***

## When to use Audits

**Score and document compliance**\
Auditors complete a structured checklist, and the system calculates a score. Results can be shared as documented evidence of compliance.

**Real-world example**\
A fire inspector audits a restaurant: the mission is scheduled to the inspector's board, they complete it on-site, and the restaurant receives a score of 27 out of 30 - with documented proof.

{% hint style="info" %}
**Audits vs. Tests:** Both use scored questions. The difference is the mobile layout — Audits display as a scrollable **checklist view** (better for large assessments), while Tests are **step-by-step** (one question at a time).&#x20;
{% endhint %}

***

## How to create an Audit

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%2FBopbQBaiMXOJNgCZykh3%2FCreate%20an%20Audit%20Edited%20Composition.gif?alt=media&token=816f1c8e-006c-4269-90c4-f52efde4a969>" %}

### Audit-specific settings

| Setting                           | What it does                          |
| --------------------------------- | ------------------------------------- |
| Show Score After Completion       | Display results immediately           |
| Absolute Values And/Or Percentage | Choose how to display the score       |
| Provide Question Feedback         | Show explanations                     |
| Color Thresholds                  | Green/Orange/Red ranges for reporting |

***

## Good to know

* Results can be shown as **points, percentages, or both**
* Audits **cannot** trigger related Media Missions on incorrect answers
* Uses the same question types as [Tests](/missions/what-are-missions/test.md)


---

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