# Guides

- [How To Guides](https://docs.autonomi.com/node/guides/how-to-guides.md)
- [Use the Node CLI](https://docs.autonomi.com/node/guides/how-to-guides/use-the-node-cli.md): Here's how to use the ant CLI to run one or more Autonomi nodes from your terminal and contribute storage space to the Network
- [Reset Your Nodes](https://docs.autonomi.com/node/guides/how-to-guides/reset-your-nodes.md)
- [View your Autonomi tokens with the Block Explorer](https://docs.autonomi.com/node/guides/how-to-guides/view-your-autonomi-tokens-with-the-block-explorer.md): If you are having trouble viewing your Autonomi token balance with in MetaMask, or in the Node Launchpad, you can check them on the block explorer. Here's how to do that
- [Run as Admin by Default on Windows](https://docs.autonomi.com/node/guides/how-to-guides/run-as-admin-by-default-on-windows.md): Sometimes software runs into hiccups and needs to be run as an Administrator to work properly on Windows. Here is how to do that.
- [Troubleshooting](https://docs.autonomi.com/node/guides/troubleshooting.md): Bumping up against some issues? Here are some guides to get to the bottom of some common problems:
- [My Nodes Aren't Earning anything](https://docs.autonomi.com/node/guides/troubleshooting/my-nodes-arent-earning-anything.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.autonomi.com/node/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.
