# Create a checklist

### Enable checklist

{% @guideflow/guideflow-embed requestedUrl="<https://app.guideflow.com/player/0p0dv9aykl?param=123>" %}

* To enable checklists, click on the "Checklist" button on the right panel.
* Toggle on "Enabled".&#x20;
* Fill in your Launcher title or text.

{% hint style="info" %}
Description of what is launcher title
{% endhint %}

* Click on "Position" and choose your desired checklist position.
* Fill in your checklist's title.
* Fill in your checklist's description (optional).

### Add a new item to your checklist

{% @guideflow/guideflow-embed requestedUrl="<https://app.guideflow.com/player/qkq34jt1rx?param=123>" %}

* Click on "Add a new item".&#x20;

* Enter a title and description of your item.

* Click on the dropdown to select whether you want the item to "Open a URL" or "Navigate to a step".

* Option 1: Explain what it does and how to do it

* Option 2: Explain what it does and how to do it

### Open a URL

{% @guideflow/guideflow-embed requestedUrl="<https://app.guideflow.com/player/vkm50wu3ry?param=123>" %}

* Click on "Add a new item".
* Enter your item's title and description.
* Choose "Open an URL".
* Enter the URL where you want this checklist item to navigate upon clicking.

### Navigate to a step

{% @guideflow/guideflow-embed requestedUrl="<https://app.guideflow.com/player/6kwvnluzpy?param=123>" %}

* Click on "Add a new item".
* Enter your item's title and description.
* Choose "Navigate to a step".
* Click on the dropdown to choose which step you would like to be redirected to.


---

# 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.guideflow.com/help/edit-your-guideflow/checklist/create-a-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.
