--- 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 labels: products: - cloud - enterprise - oss 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](#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 %}} Azure Monitor, [CloudWatch][], and [Google Cloud Monitoring][] have pre-configured data links called _deep links_. You can also use template variables in your data links URLs, refer to [Templates and 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][]. ## 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.