This is documentation for the next version of Grafana documentation. For the latest stable release, go to the latest version.
Configure panel options
There are settings common to all visualizations, which you set in the Panel options section of the panel editor pane. The following sections describe these options as well as how to set them.
Panel options
Set the following options to provide basic information about a panel and define basic display elements:
Description field formatting
Grafana renders the Description field as GitHub Flavored Markdown (GFM). You can use common Markdown and GFM features, including:
- Emphasis:
**bold**,_italic_, and~~strikethrough~~ - Structure: headings, paragraphs, blockquotes, horizontal rules, bulleted and numbered lists
- Code:
`inline code`and fenced code blocks - Links and media:
[link text](https://example.com)and images - Tables: GFM-style pipe tables
The description appears in a tooltip, so short copy and basic formatting work best. To break text into separate paragraphs, use an empty line between them, or use a list.
You can use generative AI to populate the Description field with the Grafana LLM plugin, which is currently in public preview. To enable this, refer to Set up generative AI features for dashboards.
Grafana sanitizes the rendered HTML to reduce security risk and strips out or restricts arbitrary HTML, scripts, and many embedded elements, similar to Markdown in the Text visualization.
Configure repeating panels
You can configure Grafana to dynamically add panels to a dashboard. A dynamic panel is a panel that the system creates based on the value of a multi-value variable. Variables dynamically change your queries across all panels in a dashboard.
To see an example of repeating panels, refer to this dashboard with repeating panels.
For information about repeating rows and tabs, refer to Configure repeat options.
Before you begin:
- Ensure that the query includes a multi-value variable.
To configure repeating panels, follow these steps:
Go to the dashboard you want to update and navigate to the panel you want to repeat.
If the dashboard is large, open the Content outline and use it to navigate to the part of the dashboard you want to update.
Click Edit.
Click the panel to open the sidebar.
To propagate changes to all panels, reload the dashboard.
You can stop a panel from repeating by selecting Disable repeating in the Repeat by variable drop-down list.


