# General Properties

Though each component possesses different properties, a few of them are common. This section helps you get a brief overview of each of them.&#x20;

**Data Model**: This property helps you bind your UI elements to target attributes in your data model, so you can store and expose data dynamically.

**My ID**: This is a unique ID that Reasy generates for every single screen component. You can use this ID to point to a specific style declaration in a style sheet and manipulate a particular element in JavaScript. Click ![](/files/gd5Pe8SHPqeo7i4KNLUB)to copy it for use.


---

# 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/general-properties.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.
