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

# Roadmap

<table><thead><tr><th width="198.83203125" align="center">SCHEDULE</th><th>ROADMAP</th></tr></thead><tbody><tr><td align="center">2025 Q1-Q4</td><td><ul><li>XIIID Project Launch (2025/02/06)</li><li>Modularization of AI Studio</li><li>Preparation for ENEM service in Brazil</li><li>Development of AI Class Platform</li></ul></td></tr><tr><td align="center">2026 Q1-Q4</td><td><ul><li>Preparation for AI Class Service in Paraguay</li><li>Paraguay Internship in US (2026/06/06~22)</li><li>XClass Web/App Beta Launch (2026/06/14)</li><li>XClass Web Official Launch (2026/06/26)</li><li>XWallet App Beta Launch (2026/06/28)</li><li>XClass App Official Launch (IOS/Android) (2026/06/30)</li><li>XWallet App Official Launch (IOS/Android)</li><li>Launch AI Class Service in Paraguay</li><li>Preparation for ENEM Service in Brazil</li></ul></td></tr><tr><td align="center">2027 Q1-Q4</td><td><ul><li>Launch SAEB Service in Brazil</li><li>Preparation for SAEB Service in Brazil</li><li>Launch ENEM Service in Brazil</li><li>Preparation for Online Education Certification service</li><li>Launch of Online Education Certification service</li><li>Expansion of international exams (e.g., GED, IELTS, TOEFL)</li><li>Advancement of AI Studio</li></ul></td></tr><tr><td align="center">2028 Q1-Q4</td><td><ul><li>Preparation for Online School</li><li>Launch of Online School </li><li>Preparation for Metaverse School service</li></ul></td></tr></tbody></table>

<figure><img src="/files/UJMDD3vmEGDfqfgnILjm" alt=""><figcaption></figcaption></figure>


---

# 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://xiiid.gitbook.io/xiiid/additional-infomation/roadmap.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.
