# Learn

- [Introduction](https://docs.obol.org/learn/readme.md): Documentation, integration guides, and protocol specifications
- [Learn About Obol](https://docs.obol.org/learn/readme/learn-about-obol.md): Start here for the core concepts behind Obol and distributed validators
- [Obol Collective](https://docs.obol.org/learn/readme/obol-collective.md): The Obol Collective
- [OBOL Incentives](https://docs.obol.org/learn/readme/obol-incentives.md)
- [Key Staking Concepts](https://docs.obol.org/learn/readme/key-concepts.md): Some of the key terms in the field of Distributed Validator Technology
- [Obol vs Other DV Implementations](https://docs.obol.org/learn/readme/obol-vs-others.md): Some of the key terms in the field of Distributed Validator Technology
- [Obol Splits](https://docs.obol.org/learn/readme/obol-splits.md)
- [DV Launchpad](https://docs.obol.org/learn/readme/launchpad.md): A dapp to securely create Distributed Validators alone or with a group.
- [Frequently Asked Questions](https://docs.obol.org/learn/readme/frequently-asked-questions.md)
- [Charon](https://docs.obol.org/learn/charon.md)
- [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.
- [Further Reading](https://docs.obol.org/learn/further-reading.md)
- [Ethereum and Its Relationship With DVT](https://docs.obol.org/learn/further-reading/ethereum_and_dvt.md): Ethereum and its relationship with DVT
- [Community Testing](https://docs.obol.org/learn/further-reading/testnet.md): Community testing efforts
- [Peer Score](https://docs.obol.org/learn/further-reading/peer_score.md): Measuring Individual Performance in Distributed Validators
- [Useful Links](https://docs.obol.org/learn/further-reading/resources.md): A collection of links to products and content relating to Distributed Validators.


---

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