> For the complete documentation index, see [llms.txt](https://www.usemotion.com/help/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.usemotion.com/help/project-management/projects/reference-projects/when-to-use-workflow-templates.md).

# When to Use Workflow Templates

Workflow Template Projects (PWTs) are best for processes you repeat often. They provide structure, consistency, and efficiency by reusing the same stages, tasks, and dependencies each time.

**When to use Workflow Templates (without AI)**

* For established, repeatable processes you already know.
* Example: A quarterly financial close where the same checklist of tasks applies each time.
* Benefits: Saves time on setup, ensures consistency across runs, and reduces the chance of missing steps.

**When to use Workflow Templates with AI**

* For processes that are less defined, or when you want Motion to generate a starting point.
* Example: Launching a marketing campaign — describe the campaign type, and Motion AI drafts stages like planning, content creation, launch, and reporting.
* Benefits: Faster setup, guidance when defining new processes, and flexibility to refine the AI-generated draft to fit your team.

**Key distinction**

* **Without AI** → Best when you have a mature, repeatable workflow.
* **With AI** → Best when you need help jumpstarting a new process or adapting a workflow quickly.


---

# 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:

```
GET https://www.usemotion.com/help/project-management/projects/reference-projects/when-to-use-workflow-templates.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.
