# About workflow templates

{% hint style="info" %}
Tip: Sometimes it's easier to recreate a use case from a prompt than from a template! If you see a template you like but it's not quite right, just tell the Relay.app assistant your use case, or import the template and tell the assistant what you need to modify.
{% endhint %}

Templates are great for use case inspiration and can make it easy to get started based on a workflow that was created by someone else.

There are two ways how you can get hold of a template:

1. Via the [**Relay.app template gallery**](https://www.relay.app/gallery)
2. Through a template link that someone shared directly with you

<div align="left"><figure><img src="/files/Anqc1OV8m7JtjcMdsCt2" alt=""><figcaption><p>Template from Gallery</p></figcaption></figure> <figure><img src="/files/LdNcnKxEsEX3iJH8s4yH" alt=""><figcaption><p>Template shared via link</p></figcaption></figure></div>

Learn more about [using/importing templates](/templates/using-a-template-importing.md) or [creating templates yourself](/templates/creating-a-template-exporting.md).

{% hint style="info" %}
Want your template featured in the our [Template Gallery](https://www.relay.app/gallery)? Submit it via <https://relay.app/gallery/submit>
{% endhint %}


---

# 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.relay.app/templates/about-workflow-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.
