--- aliases: - ../linking/data-link-variables/ - ../linking/data-links/ - ../panels/configure-data-links/ - ../reference/datalinks/ - ../variables/url-variables/ - ../variables/variable-types/url-variables/ keywords: - grafana - url variables - variables - data link - documentation - playlist menuTitle: Configure data links title: Configure data links weight: 400 --- # Configure data links You can use data link variables or data links to create links between panels. ## Data link variables You can use variables in data links to refer to series fields, labels, and values. For more information about data links, refer to [Data links]({{< relref "#data-links" >}}). To see a list of available variables, type `$` in the data link **URL** field to see a list of variables that you can use. {{% admonition type="note" %}} These variables changed in 6.4 so if you have an older version of Grafana, then use the version picker to select docs for an older version of Grafana. {{% /admonition %}} You can also use template variables in your data links URLs, refer to [Templates and variables]({{< relref "../../dashboards/variables/" >}}) for more information on template variables. ## Time range panel variables These variables allow you to include the current time range in the data link URL. - `__url_time_range` - current dashboard's time range (i.e. `?from=now-6h&to=now`) - `$__from and $__to` - For more information, refer to [Global variables]({{< relref "../../dashboards/variables/add-template-variables/#__from-and-__to" >}}). ## Series variables Series specific variables are available under `__series` namespace: - `__series.name` - series name to the URL ## Field variables Field-specific variables are available under `__field` namespace: - `__field.name` - the name of the field - `__field.labels.