# Install on Docker

## Downloading the Docker Image

First you need to get Bastion's Docker image from GitHub Container Registry:

```bash
docker pull ghcr.io/thebastionbot/bastion
```

This will download and save Bastion's docker image on your system.

{% embed url="<https://ghcr.io/thebastionbot/bastion>" %}

## Configuring Bastion

Create a directory for Bastion where you want to store the settings for Bastion.

Now, download the example settings file and save it as `settings.yaml` inside the directory.

{% embed url="<https://raw.github.com/TheBastionBot/Bastion/main/settings.example.yaml>" %}
Check the [**Configure Bastion**](/docs/configure/configure-bastion.md) guide for more info on this file.
{% endembed %}

This file will be shared with Bastion's Docker container so you can directly configure Bastion's settings outside the container.


---

# 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://bastion.gitbook.io/docs/install/install-on-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.
