# Property Editor

It’s evident that you want your app to be more intuitive and appealing. To help you achieve it, Reasy has an intelligent property editor that helps you map, style, and customize your screen elements to match your brand. In addition, you can configure all the actions and events involved in your app.

Each component has its own set of properties, which are accessible by double-clicking. The property editor has three tabs:

* **General**: Here, you can map your screen component to a specific attribute, modify its name, add a placeholder, and perform other actions pertaining to the component. [Click here](/help/getting-started/workspace/property-editor/general-properties.md) to learn more.
* **Design**: These properties allow you to style and position the component as you need. [Click here](/help/getting-started/workspace/property-editor/design-properties.md) to learn more.

You can customize individual labeled elements, composite elements, and labels within the composite components. For instance, you can customize a "Textbox" where the label and the text box can be tailored separately.&#x20;


---

# 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://help.reasy.ai/help/getting-started/workspace/property-editor.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.
