# Tutorial Overview

The following hands-on tutorials are available:

* [Tutorial 1: VFVS - Preconfigured Example in Python](https://docs.virtual-flow.org/tutorials-vf1/broken-reference)
  * [Tutorial 1 is also available in Bash](https://docs.virtual-flow.org/tutorials-vf1/vfvs-tutorial-1-bash) (the legacy version of VFVS)
* [Tutorial 2: VFVS - Preparation from Scratch in Python](https://docs.virtual-flow.org/tutorials-vf1/broken-reference)
  * [ ](https://docs.virtual-flow.org/tutorials-vf1/tutorial-2-vfvs-scratch-bash/introduction)[Tutorial 2 is also available in Bash](https://docs.virtual-flow.org/tutorials-vf1/tutorial-2-vfvs-scratch-bash) (the legacy version of VFVS)

More tutorials are planned for the future.

Moreover, a demonstration video of Tutorial 2 *(using the Bash version of VFVS)* can be found on the VirtualFlow Homepage:

* <https://virtual-flow.org/tutorials>


---

# 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/tutorials-vf1/master.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.
