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