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

# Roadmap

2025 Q4

* YUMO Alpha Launch
* Behavior Engine v0 & Momo v1
* AI Insight v1
* "Stack" Game Launch
* Onboarding First Quest Partners

2026 Q1

* Game Matrix Expansion
* Behavior Vector Model v1
* Discover Space Upgrade
* AI Quest Matching v1

2026 Q2

* Momo Persona Model v2
* Meme Integration System
* Behavior World Model v1

2026 Q3

* Momo NFT Launch (Assetization)
* Behavior Graph API (Closed Beta)

2026 Q4

* API Public Launch
* Momo Social Layer v1
* Global Growth Campaign

2027+

* Q1: 3rd-Party Ecosystem Integration v2 & Cross-Chain Identity.
* Q2–Q3: DAO Governance, World Model v2, Full Behavior Data Network.


---

# 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://yumo-1.gitbook.io/yumo-gitbook/basics/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.
