> For the complete documentation index, see [llms.txt](https://academy.vidt-dao.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://academy.vidt-dao.com/ai-and-vidt-new.md).

# AI & VIDT (new!)

{% embed url="<https://youtu.be/REUMuuEyJrI>" %}

Welcome to the latest expansion of VIDT Academy, where we are thrilled to introduce four groundbreaking chapters dedicated to the intersection of VIDT and [Artificial Intelligence (AI)](/ai-and-vidt-new/introduction-to-ai.md). As the world rapidly evolves with advancements in[ AI and blockchain](/ai-and-vidt-new/blockchain-and-ai.md) technologies, [VIDT DAO](/ecosystem/vidt-dao.md) is at the forefront, integrating these innovations to enhance the reliability and security of blockchain timestamping.

**Why AI and VIDT?**

[Artificial Intelligence](/ai-and-vidt-new/introduction-to-ai.md) is revolutionizing various sectors, and its integration with blockchain technology is opening up new horizons in the web3 space. [VIDT DAO](/ecosystem/vidt-dao.md) is pioneering this convergence, developing tools and platforms that leverage AI to provide verifiable truth and secure data interactions. By understanding and utilizing these technologies, you can significantly enhance your impact in the digital landscape.

**What You Will Learn**

Our new[ AI](/ai-and-vidt-new/introduction-to-ai.md) module, developed in collaboration with the renowned [AI](/ai-and-vidt-new/introduction-to-ai.md) experts at [Connecting Knowledge](https://jolandatermaten.com/), aims to equip you with a deep understanding of [AI](/ai-and-vidt-new/introduction-to-ai.md)'s role within the [VIDT DAO ecosystem](/ecosystem/vidt-dao.md). The module consists of four comprehensive chapters, each designed to take you from the fundamentals to advanced applications:\
\
Chapter 1: [Introduction to AI ](/ai-and-vidt-new/introduction-to-ai.md)\
\
Chapter 2: [Data Security and AI](/ai-and-vidt-new/data-security-and-ai.md)\
\
Chapter 3: [Blockchain and AI](/ai-and-vidt-new/blockchain-and-ai.md) \
\
Chapter 4: [Compliance and AI](/ai-and-vidt-new/compliance-and-ai.md)\
\
Let's get started by selecting one of our new chapters. As always, we are more than open for feedback and suggestions! \
\
The [VIDT Community ](/ecosystem/vidt-dao-community.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, and the optional `goal` query parameter:

```
GET https://academy.vidt-dao.com/ai-and-vidt-new.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.
