# Control Panel

![Sidecar Configuration](/files/-M3SyCoU7oSuEkFh5WFf)

The Control Panel allows users to interact with several Grey Matter features: change business impact settings, view the service's proxy configurations and manage service level objectives (SLOs) on specific metrics within each service. The Control Panel is available by clicking on the "settings" icon on a service card (see [docs](https://github.com/DecipherNow/gm-gitbook-sync/tree/67f01da6abfff2a41154f6b20dd0331d0b346f61/usage/sense/summaryView.md#service-icons) for more information) and persists through every view in the application. It can be closed at any time by clicking on the "x" on the top right.

## Business Impact

The [Business Impact](/grey-matter-documentation/usage/sense/businessimpact.md) section allows users to configure how important any given service is to their business.

## Proxy

The Proxy tab in the Control Panel shows users read-only configuration of the Grey Matter Sidecar and route objects which are part of the configuration for all proxies for the service.

* filters
* listeners
* routes

> NOTE: Only selected filters are currently displayed in the side panel. This is to prevent spillage of potentially sensitive information.

## SLO

Service Level Objectives [(SLOs)](/grey-matter-documentation/usage/sense/slo.md) let users set performance thresholds on collected service metrics. If a service performs worse than the set threshold (i.e. if memory utilization is 60 MB but we have set a SLO for 100 MB), then an SLO violation is recorded and displayed in the Service Summary page. Read the [SLO](/grey-matter-documentation/usage/sense/slo.md) page for more information on setting and viewing SLOs.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://greymatter.gitbook.io/grey-matter-documentation/usage/sense/controlpanel.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
