# Renting

- [About renting on Sia](https://docs.sia.tech/legacy/renting/about-renting.md): This page talks about the basic and terms you need to know to start renting. Later pages walk you through the specific process.
- [Managing your files](https://docs.sia.tech/legacy/renting/managing-your-files.md): There's some specific info you should know before you get your first file on Sia.
- [How to rent storage on Sia](https://docs.sia.tech/legacy/renting/how-to-rent-storage-on-sia.md)
- [How to back up and restore your files](https://docs.sia.tech/legacy/renting/how-to-back-up-your-files.md)
- [Renter troubleshooting](https://docs.sia.tech/legacy/renting/renter-troubleshooting.md)
- [Is my data secure?](https://docs.sia.tech/legacy/renting/is-my-data-secure.md)
- [renterd](https://docs.sia.tech/legacy/renting/renterd.md): renterd based renter documentation that will eventually replace the existing renting section.
- [About renting on Sia](https://docs.sia.tech/legacy/renting/renterd/about-renting.md): This page talks about the basic and terms you need to know to start renting. Later pages walk you through the specific process.
- [renterd Workshop](https://docs.sia.tech/legacy/renting/renterd/renterd-workshop.md)


---

# 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.sia.tech/legacy/renting.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.
