# Quick Setup

The instructions assume that Docker is installed in the current version. You can find the [Docker installation here](https://docs.docker.com/engine/install/debian/).

First create a project folder on Debian, example:

```sh
sudo su
```

```sh
mkdir /opt/flyingfish
```

Now download the env and docker compose file:

```sh
cd /opt/flyingfish
```

```sh
curl https://raw.githubusercontent.com/stefanwerfling/flyingfish/main/setup/.env -o .env
```

```sh
curl https://raw.githubusercontent.com/stefanwerfling/flyingfish/main/setup/docker-compose.yml -o docker-compose.yml
```

Now edit the [.env file and set all important variables](https://flying-fish.gitbook.io/flyingfish/index/installation/long-setup/env).

```sh
nano .env
```

Start docker compose.

```sh
docker compose up -d
```

You can log in via the web interface with the standard root user. Please change the password immediately.

* **URL:** https\://\<ip>:3000/
* **Username:** <admin@flyingfish.org>
* **Password:** changeMyPassword

<figure><img src="https://1973811904-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Flk5l3lUfuUzRDnMDVwnw%2Fuploads%2FqlJvKIJjTGYSoifm0fkV%2Fdocker-i-see.jpg?alt=media&#x26;token=5fcab30b-2e63-4e9d-80f9-765e3a2770c8" alt="" width="450"><figcaption><p>little joke from me :)</p></figcaption></figure>


---

# 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://flying-fish.gitbook.io/flyingfish/index/installation/quick-setup.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.
