# Text to Screen

"Text to Screen" is an innovative and efficient solution that leverages the capabilities of Chat GPT to generate HTML screens based on prompts provided by users. With this feature, you can easily create dynamic and interactive web pages by simply describing your requirements in natural language.

To generate a screen using text,

Input a prompt (textual description) of the HTML screen you want to create.

<div align="left"><figure><img src="/files/oq0Z063avNkgyw5B0244" alt="" width="563"><figcaption></figcaption></figure></div>

The platform generates a "Contact Us" screen and is available in Navigation Explorer. Open it and make the necessary changes to it as required for your app.


---

# 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/importing-screens/text-to-screen.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.
