# Guides

- [Wallet Setup](https://docs.alterdot.network/guides/wallet-setup.md)
- [Bootstrap instructions for Linux](https://docs.alterdot.network/guides/wallet-setup/bootstrap-instructions-for-linux.md)
- [Bootstrap instructions for Windows](https://docs.alterdot.network/guides/wallet-setup/bootstrap-instructions-for-windows.md)
- [Masternode Setup](https://docs.alterdot.network/guides/masternode-setup.md): Here you can find a document describing all the steps that have to be taken when setting up a Masternode.
- [General Maintenance](https://docs.alterdot.network/guides/masternode-setup/general-maintenance.md): In this section you can find a few standalone instructions for keeping your Masternode running and up-to-date.
- [Using the Alterdot Web](https://docs.alterdot.network/guides/using-the-alterdot-web.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.alterdot.network/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.
