# Provenance AI - Docs

## Docs

- [Home](https://provenance-ai.gitbook.io/docs/home.md)
- [Whitepaper](https://provenance-ai.gitbook.io/docs/whitepaper.md)
- [Problem Statement](https://provenance-ai.gitbook.io/docs/whitepaper/problem-statement.md)
- [Solution](https://provenance-ai.gitbook.io/docs/whitepaper/solution.md)
- [On-chain Structured Data](https://provenance-ai.gitbook.io/docs/on-chain-structured-data.md): An extract from Provenance Whitepaper. For latest update, check Whitepaper \[PDF].
- [AI Agent: Fact-Checking Where Conversations Happen](https://provenance-ai.gitbook.io/docs/ai-agent-fact-checking-where-conversations-happen.md): An extract from Provenance Whitepaper. For latest update, check Whitepaper \[PDF].
- [Fact-Checking SaaS](https://provenance-ai.gitbook.io/docs/fact-checking-saas.md): An extract from Provenance Whitepaper. For latest update, check Whitepaper \[PDF].
- [Evidence-Based Results](https://provenance-ai.gitbook.io/docs/fact-checking-saas/evidence-based-results.md): An extract from Provenance Whitepaper. For latest update, check Whitepaper \[PDF].
- [Provenance Tools](https://provenance-ai.gitbook.io/docs/provenance-tools.md): Provenance is originally incubated at Fact Protocol as part of its larger effort for combating misinformation, which is now spin-off as standalone AI x Blockchain (Web3) effort.
- [Roadmap](https://provenance-ai.gitbook.io/docs/roadmap.md): An extract from Provenance Whitepaper. For latest update, check Whitepaper \[PDF].
- [Framework](https://provenance-ai.gitbook.io/docs/framework.md): An extract from Provenance Whitepaper. For latest update, check Whitepaper \[PDF].
- [Incentivization](https://provenance-ai.gitbook.io/docs/incentivization.md): An extract from Provenance Whitepaper. For latest update, check Whitepaper \[PDF].
- [Token Flywheel](https://provenance-ai.gitbook.io/docs/token-flywheel.md): An extract from Provenance Whitepaper. For latest update, check Whitepaper \[PDF].
- [Team](https://provenance-ai.gitbook.io/docs/team.md): An extract from Provenance Whitepaper. For latest update, check Whitepaper \[PDF].
- [Get Involved](https://provenance-ai.gitbook.io/docs/get-involved.md): Join us in shaping the future of real-time information integrity!


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://provenance-ai.gitbook.io/docs/home.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.
