# Bot Hosting

- [Invite Your Bot](https://docs.uniplex.xyz/bot-hosting/invite-your-bot.md): This guide will explain how to add your bot to your server.
- [Files](https://docs.uniplex.xyz/bot-hosting/files.md): This guide will explain how to upload your files easily to our host.
- [Packages](https://docs.uniplex.xyz/bot-hosting/packages.md): This guide will show how to install packages on Uniplex Host.
- [Startup](https://docs.uniplex.xyz/bot-hosting/startup.md): We will go through how to start up your bot or script.
- [SFTP](https://docs.uniplex.xyz/bot-hosting/sftp.md): For security reasons, our panel only allows you to upload up to 100 MB via the web interface, SFTP allows you to easily bypass this with a direct connection to the node.
- [Creating .env](https://docs.uniplex.xyz/bot-hosting/creating-.env.md): In this guide, we cover how to create .env file and set it up.


---

# 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://docs.uniplex.xyz/bot-hosting.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.
