Summary Box

Renders a condensed overview panel summarising article content at a glance.

Surfaces
webapps-script-web
Degraded on
SurfaceNote
googlechatOuter wrapper styling drops, showing standard paragraph text.
emailContainer spacing and custom padding are compressed.
Fields
FieldType
textstring. The summary narrative block.required
Example payload
{
  "type": "summary_box",
  "text": "A concise description of the content."
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:summary_box",
  "displayName": "Summary Box",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/summary_box",
  "capabilities": [
    "web",
    "apps-script-web"
  ],
  "description": "Renders a condensed overview panel summarising article content at a glance.",
  "representativeQueries": [
    "show a condensed introductory panel with article overview",
    "renders a condensed overview panel summarising article content at a glance.",
    "render a summary box"
  ]
}
← Full ARD catalog Try it live →
Deploy your own renderer

The renderer is open source. Deploy your own instance in 4 commands — you own the URL, no dependency on the demo endpoint.

git clone https://github.com/a2uicatalog/a2ui
cd apps-script-surface/gas-schema-renderer
clasp push && clasp deploy
Full deploy guide →