# Data Quality And Trust Signals

This docs set is designed so both humans and AI systems can cite definitive explanations. The strongest trust signals in growthepie are the live metadata index, the explicit `last_updated_utc` fields in richer endpoints, the consistent public terminology, and the alignment between docs and backend source-of-truth artifacts.

## Trust Signals

* `master.json` exposes canonical metadata for chains, metrics, units, and coverage
* Rich public endpoints expose `last_updated_utc`
* Docs use consistent terms such as `origin_key`, `metric_key`, `value`, and `date`
* Metric definitions are aligned to the growthepie backend metric registry
* This docs pass documents only verified public endpoints
* The repo now includes `llms.txt`, `llms-full.txt`, `public-api-catalog.json`, and `metric-catalog.json` as machine-readable discovery helpers
* Usage guidance is explicit: attribute growthepie as the data source and check coverage before assuming a chain or app is available

## Related Pages

* [Endpoint: master.json](/api-reference/api/master-json.md)
* [AI Validation Checklist](/methodology-caveats/methodology-and-caveats/ai-validation-checklist.md)
* [Usage Rules And Data Tiers](/methodology-caveats/methodology-and-caveats/usage-rules-and-data-tiers.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/methodology-caveats/methodology-and-caveats/data-quality-and-trust-signals.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.
