> For the complete documentation index, see [llms.txt](https://bundus.gitbook.io/help/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bundus.gitbook.io/help/checklists/create-a-checklist-template.md).

# Create a checklist template

Create a reusable checklist so your team can start each booking with the same ordered tasks.

### Create the template

1. Open **Settings**.
2. Under **Documents**, select **Bookings**.
3. Under **Your templates**, enter a name in **New template**.
4. Select **Create template**.
5. Enter the first task in **New checklist item**.
6. Select **Add item**, or press Enter.
7. Repeat the previous two steps for each task.

![Event preparation checklist template with reusable booking tasks](https://1239150628-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0xEFjtRHcsV7HPwU6C74%2Fuploads%2Fgit-blob-4a65bbe4aad980a41104b1c30df83eb211224533%2F01-template-items.jpg?alt=media)

When you create your first checklist template, Bundus marks it **Default** and turns on **Pre-select this template on new bookings**.

### Check the result

The template appears under **Your templates** with its item count. Select the template to review its name, default setting, and ordered items.

### Related guides

* [Edit and reorder a checklist template](/help/checklists/edit-and-reorder-a-checklist-template.md)
* [Apply a checklist template to a booking](/help/checklists/apply-a-checklist-template-to-a-booking.md)
* [Manage checklist items on a booking](/help/checklists/manage-booking-checklist-items.md)


---

# 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://bundus.gitbook.io/help/checklists/create-a-checklist-template.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.
