# Deploying with Docker

Start Luden using docker-compose:

```bash
git clone https://github.com/GuinsooLab/luden.git
cd luden
chmod -R 777 compose-data/
docker-compose up
```

Note: `latest` image will be downloaded and started.

Visit `http://localhost:8000/configurator` after the build is complete.

<figure><img src="https://3772893841-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FMfQt2eTfNlkZBgnWOxuC%2Fuploads%2FRMfDUzlfLMUi6iPkkkiD%2FScreen%20Shot%202023-03-18%20at%2018.34.27.png?alt=media&#x26;token=37f678e8-c159-4bd9-8f1c-b4455b4fa480" alt=""><figcaption></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://ciusji.gitbook.io/luden/quickstart/deploying-with-docker.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.
