# Create Your Own Checklist

{% hint style="info" %}
The checklist is a CSV file, and this document explains the requirements for the CSV format. You can use any CSV editor to create it, such as Microsoft Excel or WPS. If you find editing CSV content directly confusing, you can use the online editor at [https://web.simflypad.app](https://web.simflypad.app/) for easy creation.
{% endhint %}

## Get Template File <a href="#get-template-file" id="get-template-file"></a>

Before creating your checklist, it is **strongly** **recommended** that you download a checklist as a template and then make modifications based on it.

#### From SimFly Pad iOS version <a href="#from-simfly-pad-ios-version" id="from-simfly-pad-ios-version"></a>

Go to the “Checklist Selection” page, and click the “Export” button, then you can have all the built-in checklists exported.

#### Download from Web Editor <a href="#download-from-web-editor" id="download-from-web-editor"></a>

Go to <https://web.simflypad.app> , after setting the name, author, and unique ID, click the Save button to save the content to a csv file.

<figure><img src="/files/ubVDAbwH7dn4g5Ub7rir" alt=""><figcaption></figcaption></figure>

## **About the format of the CSV template file.** <a href="#about-the-format-of-the-csv-template-file" id="about-the-format-of-the-csv-template-file"></a>

{% hint style="warning" %}
**A CSV file is just a table. You can open and modify it using any Office Software, such as Office 365, Numbers, and WPS. While creating your checklist file, don’t change the content in the header row.**
{% endhint %}

### Column Headers <a href="#header" id="header"></a>

* **unique\_id**: A unique ID for this file. Will replace the old one if you already have a checklist with the same unique\_id. The prefix “simflypad\_” is reverse for the built-in checklist use only, please change to another one when creating your own.
* **template\_version**: A version for this template file. Currently, it should be "0.1".
* **Name**: The name of this checklist file (e.g., A321 Neo)
* **from**: The checklist source you collected from.&#x20;
* **procedure & section & item\_content & item\_check & item\_note**: Combine to describe each line of your checklist.&#x20;
* **item\_ident**: Setting “Y” indicates this item needs to be indented.

### **Content** <a href="#item-column" id="item-column"></a>

#### **procedure:** <a href="#item-column" id="item-column"></a>

Define each stage for your checklist file (e.g.: Before TO, TAXI….).

<figure><img src="/files/KI7ViNCRjyNN0qgBskSp" alt=""><figcaption></figcaption></figure>

#### **section:**

Used to separate the contents in one stage.&#x20;

<figure><img src="/files/9mXWqCMaiZtEkUkl8P7S" alt=""><figcaption></figcaption></figure>

#### **item\_content & item\_check**

<figure><img src="/files/GvXktf7HufBnvBtkxh50" alt=""><figcaption></figcaption></figure>

#### **item\_note**

Can be placed with item\_content and item\_check.

<figure><img src="/files/yuV3rg0hryat7lT1PrnY" alt=""><figcaption></figcaption></figure>

Or can be used as a single row.

<figure><img src="/files/HT0jq1BmS3BWhpBJfsrT" alt=""><figcaption></figcaption></figure>

### Import <a href="#import" id="import"></a>

{% hint style="danger" %}
Please ensure that the CSV file is encoded in <mark style="color:red;">**UTF-8**</mark> format, as only CSV files with this encoding can be imported correctly.
{% endhint %}

After transferring the CSV checklist file to your mobile device, go to the “Checklist Selection” page on SimFly Pad, click the “Import” button then you can import your customized checklist file.


---

# 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.simflypad.com/v1/how-to/create-your-own-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.
