# Checklist

### Definition

A Checklist is essentially a list of applicable tasks (Checklist Items) that a [Resource](/maica-knowledge-base/getting-started/maica-key-concepts/resource.md) will perform and acknowledge either before/during/after an [Appointment](/maica-knowledge-base/getting-started/maica-key-concepts/appointment.md) or [Shift](/maica-knowledge-base/getting-started/maica-key-concepts/shift.md). A typical example of this might be to do a COVID test, complete an assessment, or greet the [Participant](/maica-knowledge-base/getting-started/maica-key-concepts/participant.md). An example of a Checklist might be:

| Checklist Name           | Checklist Item      | Sequence |
| ------------------------ | ------------------- | -------- |
| Pre-Appointment Check In | Greet Participant   | Before   |
|                          | COVID Test          | Before   |
|                          | Complete Assessment | After    |

### Purpose

The purpose is to control tasks that need to be completed as part of an [Appointment](/maica-knowledge-base/getting-started/maica-key-concepts/appointment.md) or [Shift](/maica-knowledge-base/getting-started/maica-key-concepts/shift.md) that are not billable to a Participant's [Service Agreement](/maica-knowledge-base/getting-started/maica-key-concepts/service-agreement.md) but are required for compliance, security, or client care.

### Usage

Checklists are used within [Appointments](/maica-knowledge-base/getting-started/maica-key-concepts/appointment.md) and [Shifts](/maica-knowledge-base/getting-started/maica-key-concepts/shift.md) to show at various points throughout the journey, including:

* Check In
* Check Out
* Appointment Management
* Shift Management

### Final Thoughts

Checklists are a really good way to get your Resources to perform tasks that are either common to your process, address compliance issues or simply record that the right tasks are done at the appropriate time.&#x20;

{% hint style="info" %}
You can then easily report on progress whether this be the completion or not of certain tasks (Checklist Items).
{% endhint %}


---

# 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://knowledge.maica.com.au/maica-knowledge-base/getting-started/maica-key-concepts/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.
