> For the complete documentation index, see [llms.txt](https://help.getswimtech.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.getswimtech.com/documentation/working-smarter-with-swimtech/the-power-of-checklists.md).

# The Power of Checklists

Use customizable Checklists to help technicians complete and document the right tasks for each customer, property, and Water Body.

**Checklists help technicians deliver consistent, complete service while accommodating the unique requirements of each customer and each Water Body.**

Every pool customer and property can have different needs, equipment, procedures, and items that must be verified before the technician leaves the property. SwimTech Checklists provide a structured way to make sure these important steps are completed and documented rather than relying on the technician's memory.

**Checklists can be customized for each individual customer and for each of that customer's Water Bodies based on their specific needs.** This allows the service process to reflect the actual requirements of the property rather than forcing every customer to follow the same generic procedure.

A Checklist can be associated with a specific **Water Body**. For example, a **Spa** may require a different Checklist than a **Fountain**, while a **Swimming Pool** may have its own inspection, maintenance, and service requirements. Even two swimming pools may require different Checklists because of differences in equipment, customer expectations, or special service requirements.

Checklists can also be used at the **Activity Report Overview level** for tasks that apply to the entire customer visit rather than an individual Water Body. For example, before completing a service visit, the technician might need to:

* Verify that the property gate has been closed and secured.
* Take a photograph showing the closed gate.
* Confirm that equipment or service areas have been left clean.
* Complete other customer-specific requirements before leaving the property.

This allows SwimTech to support both **property-level requirements and Water Body-specific procedures** during the same service visit.

> **The value of Checklists is simple: the right things get checked, for the right customer and Water Body, at the right time—and important service requirements are documented before the technician leaves the property.**


---

# 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://help.getswimtech.com/documentation/working-smarter-with-swimtech/the-power-of-checklists.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.
