Files
Jack Baldry 51dfcd7d37 Add current alias to all files (#48635)
* Add aliases to all files

Signed-off-by: Jack Baldry <jack.baldry@grafana.com>

* Prettify front matter

Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
2022-05-17 08:24:11 -07:00

30 lines
1.1 KiB
Markdown

+++
aliases = ["/docs/grafana/latest/panels/query-a-data-source/add-a-query/", "/docs/sources/panels/query-a-data-source/add-a-query/"]
title = "Add a query"
weight = 30
+++
# Add a query
A query returns data that Grafana visualizes in dashboards. When you create a panel, Grafana automatically selects the default data source.
## Before you begin
- [Add a data source](../../../datasources/add-a-data-source).
- Ensure that you know the query language of the data source.
- [Add a panel]({{< relref "../working-with-panels/add-panel.md" >}}).
**To add a query**:
1. Edit the panel to which you are adding a query.
1. Click the **Query** tab.
1. Click the **Data source** drop-down menu and select a data source.
1. Click **Query options** to configure the maximum number of data points returned by the query and how frequently you want the query to request data from the data source.
For more information about query options, refer to [Query options]({{< relref "../query-options.md" >}}).
1. Write the query.
1. Click **Apply**.
The system queries the data source and presents the data in the visualization.