Key Takeaways

Displays a highlighted summary box containing critical bullet points from an article.

Surfaces
webapps-script-web
Degraded on
SurfaceNote
googlechatOuter borders disappear, presenting as plain bullet lists.
emailBackground gradients and accent borders dropped by standard clients.
Fields
FieldType
pointsarray. Core sentences highlighting the key learnings.required
Example payload
{
  "type": "key_takeaways",
  "points": [
    "First key point",
    "Second key point",
    "Third key point"
  ]
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:key_takeaways",
  "displayName": "Key Takeaways",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/key_takeaways",
  "capabilities": [
    "web",
    "apps-script-web"
  ],
  "description": "Displays a highlighted summary box containing critical bullet points from an article.",
  "representativeQueries": [
    "show a highlighted summary of main conclusions and critical takeaways",
    "displays a highlighted summary box containing critical bullet points from an article.",
    "render a key takeaways"
  ]
}
← 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 →