> For the complete documentation index, see [llms.txt](https://docs.flytbase.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.flytbase.com/pre-flight-modules/platform-settings/checklist.md).

# Checklist

Operators can customize the pre-flight checklist to comply with local regulations and incorporate specific requirements that must be satisfied before mission execution:

* **Accessing the Checklist**: Navigate to **Settings** -> **Checklist** in the dashboard.

<figure><img src="/files/L4vhwOMCx9sdia2V87jH" alt=""><figcaption><p>Checklist tab with custom checklist items</p></figcaption></figure>

* **Adding a New Item**:
  * Click on **Add** to introduce a new checklist item.
  * Enter a name and description for the item.
  * Click **Save** to add it to your checklist.

<figure><img src="/files/RgyOT5VNmQTaNda3t265" alt=""><figcaption><p>Creating a new checklist item</p></figcaption></figure>

* **Editing an Existing Item**:
  * To make changes, click on the![](/files/a76RjcXu7hPjemY48z4z)icon.
* **Deleting an Item**:
  * To remove an item, click on the![](/files/B5mSy7PFIpR3a1YdGTfI)icon.

Once these changes are made, the updated checklist will be displayed before the drone is launched, thus ensuring that all checks are completed before a flight.

<figure><img src="/files/zHGq0Kbv31DOh8TtMcJ8" alt=""><figcaption><p>Custom Checklist Items</p></figcaption></figure>


---

# 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://docs.flytbase.com/pre-flight-modules/platform-settings/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.
