> For the complete documentation index, see [llms.txt](https://docs.mtion.xyz/mtion/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mtion.xyz/mtion/getting-started/foundations-for-creating-experiences/publishing-sharing-and-remixing.md).

# Publishing, Sharing & Remixing

Once your world is ready, mtion makes it easy to publish, share, and empower others to build on your work—right from the editor.

***

## 1. Publishing Your Experience

**A. Quick-Publish Button**

1. Click the **Publish** button in the Hang Toolbar (next to Interactions).
2. Fill in your **Title**, **Description**, **Thumbnail**, **Tags**, and **Settings**.
3. Hit **Publish**—your Experience goes live immediately.

**B. World Settings Popup**

1. In **Edit Mode**, click the **Settings (⚙️)** icon beside the Interactions tab.
2. In the **Edit** window, update:
   * **Name & Description**
   * **Status:** Private, Unlisted, or Public
   * **Remixable:** Enabled or Disabled
   * **Thumbnail**, **Category**, etc.
3. Click **Save** or **Open** → **Publish** to confirm changes.

<figure><img src="/files/bv1hkqF5RknxiWN5Dgzp" alt="" width="537"><figcaption></figcaption></figure>

***

## 2. Visibility & Remix Settings

* **Status:**
  * **Private:** Only you can open/edit in your Dashboard.
  * **Unlisted:** Hidden from search; accessible via direct link.
  * **Public:** Listed in Discover and searchable by everyone.
* **Remixable:**
  * **Enabled:** Others can fork your Experience into their Dashboard.
  * **Disabled:** Prevents community remixes.

***

## 3. Sharing Links

* **Copy Link:** After publishing, click **Share → Copy Link**.

Here's an example link: <https://www.mtion.xyz/play/N2JiYTY0NzctZjM2NS00ZGVjLTlkZmEtYThkZGYwN2JhZWFl>

***

## 4. Remixing Experiences

1. **Fork:** Users click **Remix** on your Experience page or paste the link into mtion and choose **Remix**.
2. **Import:** mtion clones your world into their Dashboard as a new **World**.
3. **Customize:** They can tweak, add logic, and **Publish** their own Experience—credited to your original as the parent.

***

## 5. Best Practices

* **Engaging Thumbnails & Descriptions:** Draw players in with clear, compelling previews.
* **Encourage Remixing:** Invite creators to remix and credit your original.
* **Regular Updates:** Republish often—live Multiplayer sessions update instantly for players.
* **Privacy Checks:** Use Unlisted status for testing before a public launch.

***

With mtion’s dual-publish workflows and built-in remix pipeline, your creations aren’t just static worlds—they become living, evolving communities.


---

# 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://docs.mtion.xyz/mtion/getting-started/foundations-for-creating-experiences/publishing-sharing-and-remixing.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.
