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

# Guides

From building your first integration to setting up high availability, this section covers the practical side of working with Frends. You'll find walkthroughs for developers, platform administrators, and everyone in between — whether you're [writing your first Process](/guides/development/how-to-create-integrations.md), [configuring authentication](/guides/api-management/setting-up-api-policies.md), or keeping an eye on [what's running in production](/guides/integration-management/how-to-use-dashboard.md).

If you're new to Frends, you might head to [Getting Started section](/get-started/getting-started-guide.md) first. If you're working toward a Frends certificate, our [Learning Paths](/guides/learning-paths/overview.md) will take you there in a structured way.

## Browse by Topic

<table data-view="cards"><thead><tr><th data-type="content-ref"></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><a href="/pages/aNtjwaSiFUNH36UhlcUr">/pages/aNtjwaSiFUNH36UhlcUr</a></td><td>Processes are the heart of Frends.</td><td><a href="/pages/aNtjwaSiFUNH36UhlcUr">/pages/aNtjwaSiFUNH36UhlcUr</a></td></tr><tr><td><a href="/pages/wm9K1HRgQGe145ag6VVa">/pages/wm9K1HRgQGe145ag6VVa</a></td><td>Design, secure, and publish APIs with Frends.</td><td><a href="/pages/wm9K1HRgQGe145ag6VVa">/pages/wm9K1HRgQGe145ag6VVa</a></td></tr><tr><td><a href="/pages/lhmBeRAeexOm4fweAt2s">/pages/lhmBeRAeexOm4fweAt2s</a></td><td>Managing Processes across Environments is easy with Frends.</td><td><a href="/pages/lhmBeRAeexOm4fweAt2s">/pages/lhmBeRAeexOm4fweAt2s</a></td></tr><tr><td><a href="/pages/Zk2NeR54vd8eYsZGVC47">/pages/Zk2NeR54vd8eYsZGVC47</a></td><td>How to give access and limit permissions in Frends.</td><td><a href="/pages/Zk2NeR54vd8eYsZGVC47">/pages/Zk2NeR54vd8eYsZGVC47</a></td></tr><tr><td><a href="/pages/bmb0GVhwhyJUEJWcsIR1">/pages/bmb0GVhwhyJUEJWcsIR1</a></td><td>How to install a Frends Agent.</td><td><a href="/pages/bmb0GVhwhyJUEJWcsIR1">/pages/bmb0GVhwhyJUEJWcsIR1</a></td></tr><tr><td><a href="/pages/MevxUfVeSaUs4IJFAqOB">/pages/MevxUfVeSaUs4IJFAqOB</a></td><td>Aiming for a Frends Certificate? Start here.</td><td><a href="/pages/opJMDae80Td8Vom1ZHIy">/pages/opJMDae80Td8Vom1ZHIy</a></td></tr></tbody></table>


---

# 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.frends.com/guides/guides.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.
