# Coverage Overview

growthepie coverage changes over time, so the live source of truth is always the API itself. Use `master.json` for chain and DA coverage, and use `labels/projects.json` for project coverage.

## Key Facts

* Live chain coverage source: `master.json.chains`
* Live DA coverage source: `master.json.da_layers` and `master.json.da_metrics`
* Live project coverage source: `labels/projects.json`

## Related Pages

* [Supported Chains And origin\_key](/entity-coverage-reference/entity-coverage-reference/supported-chains-and-origin-key.md)
* [Projects And owner\_project](/entity-coverage-reference/entity-coverage-reference/projects-and-owner-project.md)
* [Data Availability Layers And DA Metrics](/entity-coverage-reference/entity-coverage-reference/data-availability-layers-and-da-metrics.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.growthepie.com/entity-coverage-reference/entity-coverage-reference.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.
