# Operations

- [Arweave Entrypoint](https://docs.arweave.org/developers/mining/operations/entrypoint.md): How to use the Arweave entrypoint script
- [Mining Performance Report](https://docs.arweave.org/developers/mining/operations/mining-report.md): Understanding the Mining performance Report
- [Benchmarking Guide](https://docs.arweave.org/developers/mining/operations/benchmarking.md): A guide to benchmarking your miner's performance
- [Multiple Nodes, One Server](https://docs.arweave.org/developers/mining/operations/multiple-nodes.md): A guide to running more than one Arweave node on the same server
- [Optimizing Sync & Pack](https://docs.arweave.org/developers/mining/operations/optimize-sync-pack.md): Tips for optimizing the sync and pack process
- [Optimizing with Metrics](https://docs.arweave.org/developers/mining/operations/metrics.md): A guide to monitoring your miner.
- [Advanced: TLS Guide](https://docs.arweave.org/developers/mining/operations/tls.md)
- [Advanced: Rate-Limiting](https://docs.arweave.org/developers/mining/operations/rate-limiting.md): A guide to server-side rate-limiting


---

# 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/operations.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.
