> For the complete documentation index, see [llms.txt](https://docs.whitespots.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.whitespots.io/appsec-portal/features/security-metrics/metrics-settings.md).

# Metrics settings

* [**Severity weights**](#severity-weights)
* [**Risk appetite**](#risk-appetite)
* [**Business criticality**](#business-criticality)
* [**SLA**](/appsec-portal/features/security-metrics/metrics-settings/sla.md)

### Severity Weights

You can set the **weight** for each severity type according to your business needs by going to *Settings -> Metrics -> Severity Weights*:

<figure><img src="/files/xIK8u1C4IAQDhikLl2v4" alt=""><figcaption></figcaption></figure>

### Risk appetite

Set your **general** **risk appetite** and **risk appetite  per product**:

* The *general WRT* is calculated from the sum of the risks of all the applications. So **General** **Risk appetite value** is the general WRT value that seems acceptable to the business and should be considered as a general KPI.
* **Risk appetite per product** sets a value for each product development team, this risk appetite is their target metric (up to this value they need to reduce their risk trend).

<figure><img src="/files/tPySaAsw0mW3rqLgADmR" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.whitespots.io/appsec-portal/features/security-metrics/metrics-settings.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
