> For the complete documentation index, see [llms.txt](https://help.adalo.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.adalo.com/ja/settings/copying-vs-cloning-your-app.md).

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

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

## 開始前に

* [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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.adalo.com/ja/settings/copying-vs-cloning-your-app.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
