# Discord Bot hosting Guide

<figure><img src="https://rampart.games/templates/lagom2/assets/img/page-manager/rampartdiscordhosting.png" alt=""><figcaption></figcaption></figure>

{% stepper %}
{% step %}
Upload your files to server and toggle user uploaded files.\
\- Additionaly link it up to a Git Repo Address\
\
It is reccomended to upload using stfp if using the upload option\
\
for the purposes of this guide:\
FileZilla is a good option as it is free and easy to use: <https://filezilla-project.org/download.php>
{% endstep %}

{% step %}
Select your Docker image version.

<figure><img src="/files/qClwrU40OdN6Da7CzDgi" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Make any changes to the bots configuration files required\
Hopefully this is documented on the bot you are using.
{% endstep %}

{% step %}
Click start and watch console for errors.

{% endstep %}
{% endstepper %}


---

# 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://rampart-games-ltd.gitbook.io/docs/discord-bot-hosting-knowledge-base/discord-bot-hosting/discord-bot-hosting-guide.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.
