# Sample Node Configurations

- [Entropy Generation](https://docs.arweave.org/developers/mining/sample-node-configurations/entropy-generation.md): Example arweave configurations for entropy generation.
- [Syncing & Packing](https://docs.arweave.org/developers/mining/sample-node-configurations/sync-pack.md): Example arweave configurations for syncing and packing
- [Solo Mining](https://docs.arweave.org/developers/mining/sample-node-configurations/solo-mining.md): Example arweave configuration for solo mining
- [Cross-Module Repacking](https://docs.arweave.org/developers/mining/sample-node-configurations/cross-module-repack.md): Example arweave configuration for cross-module repacking
- [Repack-in-Place](https://docs.arweave.org/developers/mining/sample-node-configurations/repack-in-place.md): Example arweave configuration for repacking-in-place
- [VDF Server](https://docs.arweave.org/developers/mining/sample-node-configurations/vdf.md): Example arweave configuration for a VDF server
- [Coordinated Mining](https://docs.arweave.org/developers/mining/sample-node-configurations/coordinated-mining.md): Example arweave configuration for coordinated mining


---

# 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.arweave.org/developers/mining/sample-node-configurations.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.
