# Supported Platforms and Requirements

## Agent

Agent is a native library, supporting the following platforms:

<table><thead><tr><th>Platform</th><th width="249" data-type="checkbox">x86_64</th><th data-type="checkbox">ARM</th></tr></thead><tbody><tr><td>GNU/Linux</td><td>true</td><td>false</td></tr></tbody></table>

{% hint style="warning" %}
Agent library requires `libc` in version at least 2.18.
{% endhint %}

### Supported JVM

Agent supports JVM version from 1.7 through 17.

## Server

The server application is distributed for multiple platforms:

<table><thead><tr><th>Platform</th><th width="249.33333333333331" data-type="checkbox">x86_64</th><th data-type="checkbox">ARM</th></tr></thead><tbody><tr><td>GNU/Linux</td><td>true</td><td>false</td></tr></tbody></table>

## Workstation

This is a web application, that can be deployed on any web server that supports web sockets and is able to run as a reverse proxy.


---

# 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.0/overview/supported-platforms-and-requirements.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.
