# Introduction

This documentation contains administrator, user's and developer's guide of several products produced by H2020 West-Life project. Public services of this project are available at <https://www.west-life.eu>.

Documentation is rendered as

* HTML version: [https://h2020-westlife-eu.gitbooks.io/virtual-folder-docs/content/](https://h2020-westlife-eu.gitbooks.io/virtual-folder-docs/)
* PDF version: <https://github.com/h2020-westlife-eu/westlife-docs/raw/master/westlifedocs.pdf>

Folowing topics are covered:

* [Data Management](https://h2020-westlife-eu.gitbook.io/virtual-folder-docs/data-management) gives introduction and general overview of subsequent products and how they fit into data infrustructre and data management ecosystem already available.
* [Virtual Folder](https://h2020-westlife-eu.gitbook.io/virtual-folder-docs/virtual-folder) provides a unified access mechanism to files stored in a variety of locations including the local file system, and B2DROP and other cloud storage facilities.&#x20;
* [Virtual Machines](https://h2020-westlife-eu.gitbook.io/virtual-folder-docs/virtual-machines) Various images and configuration are prepared for production, development and testing purposes.
* [Repository](https://h2020-westlife-eu.gitbook.io/virtual-folder-docs/repository) provides exemplar implementation of data management withing small facility who'd like to have web app support for data life cycle.


---

# 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://h2020-westlife-eu.gitbook.io/virtual-folder-docs/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.
