> For the complete documentation index, see [llms.txt](https://docs.locoia.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.locoia.com/automation/community-library.md).

# Community Library

How can I find and reuse pre-templated Flows from the Community Library?

{% embed url="<https://www.youtube.com/watch?v=yfplhzZ9mpY>" %}

Locoia provides a wide range of **pre-templated** and **pre-built flows** that you can copy and modify to automate and solve your integration and automation challenges.

To copy a flow from there, go to [**Community Library**](https://app.locoia.com/#/community-library) and choose the flow you want to copy. By hovering over the description, you can see more details regarding the flow. To copy the flow to your account, click *Copy* on the right side:

![Flow Marketplace](https://s3.amazonaws.com/cdn.freshdesk.com/data/helpdesk/attachments/production/48089773178/original/YH631h0vpMy0gPNBWygTkqpWJhoo8gp18w.png?1614595933)

After having copied the flow, you have to select the correct Connector Auths for the connectors, change any variables which are not default values and, depending on the flow, upload your own files:

![Add Connector Auth](https://s3.amazonaws.com/cdn.freshdesk.com/data/helpdesk/attachments/production/48089774447/original/civrIc7Dw4QvqDb7bXvY5baBRsXiNhnsVA.png?1614596289)

{% hint style="info" %}
The references to the other connectors used in the flows are already correctly set, e.g. loo1 in the example above does not need to be changed, only the reference after it, in case you use other column names in your file.
{% endhint %}

![Change File URL](https://s3.amazonaws.com/cdn.freshdesk.com/data/helpdesk/attachments/production/48089774303/original/-1cOCBKtUnfiyToadksnI9T4mw2BNOKnTw.png?1614596250)

{% hint style="info" %}
You can also use the marketplace flows as a basis for a larger flow by extending upon them.
{% endhint %}


---

# 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.locoia.com/automation/community-library.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.
