# Introduction

Do you want to avoid unnecessary reading? Take a moment to decide which statement describes your curiosity best:

## What makes you curious?...

1. "I'm just interested to know who might use Ampersand and for which purposes."\
   [Click here](/documentation/why-ampersand.md) to learn why you might want Ampersand.
2. "I am a *student* wanting to use Ampersand in class."\
   [This tutorial](/documentation/tutorial-rap3.md) was made just for you. Students who like something different will love it.
3. "I am a *computer professional* in need of a good method for designing an information system."\
   Computer professionals who like fast results will be thrilled, provided they make the effort of learning.
4. "I am a *scientific researcher* and I want to learn more about the [research behind Ampersand](/documentation/research.md)."\
   Scientists who like formal methods will appreciate this particular use of relation algebra.
5. "I am a *software engineer* and I want to change Ampersand to suit my needs."\
   You'll be delighted to see that your back-end software is as adaptable as your front-end software, and everything is generated towards proven technology for the sake of maintainable results.
6. "I *work in an industry, an enterprise, or a government institute* and I hope Ampersand is the silver bullet that kills all vampires and solves my problems."\
   Alas, there's no such thing as a free lunch. Ampersand is not interesting for you.\
   (Ampersand promises correct data and fast development to those who don't believe in fairy tales and do want to make the effort.)

## One bite at a time

Rarely does one need to learn everything there is to know about Ampersand. Take one bite at a time, no more than you can chew, and use it in practice immediately. Learn as you go...

## Disclaimer

Ampersand is a project with no funds. The people who are supporting Ampersand are volunteers with little spare time. This explains why there are omissions in this text. So please condone any shortcomings. We are looking for skilled volunteers to help this project forward, by the way.

### Licence

Unless otherwise specified, everything in this repository is covered by the following licence:

![Creative Commons Attribution-ShareAlike 4.0 International](https://licensebuttons.net/l/by-sa/4.0/88x31.png)

***Ampersand Documentation*** by the [the Ampersand team](https://www.gitbook.com/@ampersandtarski) is licensed under a [Creative Commons Attribution 4.0 International Licence](http://creativecommons.org/licenses/by-sa/4.0/).

Based on a work at <https://github.com/AmpersandTarski/documentation>


---

# 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://ampersandtarski.gitbook.io/documentation/intro.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.
