# Introduction

## Aims

The goals of this tutorial are to demonstrate:

1. [How VFVS can be installed (from scratch)](/tutorials-vf1/tutorial-2-vfvs-scratch-bash/installation.md)
2. [How the workflow prepared  (from scratch)](/tutorials-vf1/tutorial-2-vfvs-scratch-bash/setting-up-the-workflow.md)
3. [How the workflow is started](/tutorials-vf1/tutorial-2-vfvs-scratch-bash/starting-the-workflow.md)
4. [How the workflow is monitored](/tutorials-vf1/tutorial-2-vfvs-scratch-bash/monitoring-the-workflow.md)
5. [How to obtain the output database after completion](/tutorials-vf1/tutorial-2-vfvs-scratch-bash/the-completed-workflow.md)

This is a short tutorial, which only covers some of the basics.

A demonstration video based on this tutorial 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/tutorial-2-vfvs-scratch-bash/introduction.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.
