> For the complete documentation index, see [llms.txt](https://docs-en.coderblock.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs-en.coderblock.com/coderblock-studio/builder-tool/objects-features.md).

# Objects features

For each object you place in your scene, you can modify some of its properties. You can:

1. Move it in all directions&#x20;
2. Scale it&#x20;
3. Rotate it in all dimensions&#x20;
4. Confirm the object&#x20;
5. Delete the object

<figure><img src="/files/07cnM4zMV9mC10540QuK" alt=""><figcaption><p>Builder Tool - Scale</p></figcaption></figure>

All these actions are possible thanks to the panel that opens on the left when the object is placed in the scene. This panel allows you to manage all the actions individually or simultaneously:

<figure><img src="/files/YquGlphgcI3OPknOYc27" alt=""><figcaption><p>Builder Tool - Rotate</p></figcaption></figure>

Each object has different properties, which you can view in the drop-down menu on the right when you select an object.

For more details and insight into object manipulation, see the [Advanced Guide](/coderblock-studio/builder-tool-advanced-guide/working-environment/design-tools/gizmo-and-assets-manipulation.md).


---

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

```
GET https://docs-en.coderblock.com/coderblock-studio/builder-tool/objects-features.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.
