# Screens

Screens are the HTML pages (User Interfaces) you see and interact with while using an app.

The significance of screens cannot be emphasized enough, as each screen serves a specific purpose, whether it be capturing user input or displaying important information. Therefore, it is essential to carefully consider the layout and functionality of each page to ensure an optimal user experience. Reasy's simple drag-and-drop interface makes building screens a breeze.

The **Screens** engine helps you design and build responsive user interfaces for your app like a pro, all without writing a single line of code.&#x20;

{% content-ref url="/pages/8CN238YFgYU5zUAWDOow" %}
[Building App Layout](/help/getting-started/engines/screens/building-app-layout.md)
{% endcontent-ref %}

{% content-ref url="/pages/nJnoB2a1NC56v5Ab9YGh" %}
[Building Screens](/help/getting-started/engines/screens/building-screens.md)
{% endcontent-ref %}


---

# 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/engines/screens.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.
