> For the complete documentation index, see [llms.txt](https://docs.ztx.io/ztx/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ztx.io/ztx/gameplay/getting-started/home-decorator.md).

# Home Decorator

Having your own home in ZTX is fantastic because you can personalize its décor. In the initial phases, you'll get a glimpse of our wide range of planned items, including furniture and interactive objects. Use the items you craft at the Fusion Forge with the Home Decorator to adorn both the interior and exterior of your home and land. Simply click on the icon at the bottom of the Sidebar Menu to access it.

Left-click to select a furniture item in the world and move it around. You can also right-click to rotate a furniture item in place. If you have a furniture item in your inventory, you can select and place it into the world as well. To remove an item and put it back in your inventory, hit delete while the item is selected. To cancel an item selection, hit the `Escape Key`.

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

<br>


---

# 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.ztx.io/ztx/gameplay/getting-started/home-decorator.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.
