> 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/reference/reference.md).

# Reference

This section is your technical source of truth for Frends. It covers every configurable option, property, and behavior in the platform — from Process configuration and Trigger types to API specifications and Agent settings.&#x20;

You are reading the Reference documentation for Frends 6.2.0. See the [Release notes](/release-notes/readme.md) for what changed in this version.

If you're looking for step-by-step instructions instead, visit the [Guides section](/guides/guides.md).

## Find your Details

<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/DCelEAJCgjrqAFNTFKFo">/pages/DCelEAJCgjrqAFNTFKFo</a></td><td>Process configuration, expressions, variables, and Subprocesses.</td><td><a href="/pages/DCelEAJCgjrqAFNTFKFo">/pages/DCelEAJCgjrqAFNTFKFo</a></td></tr><tr><td><a href="/pages/e30p2fpZcJVJXtBgrJfu">/pages/e30p2fpZcJVJXtBgrJfu</a></td><td>Reference for every shape you can use in a Process.</td><td><a href="/pages/e30p2fpZcJVJXtBgrJfu">/pages/e30p2fpZcJVJXtBgrJfu</a></td></tr><tr><td><a href="/pages/hvk0IeTAGYHTtkxRTID5">/pages/hvk0IeTAGYHTtkxRTID5</a></td><td>Every Trigger type available in Frends.</td><td><a href="/pages/hvk0IeTAGYHTtkxRTID5">/pages/hvk0IeTAGYHTtkxRTID5</a></td></tr><tr><td><a href="/pages/WNx4NoZVFCCRjqJl7cHR">/pages/WNx4NoZVFCCRjqJl7cHR</a></td><td>Administrative settings in Frends.</td><td><a href="/pages/WNx4NoZVFCCRjqJl7cHR">/pages/WNx4NoZVFCCRjqJl7cHR</a></td></tr><tr><td><a href="/pages/7MShPs2wpB4PUJCQRd6D">/pages/7MShPs2wpB4PUJCQRd6D</a></td><td>Agent and connectivity details and settings.</td><td><a href="/pages/7MShPs2wpB4PUJCQRd6D">/pages/7MShPs2wpB4PUJCQRd6D</a></td></tr><tr><td><a href="/pages/P0heyJ7ooqkFV9yigqR7">/pages/P0heyJ7ooqkFV9yigqR7</a></td><td>Manage the Frends platform through a full REST API.</td><td><a href="/pages/P0heyJ7ooqkFV9yigqR7">/pages/P0heyJ7ooqkFV9yigqR7</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/reference/reference.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.
