> For the complete documentation index, see [llms.txt](https://docs.stackai.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.stackai.com/getting-started/start-here/get-started-with-workflow-builder/templates.md).

# Templates

As you start building, you can reference a variety of pre-built templates we have available, or save your own workflow as a template for future reference.

### Access Existing Templates

#### New Workflow Builder Project

When you create a new **Workflow Builder** project, you can either start from scratch by selecting **New Project** or start from a predefined **template**. Templates are organized by **creator** (your organization or Stack AI), **use case**, or **integration**, making it easy to find a starting point that fits your needs.

<figure><img src="/files/dRKg80IlCfDJhR4I6o6L" alt=""><figcaption></figcaption></figure>

#### AI Agent

You can also select a template directly from within **Workflow Builder** when configuring an **AI Agent** node.

<figure><img src="/files/rQesMNKPchHLEv3mtomn" alt=""><figcaption></figcaption></figure>

### Creating New Templates

You can save a workflow you've built as a template, which will make it available to the rest of the StackAI community. Please note that linked connections and knowledge bases will be stripped from the template for security reasons.

<figure><img src="/files/ClMiffNqOlRCNHwidk6w" alt=""><figcaption></figcaption></figure>


---

# 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://docs.stackai.com/getting-started/start-here/get-started-with-workflow-builder/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.
