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