> For the complete documentation index, see [llms.txt](https://docs.carv.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.carv.io/d.a.t.a.-ai-framework.md).

# D.A.T.A. - AI FRAMEWORK

- [Introduction](https://docs.carv.io/d.a.t.a.-ai-framework/introduction.md)
- [DeepSeek Integration](https://docs.carv.io/d.a.t.a.-ai-framework/introduction/deepseek-integration.md)
- [D.A.T.A's Core Features](https://docs.carv.io/d.a.t.a.-ai-framework/introduction/d.a.t.as-core-features.md)
- [How It Empowers AI Agents](https://docs.carv.io/d.a.t.a.-ai-framework/introduction/how-it-empowers-ai-agents.md)
- [Driving the Future of AI and Blockchain](https://docs.carv.io/d.a.t.a.-ai-framework/introduction/driving-the-future-of-ai-and-blockchain.md)
- [Leveraging CARV SVM Chain for Privacy and Trustless Data Sharing](https://docs.carv.io/d.a.t.a.-ai-framework/introduction/leveraging-carv-svm-chain-for-privacy-and-trustless-data-sharing.md)
- [Quick Start Guide](https://docs.carv.io/d.a.t.a.-ai-framework/quick-start-guide.md)
- [Architecture](https://docs.carv.io/d.a.t.a.-ai-framework/architecture.md)
- [ERC-7231 (CARV ID)](https://docs.carv.io/d.a.t.a.-ai-framework/erc-7231-carv-id.md)
- [Examples](https://docs.carv.io/d.a.t.a.-ai-framework/examples.md)
- [On-Chain Insights](https://docs.carv.io/d.a.t.a.-ai-framework/examples/on-chain-insights.md)
- [Getting Started](https://docs.carv.io/d.a.t.a.-ai-framework/getting-started.md)
- [D.A.T.A Framework Plugin for Eliza](https://docs.carv.io/d.a.t.a.-ai-framework/getting-started/d.a.t.a-framework-plugin-for-eliza.md)
- [Use Cases and Implementation](https://docs.carv.io/d.a.t.a.-ai-framework/use-cases-and-implementation.md)
- [Getting On-Chain Data for AI Agents](https://docs.carv.io/d.a.t.a.-ai-framework/use-cases-and-implementation/getting-on-chain-data-for-ai-agents.md)
- [What's Coming with the D.A.T.A Framework](https://docs.carv.io/d.a.t.a.-ai-framework/use-cases-and-implementation/whats-coming-with-the-d.a.t.a-framework.md)
- [API Documentation](https://docs.carv.io/d.a.t.a.-ai-framework/api-documentation.md)
- [News](https://docs.carv.io/d.a.t.a.-ai-framework/api-documentation/news.md)
- [On-chain Data SQL Query](https://docs.carv.io/d.a.t.a.-ai-framework/api-documentation/on-chain-data-sql-query.md)
- [Ethereum Schema](https://docs.carv.io/d.a.t.a.-ai-framework/api-documentation/on-chain-data-sql-query/ethereum-schema.md)
- [Bitcoin Schema](https://docs.carv.io/d.a.t.a.-ai-framework/api-documentation/on-chain-data-sql-query/bitcoin-schema.md)
- [Base Schema](https://docs.carv.io/d.a.t.a.-ai-framework/api-documentation/on-chain-data-sql-query/base-schema.md)
- [Solana Schema](https://docs.carv.io/d.a.t.a.-ai-framework/api-documentation/on-chain-data-sql-query/solana-schema.md)
- [On-chain Data SQL Query by LLM](https://docs.carv.io/d.a.t.a.-ai-framework/api-documentation/on-chain-data-sql-query-by-llm.md)
- [Token Info and Price](https://docs.carv.io/d.a.t.a.-ai-framework/api-documentation/token-info-and-price.md)
- [User Balance by Twitter ID](https://docs.carv.io/d.a.t.a.-ai-framework/api-documentation/user-balance-by-twitter-id.md)
- [User Balance by Discord ID](https://docs.carv.io/d.a.t.a.-ai-framework/api-documentation/user-balance-by-discord-id.md)
- [Source code](https://docs.carv.io/d.a.t.a.-ai-framework/source-code.md)


---

# 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 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.carv.io/d.a.t.a.-ai-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.
