# Charon

- [Introduction to Charon](https://docs.obol.org/learn/charon/intro.md): Charon - The Distributed Validator Client
- [Distributed Key Generation](https://docs.obol.org/learn/charon/dkg.md): Generating private keys for a Distributed Validator requires a Distributed Key Generation (DKG) Ceremony.
- [Cluster Configuration](https://docs.obol.org/learn/charon/cluster-configuration.md): Documenting a Distributed Validator Cluster in a standardised file format
- [Charon Networking](https://docs.obol.org/learn/charon/charon-networking.md)
- [CLI Reference](https://docs.obol.org/learn/charon/charon-cli-reference.md): A go-based middleware client for taking part in Distributed Validator clusters.


---

# 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.obol.org/learn/charon.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.
