mirror of
https://github.com/grafana/grafana.git
synced 2025-07-29 20:52:21 +08:00
20 lines
1.0 KiB
Markdown
20 lines
1.0 KiB
Markdown
---
|
|
aliases:
|
|
- /docs/grafana/latest/panels/query-a-data-source/navigate-query-tab/
|
|
- /docs/sources/panels/query-a-data-source/navigate-query-tab/
|
|
title: Navigate the query tab
|
|
weight: 20
|
|
---
|
|
|
|
# Navigate the query tab
|
|
|
|
The Query tab consists of the following elements:
|
|
|
|
- Data source selector: Use the data source selector to select the source of the data you want to query. For more information about data sources, refer to [Data sources](../../../datasources/).
|
|
- Query options: Enables you to set maximum data retrieved parameters and query execution time intervals.
|
|
- Query inspector button: Open the query inspector panel where you can view and optimize your query.
|
|
- Query editor list: Lists the queries you have written.
|
|
- Expressions: Use the expression builder to create alert expressions. For more information about expressions, refer to [Use expressions to manipulate data](../use-expressions-to-manipulate-data/).
|
|
|
|
{{< figure src="/static/img/docs/queries/query-editor-7-2.png" class="docs-image--no-shadow" max-width="1000px" >}}
|