# Finding and Using Community Templates

The Diaflow Community is your gateway to thousands of ready-to-use automation flows. This guide will show you how to find the perfect template and add it to your own Workspace.

## 1. Search and Discover

When you open the Community page, you will see a marketplace of publicly shared templates.

* **Search Bar:** Type in keywords, template names, or a creator's name to quickly find what you need.
* **Categories:** Browse through tags like "Marketing," "Finance," or "Customer Service" to filter templates by industry.

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

## 2. Preview Template Details

Before using a template, you can click on its card to open the detail page. This page gives you a complete overview of how the flow works:

* **Description:** Explains what the template does and its main benefits.
* **Components in use:** Shows you which apps and AI agents are required to run this flow.
* **Flow Preview:** A visual map of all the nodes and connections, so you know the logic before downloading it.

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

* **Creator Profile:** Click on the author's avatar to see their social links (LinkedIn, Twitter) and view other templates they have built.

<figure><img src="/files/4FDbR5Oq3Az1IHdcefNi" alt=""><figcaption></figcaption></figure>

You can learn more about the template's author by viewing their public profile:

* **Creator Information:** Click the creator's name or avatar (e.g., Anderson Liam).
* **Profile Content:** The creator's profile page displays their social media links, such as LinkedIn and Twitter, and a list of all other templates they have shared publicly.

## 3. Using and Sharing the Template

Want to show a cool template to a colleague? Just click the **Share** button or copy the URL of the detail page and send it to them.

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

**Clone to your Workspace.** To actually use the flow and edit it with your own data, you need to save a copy to your account:

1. Click the **Clone to workspace** button.
2. The template will instantly be copied into your Diaflow Workspace, ready for you to configure. *(Note: If you are not logged in, you will be prompted to Sign Up or Log In first.)*

#### Need help?

* *Want to share your customized version back to the Community? See* [*How to Create and Publish a Template.*](/workspace/community/template/how-to-create-and-publish-a-template.md)
* *Don't have a Diaflow account yet?* [*Sign up*](/user-account/log-in-and-log-out.md) *for free to start cloning these templates today.*


---

# 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.diaflow.io/workspace/community/template/finding-and-using-community-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.
