> 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/setup-deep-linking.md).

# ディープリンクの設定

アプリへディープリンクを組み込む手順をご紹介します。

アプリのスクリーンの1つにディープリンクを設定してみましょう。

{% hint style="warning" %}
プレビュー用のリンク（Preview Links）はディープリンキングに**対応していません**。
{% endhint %}

### ステップ #1: スクリーン名をクリックする

アプリのスクリーンの1つにディープリンクを設定してみましょう。Adaloのアプリビルダーを開き、スクリーンタイトル（スクリーンの上にある青いバッジ）をクリックします。左側のドロワー（設定パネル）が開き、その中に「Deep Linking」というタイトルのセクションが表示されます。

<figure><img src="https://797861279-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F4EFNSNZLMs5AZ70x2P33%2Fuploads%2FJZKY1CyGDwMeuHr2M630%2FScreenshot%202025-04-07%20at%2011.44.11%E2%80%AFAM.png?alt=media&amp;token=590511f6-3fe9-406e-a30b-8f0ab328f0fc" alt=""><figcaption></figcaption></figure>

### ステップ #2: 「Deep Linking」メニューを開く

スクリーンドロワー内にある「Deep Linking」メニューを開きます。次に、リンクをクリックしたユーザーをルーティング（誘導）する際に使用される「スクリーンルート名（screen route name）」を設定します。これは任意の名前を設定でき、ビルダー上のスクリーン名と同じである必要はありません。

<figure><img src="https://797861279-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F4EFNSNZLMs5AZ70x2P33%2Fuploads%2FyXgn1zojA5kDSfd9Hhja%2FScreenshot%202025-04-07%20at%2011.48.48%E2%80%AFAM.png?alt=media&amp;token=7572e38a-11b5-4abf-af45-70c82231de16" alt=""><figcaption></figcaption></figure>

例えば、ユーザーが「events」画面に誘導されるように、このスクリーンのパスを events に設定します。

<figure><img src="https://797861279-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F4EFNSNZLMs5AZ70x2P33%2Fuploads%2FE9tFKgSMeqUOau0tmQsk%2FScreenshot%202025-04-07%20at%2011.46.41%E2%80%AFAM.png?alt=media&amp;token=a3576a7e-b5fa-4785-9fbb-0d59b9ed56f3" alt=""><figcaption></figcaption></figure>

### ステップ #3: URLをコピーする

「Copy URL」をクリックして、指定したスクリーンにユーザーを誘導するために必要な特定のURLをクリップボードにコピーします。この例では、URLは adalo-internal.adalo.com/deep-linking-example/**events** となります。

<figure><img src="https://797861279-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F4EFNSNZLMs5AZ70x2P33%2Fuploads%2F0dl2TtOI5b6rghDP81jB%2FScreenshot%202025-04-07%20at%2011.57.25%E2%80%AFAM.png?alt=media&amp;token=5703cd60-e3f0-499d-91a4-e8b290638c0a" alt=""><figcaption></figcaption></figure>

もちろん、このリンクをユーザーインターフェースに組み込んで、共有したいユーザーが利用できるようにすることも可能です。

<figure><img src="https://797861279-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F4EFNSNZLMs5AZ70x2P33%2Fuploads%2FQDNLIdv1pAldqqUmHGxF%2Fimage.png?alt=media&amp;token=614d90a7-aab5-44ae-ae12-90dcc6a97c54" alt=""><figcaption></figcaption></figure>

### ステップ #4: リンクをテストする

以下のリンクをテストして、アプリ例のイベントページ（events page）を確認してください。

{% embed url="<https://adalo-internal.adalo.com/deep-linking-example/events>" %}


---

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