# Architecture Fundamentals

Flopsar consists of three components:

* Agent
* Server
* Workstation

Workstation, as a web application, can be served from either the server directly or any web server, which is able to operate as a reverse proxy.

<figure><img src="/files/CMoH6psAhkKJhhxTT5uO" alt=""><figcaption><p>Workstation bundled with the server</p></figcaption></figure>

<figure><img src="/files/najqnDZagE6n9MP4ibmR" alt=""><figcaption><p>Workstation served from a reverse proxy</p></figcaption></figure>

## Networking

Agents initiate bidirectional TCP connections to the server, which listens to these connections on a socket address specified in the server configuration.&#x20;


---

# 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.flopsar.com/5.3/administrator-guide/architecture-fundamentals.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.
