> For the complete documentation index, see [llms.txt](https://docs.virtual-flow.org/documentation-af/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.virtual-flow.org/documentation-af/documentation/installation/prerequisities.md).

# Prerequisities

## Prerequisites

Described on this site are the general prerequisites, which are required for all modules of AdaptiveFlow. But in addition, each module of AdaptiveFlow has individual prerequisites as described in the corresponding sections:

* ​[AFLP - Installation - Prerequisites](/documentation-af/aflp/installation/prerequisities.md) ​
* ​[AFVS - Installation - Prerequisites](/documentation-af/afvs/installation/external-packages.md) ​
* [AFU - Installation - Prerequisites](/documentation-af/afu/installation/external-packages.md) ​

### Linux Cluster with Batch System <a href="#linux-cluster-with-batchsystem" id="linux-cluster-with-batchsystem"></a>

AFLP runs on Linux clusters which are managed by a batch system (resource manager), or cloud computing platforms on top of which a batch system is run. Currently, the following batch system is supported:

* SLURM
* AWS Batch

### Python <a href="#bash" id="bash"></a>

AFLP, AFVS, and AFU were only tested with Python 3.9.4 and higher. If the system Python is older than 3.9.4, normally the system admins of the Linux cluster can make a newer version available. Alternatively, one can compile a recent version of Python by oneself and install it locally (for instance in the home folder).


---

# 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.virtual-flow.org/documentation-af/documentation/installation/prerequisities.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.
