Create & assign
Open your Guardian → Policies. Policies are assigned per process type, in Input Policies and Output Policies slots. Choose Add → Create & Assign Policy, give it a name and a Policy Type (PII or Topic). The new policy starts at versionv0.1.0.

Add a policy to a process type
input. The Guardian evaluates every assigned module. You can only combine policies of the same Policy Type within a group, and a policy’s Policy Type is fixed at creation. Slots are organized per process type — a Desktop Agent Guardian exposes its Input/Output sections, while an API Guardian exposes every process type the preset declares.
Edit the rules
The policy editor offers two ways to define rules:- Add — a guided form for one rule at a time (NER Entity, Regular Expression, or Keyword for PII).
- JSON — paste/edit the whole policy as JSON. Allowed top-level keys are
ner,regex,keyword(PII). The editor validates before saving.

Editing a policy as JSON
Versioning — the important part
A new policy starts at version0.1.0 (fixed — you can’t pick the initial number). Editing a policy’s rules saves a new version. The version number only has to be unique for that policy — it need not be higher than the last one, so you can publish out of order or fill in between numbers; only duplicate numbers are rejected.
Save ≠ apply. Saving a version does nothing on its own. The Guardian keeps enforcing the version that is pinned to it until you explicitly re-point it — pinning never moves on its own when a new version appears.
So after editing, re-apply (pin) the new version to the Guardian, or your change won’t take effect. Full steps: Version & apply a policy update.

Re-point the Guardian to the new version