> For the complete documentation index, see [llms.txt](https://docs.flopsar.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.flopsar.com/3.0/overview/supported-platforms-and-requirements.md).

# Supported Platforms and Requirements

## Agent

| AGENT FILE                 | SUPPORTED JVM VERSION |
| -------------------------- | --------------------- |
| `flopsar-agent-N.jar`      | 1.6                   |
| `flopsar-agent-N.jar`      | 1.7                   |
| `flopsar-agent-N.jar`      | 1.8                   |
| `flopsar-agent-N-jvm9.jar` | 9                     |
| `flopsar-agent-N-jvm9.jar` | 10                    |
| `flopsar-agent-N-jvm9.jar` | 11                    |

{% hint style="success" %}
The agent is framework and application servers agnostic, so no detailed list of supported environments is needed.
{% endhint %}

## Workstation

`Workstation` requires `JVM 1.8u131+`. It can be run only on those platforms which are supported by [JavaFX](http://docs.oracle.com/javase/8/javase-clienttechnologies.htm).

{% hint style="warning" %}
`Workstation` does not support JVM 9+.
{% endhint %}

## Flopsar Server

Flopsar Server supports only 64 bit GNU/Linux systems with the kernel at least 2.6.33.


---

# 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:

```
GET https://docs.flopsar.com/3.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.
