> For the complete documentation index, see [llms.txt](https://ja.docs.monaca.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ja.docs.monaca.io/products_guide/migration.md).

# 他のプラットフォームからの移行

このページでは、既存のプロジェクトを Monaca に移行する方法について解説します。\
移行手順に加え、各ガイドでは、既存のプロジェクトをインポートした後のアプリケーションの構築について解説を行なっています。

{% content-ref url="/pages/-MfWrbEmbB0YYcm4v-Cj" %}
[移行時の確認ポイント](/products_guide/migration/key_point.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MfWrbE\_E0\_kmtFARRaj" %}
[Angular からの移行](/products_guide/migration/angular_migration.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MfWrbEVWl0zn3hQHS4L" %}
[Ionic からの移行](/products_guide/migration/ionic_migration.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MfWrbF4RBTM\_L5MnQZK" %}
[React からの移行](/products_guide/migration/react_migration.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MfWrbOuJN4GdaEzMsuE" %}
[Vue からの移行](/products_guide/migration/vue_migration.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MfWrbNXYXd\_GL3PvEny" %}
[Telerik からの移行](/products_guide/migration/telerik_migration.md)
{% endcontent-ref %}


---

# 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://ja.docs.monaca.io/products_guide/migration.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.
