# mtion worlds (Alpha)

## mtion

- [Welcome to mtion worlds](https://docs.mtion.xyz/mtion/getting-started/welcome-to-mtion-worlds.md)
- [Getting Started](https://docs.mtion.xyz/mtion/getting-started/getting-started.md)
- [Account & Community](https://docs.mtion.xyz/mtion/getting-started/account-and-community.md)
- [Foundations for Creating Experiences](https://docs.mtion.xyz/mtion/getting-started/foundations-for-creating-experiences.md)
- [Templates, Worlds & Experiences](https://docs.mtion.xyz/mtion/getting-started/foundations-for-creating-experiences/templates-worlds-and-experiences.md)
- [Building Elements](https://docs.mtion.xyz/mtion/getting-started/foundations-for-creating-experiences/building-elements.md)
- [Single Player vs Multiplayer](https://docs.mtion.xyz/mtion/getting-started/foundations-for-creating-experiences/single-player-vs-multiplayer.md)
- [Play Mode & Edit Mode](https://docs.mtion.xyz/mtion/getting-started/foundations-for-creating-experiences/play-mode-and-edit-mode.md)
- [Publishing, Sharing & Remixing](https://docs.mtion.xyz/mtion/getting-started/foundations-for-creating-experiences/publishing-sharing-and-remixing.md)
- [UI Overview](https://docs.mtion.xyz/mtion/editor/ui-overview.md)
- [App UI](https://docs.mtion.xyz/mtion/editor/app-ui.md)
- [Assets](https://docs.mtion.xyz/mtion/editor/assets.md)
- [Templates](https://docs.mtion.xyz/mtion/editor/templates.md)
- [Elements](https://docs.mtion.xyz/mtion/editor/elements.md)
- [Nodes](https://docs.mtion.xyz/mtion/editor/nodes.md)
- [Avatars & NPCs](https://docs.mtion.xyz/mtion/editor/avatars-and-npcs.md)
- [Multi-Player Collaborations](https://docs.mtion.xyz/mtion/editor/multi-player-collaborations.md)
- [Set Up Automated Timelines](https://docs.mtion.xyz/mtion/editor/set-up-automated-timelines.md)
- [Set Up Interactions](https://docs.mtion.xyz/mtion/editor/set-up-interactions.md)
- [Play Mode](https://docs.mtion.xyz/mtion/editor/play-mode.md)
- [Minigames & Toys](https://docs.mtion.xyz/mtion/editor/minigames-and-toys.md)
- [Toys Wiki](https://docs.mtion.xyz/mtion/editor/toys-wiki.md)
- [UFO Catcher](https://docs.mtion.xyz/mtion/editor/toys-wiki/ufo-catcher.md)
- [Space Cat Launcher](https://docs.mtion.xyz/mtion/editor/toys-wiki/space-cat-launcher.md)
- [Score Basket](https://docs.mtion.xyz/mtion/editor/toys-wiki/score-basket.md)
- [Lucky Cat Dropper](https://docs.mtion.xyz/mtion/editor/toys-wiki/lucky-cat-dropper.md)
- [Plinko Machines](https://docs.mtion.xyz/mtion/editor/toys-wiki/plinko-machines.md)
- [Dice](https://docs.mtion.xyz/mtion/editor/toys-wiki/dice.md)
- [Spinner (Spinning Wheel)](https://docs.mtion.xyz/mtion/editor/toys-wiki/spinner-spinning-wheel.md)
- [Rooftop Riot](https://docs.mtion.xyz/mtion/editor/toys-wiki/rooftop-riot.md)
- [Build Your Own Clubhouse](https://docs.mtion.xyz/mtion/editor/build-your-own-clubhouse.md)
- [Broadcast with mtion worlds](https://docs.mtion.xyz/mtion/livestream-integrations/broadcast-with-mtion-worlds.md)
- [Direction Twitch Integration](https://docs.mtion.xyz/mtion/livestream-integrations/direction-twitch-integration.md)
- [Elgato Stream Deck](https://docs.mtion.xyz/mtion/livestream-integrations/elgato-stream-deck.md)
- [2D Vtubing with mtion worlds](https://docs.mtion.xyz/mtion/livestream-integrations/2d-vtubing-with-mtion-worlds.md): This is only for 2D VTubers or PNGTubers.
- [3D Vtubing with mtion worlds](https://docs.mtion.xyz/mtion/livestream-integrations/3d-vtubing-with-mtion-worlds.md)
- [mtion worlds SDK Documentation](https://docs.mtion.xyz/mtion/mtion-worlds-sdk/mtion-worlds-sdk-documentation.md)
- [mtion worlds SDK FAQs](https://docs.mtion.xyz/mtion/mtion-worlds-sdk/mtion-worlds-sdk-faqs.md)
- [mtion worlds SDK Tutorials](https://docs.mtion.xyz/mtion/mtion-worlds-sdk/mtion-worlds-sdk-tutorials.md)
- [General FAQs](https://docs.mtion.xyz/mtion/faq/general-faqs.md)
- [mtion app FAQs](https://docs.mtion.xyz/mtion/faq/mtion-app-faqs.md)
- [Tips & Tricks](https://docs.mtion.xyz/mtion/tips-and-guides/tips-and-tricks.md)
- [Tutorials](https://docs.mtion.xyz/mtion/tips-and-guides/tutorials.md)
- [External Triggers](https://docs.mtion.xyz/mtion/developer-api/external-triggers.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.mtion.xyz/mtion/getting-started/welcome-to-mtion-worlds.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.
