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

# Blueprint

<details>

<summary><strong>Can I change my Blueprint after applying?</strong></summary>

Yes you can! You will need to go to your dashboard, select the World that you want to change blueprints too and unlink the blueprint. Disclaimer: The assets that were added to the previous blueprint will be removed once you unlink. However, you may place them again on the new blueprint via the editor mode.&#x20;

</details>

<details>

<summary><strong>How many blueprints can I have in 1 World?</strong></summary>

You can only have 1 blueprint per World at a time. You may however change blueprints anytime.&#x20;

</details>

<details>

<summary><strong>Can I add more assets into a blueprint than its placeholders?</strong></summary>

Yes, you can upload more assets. The placeholders serves a reference for you to use, but it does not mean you are limited to uploading assets based on the number of placeholders

</details>

<details>

<summary><strong>Can I remove frames from the placeholder?</strong></summary>

Yes, you can add/remove frames to your uploaded media files (image, videos, etc.) whenever you wish using the editor function.

</details>

<details>

<summary><strong>How to arrange furniture in my blueprint?</strong></summary>

All assets that are part of the blueprints and can not be edited. You can however rearrange your own uploaded 3D assets using a simple drag-and-drop feature.

</details>

<details>

<summary><strong>Can I change the size of the placeholders</strong></summary>

Yes, once you have uploaded your media files to the placeholders, you are able to resize these to your preference.

</details>

<details>

<summary><strong>Can I reduce placeholders in my Blueprint</strong></summary>

Yes, you can delete the placeholders by unlocking it and then selecting delete. Please note that you will not be able to restore the original placeholder.

</details>

<details>

<summary><strong>Can I change the color variation of my Blueprint after customising?</strong></summary>

Yes you are able to change the color from the blueprint dashboard.

</details>

<details>

<summary>Can I modify the structure of my blueprint? </summary>

No, all structures that come with the blueprints are pre-set and not modifiable.&#x20;

</details>

<details>

<summary>Can I upload my own 3D environment? </summary>

This function is currently not available in the platform yet. But if you already have a 3D environment in GLB or GLTF format ready, you may contact us and we will see how we can help you!

</details>

<details>

<summary>How do I get a custom blueprint? </summary>

We love to hear your thoughts! For bespoke blueprints, please send your artistic enquiries to our support and we will get back to you. Please note that bespoke / custom blueprints will cost additional charges depending on the complexity of the design.

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