# Play Mode & Edit Mode

With mtion, your world is always just one click away from either playing or editing. Toggle between **Play Mode** and **Edit Mode** instantly to suit whatever you’re doing—exploring your creation or fine-tuning it.

***

### Play Mode

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

Engage with your world exactly as your players will:

* **Explore & Interact**\
  Walk, run, jump, and trigger all the objects, puzzles, and events you’ve built.
* **Multiplayer Support**\
  Invite friends to join your experience, see their avatars, and chat in real time.
* **Live Testing**\
  Quickly verify logic chains, camera cuts, and audio cues without leaving Play Mode.

***

### Edit Mode

<figure><img src="/files/xjdBLeqE341b9I0PiDBM" alt="" width="563"><figcaption></figcaption></figure>

Design, customize, and iterate on the fly—even while your world is live:

* **Real-Time Updates**\
  Any change you make—moving a prop, tweaking a light, adding logic—pushes instantly to your published experience.
* **God’s-Eye View**\
  Watch players wander, interact, and chat in real time while you’ve got the full editor open. Perfect for Dungeon Masters, Game Masters, or live streamers who want to guide gameplay as it unfolds.
* **Seamless Publishing**\
  Jump back into Edit Mode at any time—even on a published, multiplayer world—and your adjustments take effect immediately for every player.

***

**One world. Two views.**\
Whether you’re play-testing your latest build or crafting new mechanics mid-session, mtion’s modes keep you in the flow—no reloads, no context switches, just pure, uninterrupted creation and play.


---

# 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://docs.mtion.xyz/mtion/getting-started/foundations-for-creating-experiences/play-mode-and-edit-mode.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.
