> For the complete documentation index, see [llms.txt](https://docs.spike.sh/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.spike.sh/incidents/priority-and-severity.md).

# Priority and Severity

Not all incidents need immediate action. Priority and severity give your team two ways to classify an incident: how urgent it is to fix, and how much damage it's causing.

## Priority

Priority indicates the urgency to resolve an incident. Available priorities are:

* **P1**: Urgent
* **P2**: High
* **P3**: Medium
* **P4**: Low
* **P5**: Info

For example, a billing service outage is a P1. A database server running low on storage might be a P2.

## Severity

Severity indicates the degree of damage to your systems. Available severities are:

* **SEV1**: High
* **SEV2**: Medium
* **SEV3**: Low

For example, a data leak or full service outage is a SEV1. A degraded non-critical service might be a SEV3.

{% hint style="info" %}
Once you set priority and severity on an incident, Spike remembers them for future occurrences of the same incident.
{% endhint %}

## Setting priority and severity

### From the incidents list

Open **Incidents** from the sidebar. Hover over an incident to reveal the **Priority** and **Severity** options inline.

<figure><img src="/files/hPOiJZkIHRpT2q5824Tj" alt="Set priority and severity from the incidents list"><figcaption><p>Hover over an incident to set priority and severity inline.</p></figcaption></figure>

### From the incident page

Open any incident and find **Priority** and **Severity** under the **Properties** section.

<figure><img src="/files/VGSbvTIwkcqZj7dMNQF0" alt="Set priority and severity from the incident page"><figcaption><p>Set priority and severity from the Properties section on the incident page.</p></figcaption></figure>

### From integrations

Some integrations, like Azure, send priority and severity as part of their incident payload. Spike reads these values and sets them automatically, overwriting any existing values.

You can also send priority and severity via [webhook integration](/integrations-guideline/integrating-with-webhooks.md).

### From alert rules and Playbooks

You can set priority and severity automatically using [alert rules](/alerts/alert-rules.md) based on incident properties. [Playbooks](/playbooks/introduction-to-playbooks.md) can also set them as part of an automated response when an incident fires.

## FAQ

### Should I set both priority and severity?

For critical incidents, yes. For lower-signal integrations, you can use just one or neither. Both fields are optional.

### Who can set priority and severity?

Everyone on the team. There are no restrictions on who can set or change these fields.

### Can I set priority and severity automatically?

Yes. Use [alert rules](/alerts/alert-rules.md) to set them based on incident properties, or connect integrations like Azure that send these values automatically with each incident.
