# Deep Linking With Data

Data can be passed via URL as long as it is **Available Data** on the screen. In the Example below, the ***Current Event*** is available on the Screen which will allow you to use that Variable in the Deep Linking Setup.&#x20;

## Configure Your Query Parameters

A query parameter name is what will be shown in the URL. In this case, as we are directing the user to an event page, we will use the parameter name `event`. Our URL will look like this: `adalo-internal.adalo.com/deep-linking-example/events/event=`&#x20;

*Note: The structure of the URL may vary depending on the data collection used on the screen. In this case, the collection is called **Events**, which is why the screen label shows “Events” above the input field. However, the actual query parameter (`event`) can be defined freely and is added manually in the field when setting up the deep link.*

<div><figure><img src="/files/xZlraR6gzzhZitCcxqxL" alt=""><figcaption></figcaption></figure> <figure><img src="/files/sJGlgjjYObdRxymvoRjR" alt=""><figcaption></figcaption></figure></div>

### Copy the Screen URL

You can copy the screen URL by clicking on `Copy Url` button to share the event. Replace "EventId" with the actual value of the event in the following URL: `adalo-internal.adalo.com/deep-linking-example/events/event="EventId"`.


---

# Agent Instructions: 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:

```
GET https://help.adalo.com/component-basics/inserting-and-editing-screens/deep-linking/deep-linking-with-data.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
