> For the complete documentation index, see [llms.txt](https://docs.ebbot.ai/ebbot-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ebbot.ai/ebbot-docs/core-capabilities/automations/templates.md).

# Templates

## Templates

Workflow Templates are pre-packaged flows that greatly simplify setting up automations. Each template contains one or more flows that you can start from when setting up an automation.

The available flow templates are created by Ebbot, and can't be created by you directly. If you have suggestions on templates to add to our template library, feel free to contact us.

### Using templates <a href="#using-templates" id="using-templates"></a>

You can find available templates in the Templates tab, navigate to Workflows > Templates in your Ebbot Automations account.

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

Once you enable a template you get to a setup page where you need to map the nodes in the flow to the connections you have.

<figure><img src="/files/0KtEbnp3kmLJNpX4QDgP" alt=""><figcaption></figcaption></figure>

Once the templates are enabled they will show up in your list of unpublished templates.

The flow templates need adjusting before publishing, so they always start as unpublished. Once you enable a template you need to go through the new flows and adjust them to your liking.

### Make the templates your own <a href="#make-the-templates-your-own" id="make-the-templates-your-own"></a>

Once you enabled a template, it's all yours. You're free to change any aspect of it, no part of the template will be changed by us after activation.

You can use templates as many times as you want. If you're starting a new project you can enable a template again and get a fresh set of templates without touching your other existing flows.

### When to build from scratch vs using a template <a href="#when-to-build-from-scratch-vs-using-a-template" id="when-to-build-from-scratch-vs-using-a-template"></a>

The templates we provide are created to fit common use cases. It's usually faster to start from scratch if your use case is widely different.


---

# 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.ebbot.ai/ebbot-docs/core-capabilities/automations/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.
