# Clone App

In some cases, you may want to have a copy of your current app. Codenull allows you to make an exact copy of your application.

## How To Clone an App

1. Go to the Application Designer page
2. Select the Environment tab.

   <figure><img src="/files/08w2oc6sIJCO38o13CVI" alt=""><figcaption></figcaption></figure>
3. Click the "Clone app" button
4. You will be prompted to fill out the name of the new application

   <figure><img src="/files/o9WO6nSfHX1SWZm8rTr3" alt=""><figcaption></figcaption></figure>
5. In the Tasks tab, you will find a new task that will do the cloning operation.

   <figure><img src="/files/DOTz6wY86QITn86Soseg" alt=""><figcaption></figcaption></figure>
6. Once the task is completed, you will be able to navigate the new application using the URL that you can find in the Result column.


---

# 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://codenull.gitbook.io/dev/environments/clone-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.
