> 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/component-basics/inserting-and-editing-screens/deep-linking.md).

# ディープリンク

*スキルレベル: 中級*

### はじめに <a href="#before-you-begin" id="before-you-begin"></a>

* ディープリンクは ***Legacy Apps（レガシーアプリ）では利用できません***。ディープリンクを実装するには、アプリをレスポンシブ版にアップデートする必要があります。
* **公開済みのバージョン（Published Version）**&#x3092;使用する必要があります（Adaloサブドメインまたはカスタムドメイン）。
* レガシーモバイルアプリでディープリンクが利用できるのは、**カスタムドメインを使用している場合のみ**です。レガシーモバイルアプリは**Adaloサブドメインの使用に対応していません**。
* コーディングは不要ですが、URL構造やクエリ文字列に親しんでいると、パラメータがどのようにデータを渡すかを理解しやすくなります。

### ディープリンクについて <a href="#learn-about-deep-linking" id="learn-about-deep-linking"></a>

テキストメッセージやSlackで、同僚、友人、親戚とWebサイトのリンクを共有した経験は何度もあるでしょう。「ディープリンク」として知られる概念により、モバイルアプリでも同じことができるようになります。これにより、リンクをたどったユーザーがアプリ内の特定の場所に簡単にアクセスできるようになります。

例えば、購入を検討している靴を友達に見せたいとし、その靴が販売店のモバイルアプリ内に掲載されているとします。友達にディープリンクを送信することで、友達はアプリを開いて靴を検索することなく、アプリ内の靴の掲載ページに直接移動できます。

Adaloは2025年4月にディープリンクのサポートを追加しました。以下に、アプリ内でディープリンクを構成するための手順を示します。

{% embed url="<https://youtu.be/56YH9mrEwMc?si=wMglBsIkqFvy1FZQ>" %}


---

# 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/component-basics/inserting-and-editing-screens/deep-linking.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.
