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

# データを活用したディープリンク

ユーザーがクリックしたURLに基づいて、特定のデータが含まれるページや画面にユーザーをリダイレクトします。

データがそのスクリーンで利用可能なデータ（**Available Data**）である限り、URLを介してデータを渡すことができます。以下の例では、現在のイベント（**Current Event**）がスクリーン上で利用可能になっているため、ディープリンクの設定でその変数（Variable）を使用できます。

## クエリパラメータの構成

クエリパラメータ名はURLに表示される名前です。この場合、ユーザーをイベントページへ誘導するため、パラメータ名に `event` を使用します。私たちのURLは以下のようになります： `adalo-internal.adalo.com/deep-linking-example/events/event=`

※ 注：URLの構造は、スクリーンで使用されているデータコレクションによって異なる場合があります。この例ではコレクション名が「***Events***」であるため、入力フィールドの上にスクリーンラベルとして「Events」と表示されています。ただし、実際のクエリパラメータ（*`event`*）は自由に定義でき、ディープリンクの設定時に入力フィールドへ手動で追加します。

<div><figure><img src="https://797861279-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F4EFNSNZLMs5AZ70x2P33%2Fuploads%2FYIvogBJfP17UX7keOuZS%2FScreenshot%202025-05-01%20at%2015.20.35.png?alt=media&amp;token=40c525eb-5186-4dcb-906f-727ef246448c" alt=""><figcaption></figcaption></figure> <figure><img src="https://797861279-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F4EFNSNZLMs5AZ70x2P33%2Fuploads%2Ft5wtQ7i5bxNvto7S9bYP%2FScreenshot%202025-05-01%20at%2015.20.57.png?alt=media&amp;token=f0744af7-d3cb-45b7-a29e-e5de608b6f69" alt=""><figcaption></figcaption></figure></div>

### スクリーンURLのコピー

イベントを共有するには、「`Copy Url`」ボタンをクリックしてスクリーンのURLをコピーします。以下のURL内の "EventId" を、実際のイベントの値に置き換えて使用してください：`adalo-internal.adalo.com/deep-linking-example/events/event="EventId"`


---

# 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/deep-linking-with-data.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.
