# Architecture

- [Agent application settings](https://docs.frends.com/reference/architecture/agent-application-settings.md): Additional settings available for the cross platform Agents.
- [Agent storage availability](https://docs.frends.com/reference/architecture/agent-storage-availability.md): What storage is directly accessible by Agents.
- [Technical details for Frends Agent](https://docs.frends.com/reference/architecture/technical-details-for-frends-agent.md): This document describes a typical Frends Agent installation details.
- [Agent connectivity requirements](https://docs.frends.com/reference/architecture/agent-connectivity-requirements.md): What openings does a Frends Agent need in firewall.
- [Frends Data Flowcharts](https://docs.frends.com/reference/architecture/frends-data-flowcharts.md): How data is transferred between elements in Frends Architecture.


---

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