# Interacting with the World

To interact with objects in the world, move closer to them until you see an interactive prompt. The prompt tells you what type of interaction you can perform and the name of the object. If you do not want to interact with the object, simply move away. Interactions often depend on where the camera points or where your avatar stands.

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

Many interactive objects have panels associated with them. When a panel opens, you’ll have access to the cursor with your mouse or touchpad to make selections. Hover over interface buttons to see a snapshot of what they can do. Left click to select items which often brings up additional actions you can perform. To close a panel, simply hit `X` in the upper right-hand corner or `Esc`.

You can access many game features in the Sidebar Menu, accessed by unlocking the mouse with the `Middle Mouse Button` or the `Left Control Key`. Here you’ll find a number of options like Inventory, Home Decorator Mode, the Harvest Menu, the Avatar Builder, and more.

Lastly, you can access game options for key bindings, audio, graphics, and camera settings in the Escape Menu, accessed by the `Escape Key`.

<br>


---

# 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://docs.ztx.io/ztx/gameplay/getting-started/interacting-with-the-world.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.
