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

# 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
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.autonomi.com/node/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.
