# Duplicate an app

1. In the **Apps** page, **hover** over the app you want to duplicate.
2. Click on the `···` that appears on the top right corner of the app icon.
3. Click `Duplicate`.

{% hint style="success" %}
The app and connected data collections (if any) will be duplicated. Duplicated apps will also keep existing [data binding](/connect-api/data-library-and-binding-complete-collection.md).
{% endhint %}

![](/files/Rj2ijn4DiChLnPZGwISZ)

That's it! 👏


---

# 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.bravostudio.app/get-started/your-bravo-app-projects/duplicating-a-project.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.
