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

# Overview

- [Node Types](https://docs.arweave.org/developers/mining/overview/node-types.md): Understanding the different Arweave node types
- [Coordinated Mining](https://docs.arweave.org/developers/mining/overview/coordinated-mining.md): A guide to operating a coordinated mining cluster
- [Pool Mining](https://docs.arweave.org/developers/mining/overview/pool-mining.md): A guide mining as part of a pool
- [Trusted Peers](https://docs.arweave.org/developers/mining/overview/trusted-peers.md): Understanding Trusted Peers
- [Syncing and Packing](https://docs.arweave.org/developers/mining/overview/syncing-and-packing.md): A guide to syncing and packing
- [Estimated Partition Sizes](https://docs.arweave.org/developers/mining/overview/syncing-and-packing/estimated-partition-sizes.md): Table of the latest estimate on partition sizes
- [How Mining Works](https://docs.arweave.org/developers/mining/overview/mining.md): Understanding Arweave mining
- [Hashrate](https://docs.arweave.org/developers/mining/overview/hashrate.md): Understanding your miner's hashrate
- [VDF](https://docs.arweave.org/developers/mining/overview/vdf.md): A guide to running a VDF Server
- [Transaction Blacklist](https://docs.arweave.org/developers/mining/overview/blacklist.md): Understanding Shepherd and the transaction blacklist
- [Node Reputation](https://docs.arweave.org/developers/mining/overview/node-reputation.md): Understanding node reputation


---

# 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:

```
GET https://docs.arweave.org/developers/mining/overview.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.
