# Library of templates

{% embed url="<https://youtu.be/HTgfFhLqoC8>" %}

When you create a new pipeline or a new metric, you have a choice to create it from scratch or use one of the templates from a library:

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

If you select "**Create from template**" you will see a powerful library of templates, created by our team:

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

These templates allow you to automate common streaming or functional tasks, such as streaming from an API to a database and the other way around, accepting streaming from queue messengers, converting data to various formats, and sending it somewhere or you can also automate your role-specific processes.&#x20;

In addition to that, you can save your pipelines as templates and the other users from your organization will be able to reuse them.

To do it, just go to the list of pipelines, select the necessary workflow, and click on "**Save as template"**

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

And the new template will be available under the tabs "**My organization's templates**" and "**My templates**":

<figure><img src="/files/uK6HJq7EphdjXgiq3WWk" 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.ylem.co/pipelines/library-of-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.
