# Importing custom maps

{% hint style="info" %}
Custom maps are a feature of RoomBox **Pro**.

To unlock RoomBox Pro, you may [purchase any room pack](/faq/how-to-unlock-the-pro-version-of-roombox.md).
{% endhint %}

You can create your own room, or modify an existing one, by editing its [interior map](/manual/what-is-a-room-made-of.md#under-the-hood-interior-maps) in an image editor and then importing it into RoomBox as a custom map.

To import a custom map, go to the "Custom maps" tab in the library. Here, you can manage your collection of custom rooms and reuse them across sessions.

<figure><img src="/files/R6WUZpWFfqZmT5egWOTh" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: 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:

```
GET https://roombox.help.lindale.io/manual/importing-custom-maps.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.
