> For the complete documentation index, see [llms.txt](https://docs.uify.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.uify.io/editor/visual-ui-builder.md).

# Visual UI Builder

Uify comes with an extensive library of customizable UI components. User interfaces are created by simply dragging components from the library to the grid-based application canvas.&#x20;

![](/files/VEaEUy00yt1Buw53m9gy)

Components can be resized, duplicated (CMD+D or OPTION+drag for Mac, CTRL+D or ALT+drag for Win), copy-pasted (CMD+C/V for Mac, CTRL+C/V for Win), and deleted (Backspace). Besides just using drag-and-drop to reposition components, you may also use the arrow-keys to move components in any direction, as long as no other component is in the way.

![Resizing and duplicating components](/files/Ds4P9pl6lEvvl2iqftbt)

In case you want to select components within another parent component (e.g. container, form, etc.), hold CMD (Mac) / CTRL (Win) while drawing the mouse selection.

![](/files/ZuW2ApFcCFfQor4W4xbi)


---

# 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.uify.io/editor/visual-ui-builder.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.
