# Checklist

The Checklist is a customisable "to-do list" used on exercises for verifying completed training objectives or serving as a memory aid for player activities. Created by the scenario designer, the Checklist is accessible only to players with special permissions.

Can be used with the AAR feature to qualify checked items.

The Checklist is included in the exercise report.

## When to Use

* Utilise the Checklist to ensure all training objectives are complete.
* Employ as a memory aid to guide player activities during an exercise.

## Implementation

{% stepper %}
{% step %}

### Add the objectives

Navigate to `Configuration` > `Exercise Setup` and add the list items

<figure><img src="/files/FveaHcNqlJSmvF3o8RYA" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Enable the channel

Navigate to `Configuration` > `Channels` and turn on the checklist channel
{% endstep %}

{% step %}

### Enable with special permissions

Before the start of the exercise, in the Facilitator Dashboard, navigate to `Teams` > `Special Permissions` and add the Checklist permission to players allowed to check off the items.

<figure><img src="/files/6bD9WFDrFE68nZu0WgIK" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}


---

# Agent Instructions: 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:

```
GET https://helpdocs.conducttr.com/feature-documentation/designing-and-running/exercise/channels/exercise-logging-channels/checklist.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
