# Installation

In order to install and run VFLP, some general prerequisites have to be met, and the VFLP module be installed. This is described earlier in the installation section of the general part of the documentation:

1. [VirtualFlow - Prerequisites ](/documentation-vf1/installation/untitled-1.md)
2. [VirtualFlow - Installation of a module](/documentation-vf1/installation/vflp.md)

In addition, VFLP requires some prerequisites and additional external packages to be installed:

1. [VFLP - Prerequisites](/documentation-vf1/vflp/installation/prerequisities.md)
2. [VFLP - Installation of external packages](/documentation-vf1/vflp/installation/external-packages.md)


---

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