# How to clone the whole app?

If you want to duplicate your app, you can save your progress as a backup to a file, create a new app, and restore your app from a backup. Please be aware that created actions won’t be copied, you will need to add them manually.

Go to MyApp in upper right corner -> Environment -> Settings -> Download backup

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

After that, create a new app and go to the Environment -> Settings to restore your backup.

{% hint style="info" %}
Please note that Actions from your original app won’t be copied
{% endhint %}


---

# 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://docs.jetadmin.io/faq-and-troubleshooting/how-to-clone-the-whole-app.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.
