> 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/edit-and-reorder-a-checklist-template.md).

# Edit and reorder a checklist template

Keep a checklist template current by changing its name, task wording, or order.

> **Important:** Template changes do not alter checklist copies that are already on bookings.

### Update the template

1. Open **Settings**.
2. Under **Documents**, select **Bookings**.
3. Under **Your templates**, select the template.
4. To rename it, change **Template name**, then select **Save name**.
5. To change a task, edit its **Item** field, then press Enter.
6. To reorder a task, use its up or down arrow.

![Checklist template editor with name, default option, items, and ordering controls](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)

### Check the result

The template list shows the current name, **Default** label when applicable, and item count. Reopen the template to confirm the saved wording and order.

### Related guides

* [Create a checklist template](/help/checklists/create-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/edit-and-reorder-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.
