# API

- [What is this API?](https://docs.obol.org/api/what-is-this-api.md): Download OpenAPI specifications: https://api.obol.tech/docs-json
- [System](https://docs.obol.org/api/system.md): System related endpoints.
- [Metrics](https://docs.obol.org/api/metrics.md): MetricsController\_metrics
- [Cluster Definition](https://docs.obol.org/api/cluster-definition.md)
- [Cluster Lock](https://docs.obol.org/api/cluster-lock.md)
- [State](https://docs.obol.org/api/state.md)
- [DV Exit](https://docs.obol.org/api/dv-exit.md)
- [DV Migrate](https://docs.obol.org/api/dv-migrate.md): DV Migrate related endpoints.
- [Cluster Effectiveness](https://docs.obol.org/api/cluster-effectiveness.md)
- [Deposit Data](https://docs.obol.org/api/deposit-data.md): Deposit Data related endpoints.
- [Terms And Conditions](https://docs.obol.org/api/terms-and-conditions.md)
- [Techne Credentials](https://docs.obol.org/api/techne-credentials.md)
- [Address](https://docs.obol.org/api/address.md)
- [OWR Information](https://docs.obol.org/api/owr-information.md)
- [Test](https://docs.obol.org/api/test.md): Test related endpoints.
- [TVS](https://docs.obol.org/api/tvs.md): TVS (Total Value Staked) related endpoints.


---

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