# アプリのコピーとクローン

*スキルレベル: 初心者*

## 開始前に

* [Adaloデータベース](https://help.adalo.com/database)の基本的な理解が必要です
* Adaloアカウント内でコピーまたは削除するアプリがあることをご確認ください
* アプリのコピーとクローンはすべてのAdaloプランで機能します

### **アプリのコピー**

これは、以下の場合に最適です。

* オリジナルのアプリと同じコレクションとレコードを共有する複製されたアプリを作成したい場合（どのアプリで行われた変更も、アプリのすべてのコピーに反映されます）

{% content-ref url="/pages/8sJ0CveArlLpSJd4KARJ" %}
[アプリをコピー／削除する方法](/ja/settings/copying-vs-cloning-your-app/how-to-copy-and-or-delete-an-app.md)
{% endcontent-ref %}

### アプリのクローン

これは、以下の場合に最適です。

* オリジナルアプリのコレクションを引き継ぎつつ、オリジナルアプリとは完全に独立したデータベースを持つ複製アプリを作成したい場合（両方のデータベースが独立しており、変更は現行アプリにのみ反映されます）

{% content-ref url="/pages/KK6AWWvxBZoPbKdBVPE5" %}
[アプリをクローンする方法とクローン可能にする方法](/ja/settings/copying-vs-cloning-your-app/how-to-clone-an-app.md)
{% endcontent-ref %}

## もっと詳しく知る

* オリジナルアプリにカスタムアクションがある場合は、アプリのチームを変更するとそれらが機能しなくなる可能性があることに注意してください。再設定する必要があります。
* アプリ（および共有データベース）はカスタムドメイン、Apple App Store、Google Play Storeに公開できます。これは1つの公開アプリとしてカウントされます。
* 同じデータベースを共有するアプリは「公開」ステータスも共有します。

## ヘルプ

この記事に関する追加のヘルプが必要な場合は、いつでも[コミュニティフォーラム](https://forum.adalo.com/)で質問できます！投稿する際は、この記事へのリンクを貼り付けることも忘れないでください！


---

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