# 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="https://3467607506-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LhGHkPsv15svPIU5I7C%2Fuploads%2FdlpOL7JVJk9oltPZ56Va%2FScreenshot%202025-05-01%20at%2015.20.35.png?alt=media&#x26;token=5a21d6ab-41b7-42c7-9be6-9fd4fda2ea43" alt=""><figcaption></figcaption></figure> <figure><img src="https://3467607506-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LhGHkPsv15svPIU5I7C%2Fuploads%2FajRR8DZs7yA7pkFEPQ8j%2FScreenshot%202025-05-01%20at%2015.20.57.png?alt=media&#x26;token=a5eaa467-f4b8-4dc3-8114-99f405871e7e" 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"`.
