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