# Accordion Item

Renders a single section of content that can be expanded or collapsed

## Surfaces

web, google-meet-stage, google-apps-script-web, mcp-apps

## Fields

| Field | Type |
|---|---|
| header | string The title or label for the collapsible section. |
| content | string The main content to be shown or hidden. |

## Example payload

```json
{
  "type": "accordion_item",
  "header": "Section Header",
  "content": "A concise description of the content."
}
```

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