# Framework

The Provenance AI framework consists of:<br>

* **Retrieval Pipeline:** Aggregates data from verified sources, fact-check databases, and academic APIs.
* **Evaluation Engine:** AI + human validators to assess claims.
* **On-chain Infrastructure:** Immutable proofs on Provenance Chain ensure trust and auditability.
* **Governance:** Token holders vote on model upgrades and economics.


---

# 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://provenance-ai.gitbook.io/docs/framework.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.
