> For the complete documentation index, see [llms.txt](https://wiki.bot-hosting.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.bot-hosting.net/guides.md).

# 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
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 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, and the optional `goal` query parameter:

```
GET https://wiki.bot-hosting.net/guides.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
