# Sidebar Note

Displays an off-axis callout block containing peripheral thoughts, caveats, or fun facts.

## Surfaces

web, google-apps-script-web, mcp-apps

## Fields

| Field | Type |
|---|---|
| title | string. The headline for the side note. |
| content | string. The note content. |

## Example payload

```json
{
  "type": "sidebar_note",
  "title": "Sidebar Note",
  "content": "A concise description of the content."
}
```

Live page: https://a2uicatalog.ai/atoms/sidebar_note/
Full field contract: https://a2uicatalog.ai/spec.json
