> For the complete documentation index, see [llms.txt](https://docs.mitoworld.io/mitoworld-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mitoworld.io/mitoworld-guide/mitoworld-faq/publish-world.md).

# Publish World

<details>

<summary>How do I share my World on Social Media? </summary>

We have social media sharing button available in your World and also your world details page in the dashboard.

</details>

<details>

<summary>Can I change my URL after publishing?</summary>

You can change your URL anytime in your World details page but make sure you click the “save” button before you leave the page.

</details>

<details>

<summary>How do I embed Mitoworld in my website?</summary>

You may contact us (link this) for this request if you are on MitoPro plan.

</details>

<details>

<summary>How to invite my friends to join my World?</summary>

You may share your World URL to your friends to visit your World. However, they will be exploring your World alone at this stage. We will be launching our multiplayer function in the near future.

</details>

<details>

<summary>Can I host my World on a custom URL</summary>

You are allowed to change the ending of your url in the World details page with MitoLite plan. If you are on a MitoPro plan, you will be able to fully customised your url once this feature is ready.

</details>

<details>

<summary>What browsers support Mitoworld?</summary>

We support Google Chrome, Mozilla Firefox, Microsoft Edge and Safari.

</details>

<details>

<summary>Why is my link not working?</summary>

Please ensure you have copy and pasted the correct link with correct letter cases. Kindly contact us at <hello@mitoworld.io> if you still encounter the same problem.

</details>

<details>

<summary>What is the maximum visitor capacity in my World? </summary>

Please refer to our subscription plan for the maximum visitor capacity per World.

</details>


---

# 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.mitoworld.io/mitoworld-guide/mitoworld-faq/publish-world.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.
