# Manage Screens

### Screen Versioning

Reasy's versioning mechanism offers you the ability to version control your screens. When you want to freeze a screen, right-click it and select **Create version**. Reasy creates a version of it while preserving the screen's integrity. You can view your screen versions by selecting **All versions** from the right-click menu. Moreover, you can make any of those versions active just by toggling the respective status button.

<figure><img src="/files/FxRfqYCiFTxPROjQNPnJ" alt=""><figcaption></figcaption></figure>

### Rename

With this option, you can change your screen name instantly. Select **Rename** from the right-click menu of a screen to change its name.

### Duplicate

With this option, you can rapidly replicate your screen. Instead of creating a screen that is identical to one that is already present in your app, you can simply duplicate it by selecting **Duplicate** from the right-click menu. The duplicate will have the same name appending with "copy". Therefore, it is advisable to rename the duplicate before you utilize it.

### Delete

You can easily delete a screen if you no longer need it by choosing **Delete** from the right-click menu. Make sure not to delete a live app's screen.


---

# 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/manage-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.
