> For the complete documentation index, see [llms.txt](https://docs.jetadmin.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.jetadmin.io/component-designer/right-sidebar/layout.md).

# Layout

**The layout** allows you to do the following operations:

* Adjusting Position (X and Y Coordinates)
* Modifying Width and Height
* Rotating elements
* Adjusting Corner Radius
* Flipping vertically over their X-axis and horizontally over the Y-axis
* Set Element Opacity
* Blend modes (allow you to define how you want two layers to blend)

To make changes in the design, follow the steps:

1. From the **Right Sidebar,** change the X-axis
2. Below the X-axis, you can find the **W** button; you can change the width there
3. Next to it, you can find the **H** button; you can change the height there
4. Next to it, you can change the flip horizontally or vertically&#x20;

{% @arcade/embed flowId="JrI8QZt0jd0onbD6lyCI" url="<https://app.arcade.software/share/JrI8QZt0jd0onbD6lyCI>" %}

To change the mode, please follow the steps:

1. Click on the **Mode** button
2. Select the one you need

{% @arcade/embed flowId="ijxFdBdOlnEjytE3yQgR" url="<https://app.arcade.software/share/ijxFdBdOlnEjytE3yQgR>" %}

You can change the opacity by dragging the **Opacity** button:

{% @arcade/embed flowId="GGbeX9kSEyLfbHJwV6l6" url="<https://app.arcade.software/share/GGbeX9kSEyLfbHJwV6l6>" %}


---

# 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.jetadmin.io/component-designer/right-sidebar/layout.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.
