> For the complete documentation index, see [llms.txt](https://devai.gitbook.io/whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://devai.gitbook.io/whitepaper/welcome-to-the-future.md).

# Welcome to the Future

- [What is DEVAI?](https://devai.gitbook.io/whitepaper/welcome-to-the-future/what-is-devai.md): Your GOTO solution for Smart Contract development
- [Features](https://devai.gitbook.io/whitepaper/welcome-to-the-future/features.md)
- [Telegram Bot](https://devai.gitbook.io/whitepaper/welcome-to-the-future/features/telegram-bot.md): Here are the list of commands and functions that DEVAI TG BOT can do.
- [Web App (L2)](https://devai.gitbook.io/whitepaper/welcome-to-the-future/features/web-app-l2.md): Here are the list of functions that DEVAI Web App can do when deploying on Ethereum, BSC, AVAX or other Layer 2 blockchains.
- [Web App (SOL)](https://devai.gitbook.io/whitepaper/welcome-to-the-future/features/web-app-sol.md): Here are the list of functions that DEVAI Web App can do when deploying on Solana.
- [Shaping the Future with AI](https://devai.gitbook.io/whitepaper/welcome-to-the-future/shaping-the-future-with-ai.md): “Robots will be able to do everything better than us" - Elon Musk
- [About Us](https://devai.gitbook.io/whitepaper/welcome-to-the-future/about-us.md): Know the entrepreneurs behind the technology.
- [Our Mission](https://devai.gitbook.io/whitepaper/welcome-to-the-future/about-us/our-mission.md): Empowering individuals and businesses with user-friendly blockchain solutions to democratize access to decentralized finance.
- [Our Vision](https://devai.gitbook.io/whitepaper/welcome-to-the-future/about-us/our-vision.md): Leading the decentralized finance revolution towards a future of inclusive and equitable financial empowerment for all.


---

# 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, and the optional `goal` query parameter:

```
GET https://devai.gitbook.io/whitepaper/welcome-to-the-future.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
