> 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/editor.md).

# The Opportunity

**Four Converging Trends:**

**1. Casual Gaming (The Source) :**&#x32;B+ users globally. Highest behavior density, lowest entry barrier.

**2. World Models (The Demand) :**&#x41;I craves real, high-frequency, diverse human behavior sequences for training.

**3. Digital Personas (The Asset) :**&#x54;he definitive shift from static PFPs to Assetized Personas. Identity must evolve.

**4. The Meme Economy (The Narrative):** Memes require a behavior-driven structure to sustain long-term narratives beyond hype.

**YUMO stands at the intersection of these four trends as the Behavioral Data Infrastructure.**<br>


---

# 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/editor.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.
