# Presets

> The rules an integration ships by default, and how to change them.

Web page: https://infrainbox.app/docs/notifications/presets/

Every integration that needs one ships a preset: the rules its events follow until you change them (see each source's own page for what its preset actually does — [Proxmox](https://infrainbox.app/docs/sources/proxmox.md#what-you-get), [Uptime Kuma](https://infrainbox.app/docs/sources/uptime-kuma.md#what-you-get), [Alertmanager/Grafana](https://infrainbox.app/docs/sources/alertmanager.md#what-you-get), [Gotify-compatible](https://infrainbox.app/docs/sources/gotify-compatible.md#what-you-get), the [InfraInbox watcher](https://infrainbox.app/docs/sources/watcher.md)). A preset **only routes** an event — it can never change a severity or a title, unlike a rule of your own.

Open **Notifications → Presets** (dashboard screen `/rules/presets`) to see every integration that ships one.

## How a preset fits in with your own rules

Your own rules in [Routing](https://infrainbox.app/docs/notifications/routing.md) run first, top to bottom, exactly as always. A preset runs underneath them, scoped to the sources of that integration — so it only ever catches what your own rules didn't already decide.

## Levels

A preset can be edited at two levels:

- **Workspace** — your own copy of the integration's preset, applied to every source of that integration.
- **Source** — one source's own copy, which overrides the workspace's copy for that source alone. Useful when one cluster needs different tuning than its siblings, without touching everyone else.

Editing either copies the shipped rules into an editable set; it stops following future changes to what InfraInbox ships until you either edit again or reset it back.

Opening a source's preset copies nothing by itself: the save bar at the foot of the page appears only once you change something, and the first **Save** is what gives the source its own copy. In a rule's editor, **Apply** puts your edit back into the preset; nothing is written until you save the preset. A save says **Saved**, with **Undo** for a few seconds. Opened from a source, the page's back link and **Save** or **Cancel** return you to that source.

## When a newer version ships

If InfraInbox updates an integration's shipped preset and you've made your own copy, the Presets list flags it: **A newer version ships**. Open it to see what changed, rule by rule, and decide whether to bring the change in yourself — an edited copy never updates itself out from under you.

## Resetting

Reset a workspace or source copy to go back to following whatever InfraInbox ships, dropping your own edits.

## Next

- [Routing rules](https://infrainbox.app/docs/notifications/routing.md) — your own rules, which always run first
- [Test an event](https://infrainbox.app/docs/notifications/dry-run.md) — check what a preset (or your edit to one) actually does
