> For the complete documentation index, see [llms.txt](https://docs.jcore.io/clarity/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.jcore.io/clarity/alarms/create.md).

# Create Alarm

To add an alarm, first click on the tag you want to notify on in the **Tags** list in the sidebar:

<figure><img src="https://253937570-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LzDzLyKYu6xMIADlPIj%2Fuploads%2Fgit-blob-797c4d2c2ccd6d9ca528b24dd74748aae5ab4bb5%2Fcreate-alarm-tag-item.png?alt=media" alt=""><figcaption></figcaption></figure>

Then click **Alarms** in the popup menu that appears:

<figure><img src="https://253937570-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LzDzLyKYu6xMIADlPIj%2Fuploads%2Fgit-blob-0bc177d1c059379946ff21ec85d5bc705d6ac99b%2Fcreate-alarm-tag-menu.png?alt=media" alt=""><figcaption></figcaption></figure>

That will navigate to the alarms view for that tag. In that view, click **Add Alarm**:

<figure><img src="https://253937570-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LzDzLyKYu6xMIADlPIj%2Fuploads%2Fgit-blob-86facb6a09227dc33679f6c8fa3a19f383181ffa%2Fcreate-alarm-add-button.png?alt=media" alt=""><figcaption></figcaption></figure>

That will add a row with the following pending settings (changes aren't applied until you click **OK**):

<figure><img src="https://253937570-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LzDzLyKYu6xMIADlPIj%2Fuploads%2Fgit-blob-e166fd569a777ddb3c09516b91a62737a0175177%2Fcreate-alarm-init-values.png?alt=media" alt=""><figcaption></figcaption></figure>

In this example, we'll change the setpoint to 6:

<figure><img src="https://253937570-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LzDzLyKYu6xMIADlPIj%2Fuploads%2Fgit-blob-6d47b32a77313c19b0ce0154272a0fc6fa5ad118%2Fcreate-alarm-setpoint.png?alt=media" alt=""><figcaption></figcaption></figure>

And then click **OK** to save changes:

<figure><img src="https://253937570-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LzDzLyKYu6xMIADlPIj%2Fuploads%2Fgit-blob-362c89d657b642e2bb021d7fab071d0b5335dba8%2Fcreate-alarm-submit.png?alt=media" alt=""><figcaption></figcaption></figure>

In this case, a notification appears immediately after the alarm is created, since the current value is >= 6:

<figure><img src="https://253937570-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LzDzLyKYu6xMIADlPIj%2Fuploads%2Fgit-blob-f7dc6543abb34cac15f6a45e599af4fe71f6a84f%2Fcreate-alarm-toast.png?alt=media" alt=""><figcaption></figcaption></figure>

There are many other options for the condition than just comparing the current value of the tag to a fixed value. See the next page for the other possibilities.
