# Foundations for Creating Experiences

Welcome to **Foundations for Creating Experiences**, the core guide to bringing your visions in mtion to life. Here, you’ll master the six essential steps:

1. [**Templates, Worlds & Experiences**](/mtion/getting-started/foundations-for-creating-experiences/templates-worlds-and-experiences.md)\
   Learn the difference between ready-made templates, private sandbox worlds, and shareable playable experiences.
2. [**Building Elements**](/mtion/getting-started/foundations-for-creating-experiences/building-elements.md)\
   Dive into Cameras, Displays, 3D Objects, Lights, Shapes, Avatars, and more—the pieces you drag, drop, and configure to build your world.
3. [**Setting Up Interactions**](/mtion/editor/nodes.md)\
   Wire up gameplay without code using our visual node graph: choose Triggers, Nodes, and Actions to define events, logic, and behaviors.
4. [**Single Player vs Multiplayer**](/mtion/getting-started/foundations-for-creating-experiences/single-player-vs-multiplayer.md)\
   Flip a switch on your Spawn Point Beacon to run solo adventures or full-fledged multiplayer MMOs—no servers to manage.
5. [**Play Mode & Edit Mode**](/mtion/getting-started/foundations-for-creating-experiences/play-mode-and-edit-mode.md)\
   Seamlessly toggle between testing your experience as a player and editing it live (even with others!)—perfect for rapid iteration and guided sessions.
6. [**Publishing, Sharing & Remixing**](/mtion/getting-started/foundations-for-creating-experiences/publishing-sharing-and-remixing.md)\
   One-click publishing, link sharing, embeddable widgets, and a built-in remix pipeline to grow your community and let others build on your work.

Ready to dive in? Pick a section above and start crafting your first interactive experience today!


---

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