# How PlayMind Works

PlayMind is a modular protocol, with individual layers that enable a variety of use cases.

In Stage 2, these include:

* Data capture (i.e. the PlayMind SDK)
* Data storage (for storing game data)
* Data exchange (i.e. the data marketplace)
* The Agent training dashboard (for AI Agent training)
* The Agent marketplace (for AI Agent trading)
* The Agent action module (for AI Agent deployment)

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

In Stage 3, we'll also add functionality to utilise PlayMind-sourced data to create game experiences via the PlayMind Game Creator. Creators will use AI to generate engaging games they can offer to fellow gamers on the game marketplace.


---

# Agent Instructions: 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:

```
GET https://whitepaper.playmind.ai/playmind-protocol/how-playmind-works.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
