# Elements

Elements are the building blocks of your world!

At their simplest, elements are images that you can add to a room. They can be assigned [interactions](/buenoverse/fundamentals/elements/interactions.md) and [hit-boxes](/buenoverse/fundamentals/elements/hitboxes.md), and each element gets a [z-index](#understanding-z-index) which helps position it relative to the character.

Carefully crafting your elements is key to creating an immersive feeling in your world.

{% hint style="success" %}
Want to build, but don't know where to start? You can access Bueno element kits from the [asset manager](/buenoverse/fundamentals/asset-manager.md).
{% endhint %}

## Adding an Element

To add an element, go to the object menu and select **Element**. It will prompt a file dialog to select your image.&#x20;

{% hint style="info" %}
You can also drag and drop images into your world when you are in build mode.
{% endhint %}

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

## Edit an Element

Once the element is placed in the world, click on it to edit the element. From here you can add [hitboxes](/buenoverse/fundamentals/elements/hitboxes.md), a [z-index](/buenoverse/fundamentals/elements/z-index.md) and [interactions](/buenoverse/interactions/introduction-to-interactions.md). Read on to learn more!

<figure><img src="/files/wlZKQnezAiruCMTJV5cv" 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://docs.bueno.art/buenoverse/fundamentals/elements.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.
