# Copying vs Cloning your App

*Skill Level: Beginner*

## Before You Begin

* You need a basic understanding of [The Adalo Database](https://help.adalo.com/database)
* Make sure you have an app to be copied or deleted in your Adalo account
* Cloning and Copying Apps work in all Adalo Plans

### **Copying your App**&#x20;

This is the best option if:

* You are willing to have a Duplicated App that shares the same collections and Records as your original App (meaning that any changes made in any of the apps will get reflected on all the Copies of the App).

{% content-ref url="/pages/-MiXWUsrZPwGvJqBMrWx" %}
[How to Copy and/or Delete an App](/settings/copying-vs-cloning-your-app/how-to-copy-and-or-delete-an-app.md)
{% endcontent-ref %}

### Cloning your App

This is the best option if:&#x20;

* You are willing to have a Duplicated App that carries the Original App Collections but has a completely separate Database from the original App (meaning that both databases are independent and changes will only be reflected on the Current App).

{% content-ref url="/pages/-MiWxo2XUYfgnx9woUFh" %}
[Cloning Apps and Making Apps Cloneable](/settings/copying-vs-cloning-your-app/how-to-clone-an-app.md)
{% endcontent-ref %}

## Learn More

* If you have any Custom Actions on the original App please be aware that if you change your App's team those won't work and you will have to set them up again
* An app (and any shared databases) can be published to a custom domain, the Apple App Store, and the Google Play Store — this still counts as one published app
* Apps that share the same database also share a “published” status

## Help

If you need additional help with this article, you can always ask in our [community forum](https://forum.adalo.com/)! Be sure to paste the link to this article in your post as well!


---

# 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.adalo.com/settings/copying-vs-cloning-your-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.
