# Bot-Hosting.net Wiki

## Bot-Hosting.net Wiki

- [Bot-Hosting.net Wiki](https://wiki.bot-hosting.net/readme.md): Bot-hosting.net provides free hosting designed for Discord bots also capable of running other programs in a large range of languages
- [Hosting your first bot](https://wiki.bot-hosting.net/guides/hosting-your-first-bot.md): This guide will teach you how to host your first bot on bot-hosting.net
- [Cloning a Git repository on your server](https://wiki.bot-hosting.net/guides/cloning-a-git-repository-on-your-server.md): You may want to run code directly pulled from a Git repository on your server. Our servers provide configuration options for doing this.
- [Connecting to your server's files with SFTP](https://wiki.bot-hosting.net/guides/connecting-to-your-servers-files-with-sftp.md): SFTP is a popular protocol for connecting to a server's files and uploading/downloading files. It is a great way to manage files and upload your files from your PC.
- [Linking a domain to your server](https://wiki.bot-hosting.net/guides/linking-a-domain-to-your-server.md): This guide is for running an HTTP server that you want to link your domain to, through our reverse proxy.
- [Cannot find module / Cannot open file error on startup](https://wiki.bot-hosting.net/common-issues/cannot-find-module-cannot-open-file-error-on-startup.md)
- [Sqlite Installation Issues](https://wiki.bot-hosting.net/common-issues/sqlite-installation-issues.md): Are you having issues with your Sqlite database dependency installing?


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://wiki.bot-hosting.net/readme.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.
