# Adding objects to virtual spaces

AIsuru's virtual spaces can be enriched with **3D objects**, creating interactive and engaging environments for visitors. This feature lets you customize the experience in **virtual and mixed reality**, adding detail and interactivity to your virtual world.

### Accessing the 3D configurator

To start adding objects to your virtual space:

1. Log in to the AIsuru web platform;
2. Go to the "VIRTUAL SPACES" section;
3. Select the virtual space you want to edit;
4. Click "Configure" to open the 3D web configurator.

### Adding objects

Once in the configurator, you can add various types of objects:

1. Select "Add object" from the configurator menu;
2. Choose the type of object to insert:
   * Custom 3D models (for creating, for example, a product showroom);
   * Preset objects from the AIsuru library;
   * Interactive elements (such as buttons or triggers for actions);
3. Upload the 3D model file (if using a custom object);
4. Position the object in the virtual world using the translation and rotation tools;
5. Adjust the object's size if needed.

**Note**: Make sure your 3D model files are in a compatible format (e.g., GLB, OBJ) before uploading them.

### Customizing objects

To make objects more interactive and informative:

1. Select the object in the configurator;
2. Open the object's properties menu;
3. Add information such as:
   * Object name;
   * Description;
   * Links to external resources (if applicable);
4. Set interactive behaviors, such as:
   * Click actions;
   * Animations;
   * Triggers for activating Agents or other elements.

### Publishing and review

After adding and configuring your objects:

1. Save your changes in the configurator;
2. Click "Publish" to submit the update;
3. Wait for review and approval from the AIsuru team.

Adding objects to AIsuru's virtual spaces lets you create rich, interactive environments that improve the user experience and open up new opportunities for presenting products, services, or information in an engaging and immersive way.


---

# 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.aisuru.com/en/extensions/virtual-spaces/adding-objects-to-virtual-spaces.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.
