> 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-templates.md).

# The Power of Templates

Capture how your company does business once and reuse that knowledge throughout SwimTech to reduce repetitive data entry, improve consistency, and standardize operations.

**Templates are one of the most powerful ways to work smarter in SwimTech. They allow your company to capture how you do business once and reuse that knowledge throughout the application—reducing repetitive data entry, improving consistency, and helping ensure important information is not overlooked.**

Templates can provide reusable starting points for **Quotes, Work Orders, Services, Products, Messages, Checklists, and other recurring business activities**. Instead of creating the same information from scratch each time, a user can begin with a Template that represents a common real-world business activity and then customize it for the specific customer or situation.

For example, a pool company might create Templates for **Weekly Pool Service, Filter Cleaning, Green Pool Recovery, Equipment Installation Quotes, common customer Messages, or standard Checklists**.

A Template does not have to contain every possible detail. Templates are intended to provide a **starting point—not a finished transaction**. They can contain as much or as little information as is useful. Companies can begin with simple Templates and continually refine them as their business processes evolve.

## Why Templates Are Powerful

Templates help SwimTech users **work faster while maintaining consistency and data quality**. They reduce repetitive data entry, make frequently used information readily available, and help standardize how work is performed across the company.

* **Faster data entry** — Start with commonly used information instead of entering everything again.
* **Greater consistency** — Standardize Quotes, Work Orders, Services, Products, Messages, Checklists, and other recurring business information.
* **Improved data integrity** — Reusing established information reduces typing errors, omissions, and inconsistent terminology.
* **Standardized operations** — Help technicians and office personnel follow the company's preferred processes.
* **Easier onboarding** — New employees can begin with proven company Templates rather than having to know how everything should be constructed.
* **Easy customization** — Start with a Template and modify the resulting record for a particular customer or situation without changing the original Template.
* **Continuous improvement** — Templates can be refined over time as the company develops better procedures, pricing, communications, and workflows.

## Capture and Reuse Your Company's Knowledge

As your company develops better procedures, pricing, communications, and workflows, your Templates can evolve with you. This allows the experience and knowledge your company develops over time to become part of the way SwimTech helps your team work every day.

Rather than requiring each employee to remember how a recurring Quote, Work Order, Service, Message, or Checklist should be constructed, Templates provide a reusable starting point based on the way your company prefers to operate.

This allows you to **standardize what is repeatable while still customizing what is unique** for each customer and situation.

> **Create it once. Standardize what works. Reuse it throughout SwimTech.**


---

# 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-templates.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.
