# Guides

- [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.


---

# 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://wiki.bot-hosting.net/guides.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.
