# docs.blockai.dev

## docs.blockai.dev

- [About BAI](https://docs.blockai.dev/bai/about-bai.md)
- [Whitepaper](https://docs.blockai.dev/bai/whitepaper.md)
- [Introduction](https://docs.blockai.dev/bai/whitepaper/introduction.md)
- [Background & Motivation](https://docs.blockai.dev/bai/whitepaper/background-and-motivation.md)
- [Token Economics](https://docs.blockai.dev/bai/whitepaper/token-economics.md)
- [Decision Making Model](https://docs.blockai.dev/bai/whitepaper/decision-making-model.md)
- [Tools & Services](https://docs.blockai.dev/bai/whitepaper/tools-and-services.md)
- [Technology](https://docs.blockai.dev/bai/whitepaper/technology.md)
- [Team](https://docs.blockai.dev/bai/whitepaper/team.md)
- [Long-Term Vision](https://docs.blockai.dev/bai/whitepaper/long-term-vision.md)
- [Conclusion](https://docs.blockai.dev/bai/whitepaper/conclusion.md)
- [Disclaimer](https://docs.blockai.dev/bai/whitepaper/disclaimer.md)
- [Web Apps](https://docs.blockai.dev/bai/web-apps.md)
- [Access & Networks](https://docs.blockai.dev/bai/web-apps/access-and-networks.md)
- [Waves](https://docs.blockai.dev/bai/web-apps/access-and-networks/waves.md)
- [Base](https://docs.blockai.dev/bai/web-apps/access-and-networks/base.md)
- [BNB Chain](https://docs.blockai.dev/bai/web-apps/access-and-networks/bnb-chain.md)
- [AI Features](https://docs.blockai.dev/bai/web-apps/ai-features.md)
- [Text & Chat](https://docs.blockai.dev/bai/web-apps/ai-features/text-and-chat.md): This feature allow you to send text request to the selected AI and receive the result to your connected account. This can be used from our web UI or from a smart contract using a callback.
- [Images Generation](https://docs.blockai.dev/bai/web-apps/ai-features/images-generation.md): This feature allow you to send AI generation request to the selected AI and receive the result to your connected account. This can be used from our web UI or from a smart contract using a callback.
- [Video Summarizer](https://docs.blockai.dev/bai/web-apps/ai-features/video-summarizer.md): This feature allow you to send Video Summarizer request and receive the result to your connected account. This can be used from our web UI or from a smart contract using a callback.
- [Discussions](https://docs.blockai.dev/bai/web-apps/ai-features/discussions.md): This feature allow you to send Discussion request and receive the result to your connected account. This can be used from our web UI or from a smart contract using a callback.
- [Brainstorm & MindMap](https://docs.blockai.dev/bai/web-apps/ai-features/brainstorm-and-mindmap.md): This feature allow you to send Brainstorm request and receive the result to your connected account. This can be used from our web UI or from a smart contract using a callback.
- [DAO](https://docs.blockai.dev/bai/web-apps/dao.md): The BAI project aim to be community driven and for this is allowing anyone using the platform to take part in the decision making process through the BAI DAO
- [On Chain Dapps](https://docs.blockai.dev/bai/on-chain-dapps.md)
- [Waves](https://docs.blockai.dev/bai/on-chain-dapps/waves.md): Any smart contract supporting dapp to dapp request cant initiate an AI task by calling the BAI smart contract and wait to receive the result through a callback.
- [Base](https://docs.blockai.dev/bai/on-chain-dapps/base.md): Any smart contract supporting dapp to dapp request cant initiate an AI task by calling the BAI smart contract and wait to receive the result through a callback.
- [BNB Chain](https://docs.blockai.dev/bai/on-chain-dapps/bnb-chain.md): Any smart contract supporting dapp to dapp request cant initiate an AI task by calling the BAI smart contract and wait to receive the result through a callback.
- [Agents](https://docs.blockai.dev/bai/agents.md)
- [Dev Libraries](https://docs.blockai.dev/bai/dev-libraries.md)
- [Node Js](https://docs.blockai.dev/bai/dev-libraries/node-js.md)
- [Python](https://docs.blockai.dev/bai/dev-libraries/python.md)
- [Telegram Bot](https://docs.blockai.dev/bai/telegram-bot.md): Our Telegram bot allows you to generate AI images directly from Telegram using your blockchain account and $BAI token.
- [$BAI TOKEN](https://docs.blockai.dev/bai/usdbai-token.md): All the BAI services require a service fee paid in $BAI token.
- [Contracts](https://docs.blockai.dev/bai/contracts.md)
- [Terms & Services](https://docs.blockai.dev/bai/terms-and-services.md)
- [Contact us](https://docs.blockai.dev/bai/contact-us.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, 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://docs.blockai.dev/bai/about-bai.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.
