> ## Documentation Index
> Fetch the complete documentation index at: https://docs.incident.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Alert Notes

> API endpoints for alert notes

Manage notes attached to alerts.

Notes let your team capture context, decisions, and investigation findings against
an individual alert without needing to declare an incident.

Note content is stored and returned as Markdown. The following formatting is
supported:

* **Headings** (`#`, `##`, `###`)
* **Bold** and *italic* text formatting
* ~~Strikethrough~~ text
* Inline `code` and fenced code blocks
* Bullet lists and numbered lists
* Blockquotes
* [Links](url) using Markdown link syntax — bare URLs are not auto-linked
* Tables (GitHub-flavoured Markdown)
* Horizontal rules (`---`)

Raw HTML, image syntax (`![alt](url)`), task lists, and footnotes are not
supported, and will be stripped or rendered as plain text.

## The alert note object
