Control PanelThe Data Manipulation Panel plugin enables the creation of control panels with multiple sections and the same identifier.
Custom CodeCustom code allows you to access the panel's options, REST API responses, form elements, and various Grafana services.
Custom RequestsData Manipulation Panel allows you to create your own initial and update requests with custom code.
Dynamic formsWith custom code, you can update form elements or their values and options from any data source.
REST APIData Manipulation Panel can request data (GET request) and update data (DELETE, PATCH, POST, or PUT request) or configuration through REST API.