> 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/misc.md).

# Misc

<details>

<summary>Can I navigate Mitoworld without a mouse?</summary>

You can still navigate around with your mousepad, but it may negatively impact your experience. We recommend using a mouse for the most optimal experience.

</details>

<details>

<summary>How to change interface language</summary>

We do not have the option to change interface language at the moment. However, if you have language requirements that you would like to suggest, please feel free to reach out to us at <hello@mitoworld.io>.

</details>

<details>

<summary>Is Mitoworld accessible on mobile?</summary>

Yes, Mitoworld is accessible on all Android smartphones but does not support iOS yet.

</details>

<details>

<summary>How do I take pictures of my World?</summary>

You can easily take screenshots of your World through the screenshot button found on the top right corner of your interface.

</details>

<details>

<summary>Can I get an aerial view photo of my World?</summary>

No, currently we are unable to take an aerial view of a World.

</details>

<details>

<summary>Can I enter multiple Worlds at the same time?</summary>

Yes, you can enter multiple Worlds with separate tabs.

</details>

<details>

<summary>What are the minimum system requirements to load Mitoworld?</summary>

We recommend your system to be running on 4GB of memory, a dual core cpu, and an integrated graphic card.

</details>

<details>

<summary>Can I load an offline version of my World?</summary>

No, we suggest you to always on online status to have the best user experience.

</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/misc.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.
