> For the complete documentation index, see [llms.txt](https://docs.clore.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.clore.ai/for-hosts.md).

# For Hosts

- [Getting Started](https://docs.clore.ai/for-hosts/installing-clore-hosting.md)
- [Installing on Ubuntu](https://docs.clore.ai/for-hosts/installing-clore-hosting/installing-clore-hosting-ubuntu.md)
- [Installing Software](https://docs.clore.ai/for-hosts/installing-clore-hosting/installing-clore-hosting-software.md)
- [Network Requirements](https://docs.clore.ai/for-hosts/installing-clore-hosting/network-requirements.md)
- [Server Management](https://docs.clore.ai/for-hosts/server-settings.md)
- [How to Price Your Servers](https://docs.clore.ai/for-hosts/server-settings/how-to-price-your-servers-for-rental.md)
- [Server Rating System](https://docs.clore.ai/for-hosts/server-settings/server-rating.md)
- [Telegram bot](https://docs.clore.ai/for-hosts/server-settings/telegram-bot.md)
- [Host Fee Guide](https://docs.clore.ai/for-hosts/host-fees.md)
- [MFP Lock](https://docs.clore.ai/for-hosts/mfp-lock-a-complete-breakdown-of-mechanics.md)
- [Troubleshooting](https://docs.clore.ai/for-hosts/server-offline-on-clore.ai.md)
- [Docker Failure](https://docs.clore.ai/for-hosts/server-offline-on-clore.ai/docker-failure.md)
- [How to Reinstall Drivers](https://docs.clore.ai/for-hosts/server-offline-on-clore.ai/how-to-reinstall-drivers.md)
- [Reinstall While Keeping Token](https://docs.clore.ai/for-hosts/server-offline-on-clore.ai/how-to-reinstall-while-keeping-the-old-token.md)
- [Docker Disk Space Cleanup](https://docs.clore.ai/for-hosts/server-offline-on-clore.ai/docker-disk-space-cleanup.md)
- [Advanced](https://docs.clore.ai/for-hosts/advanced.md)
- [Bare Metal](https://docs.clore.ai/for-hosts/advanced/bare-metal.md)
- [HiveOS Integration](https://docs.clore.ai/for-hosts/advanced/hiveos-integration.md): This section shows how to add a server (rig) to Clore.ai using HiveOS: system preparation, installing Clore Hosting, applying the token, starting a flightsheet
- [Clore Fleet (Mass onboarding)](https://docs.clore.ai/for-hosts/advanced/clore-fleet-mass-onboarding.md): Instruction for Using Clore Fleet
- [Clore Partners](https://docs.clore.ai/for-hosts/advanced/clore-partners-high-volume-rental-system-for-major-clients.md)
- [Banned GPUs](https://docs.clore.ai/for-hosts/list-of-all-banned-gpus.md)
- [API](https://docs.clore.ai/for-hosts/api.md)


---

# 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://docs.clore.ai/for-hosts.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.
