# Welcome to Aeternity node documentation

The documentation describes how to install, configure and operate an aeternity node.\
One can install it from a package, run a docker image or build it themselves.\
There is also additional documentation on mining with CUDA and build and/or join a Stratum pool.

## Index

* [Installation](/developer-documentation/aeternity/docs/installation.md)
* [Configuration](/developer-documentation/aeternity/docs/configuration.md)
* [Hyperchains](/developer-documentation/aeternity/docs/hyperchains.md)
* [Operation](/developer-documentation/aeternity/docs/operation.md)
* [Update](/developer-documentation/aeternity/docs/update.md)
* [Docker](/developer-documentation/aeternity/docs/docker.md)
* [Build from source](/developer-documentation/aeternity/docs/build.md)
* [CUDA Miner](/developer-documentation/aeternity/docs/cuda-miner.md)
* [Stratum](/developer-documentation/aeternity/docs/stratum.md)
* [Network Monitoring](/developer-documentation/aeternity/docs/monitoring.md)
* [Fork Resistance](/developer-documentation/aeternity/docs/fork-resistance.md)
* [Garbage Collection](/developer-documentation/aeternity/docs/garbage-collection.md)
* [Node API](/developer-documentation/aeternity/docs/api.md)
* [Testing](/developer-documentation/aeternity/docs/testing.md)
* [Hacking](/developer-documentation/aeternity/docs/hacking.md)
* [Rebar Quick Guide](/developer-documentation/aeternity/docs/rebar.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.aeternity.com/developer-documentation/aeternity/docs.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.
