Follow Up Chips

A row of tappable suggestion chips placed at the end of a response or slide, prompting the user with pre-written follow-up questions or actions. Each chip fires its text as a new user message when clicked.

Surfaces
webmeet-stage ⚠apps-script-web
Degraded on
SurfaceNote
meet-stageChips render correctly; click actions need stage WebSocket routing to produce AI responses
Fields
FieldType
items{'type': 'array', 'description': "List of suggestion strings. e.g. ['What's the ROI?', 'Show me by region', 'Compare to last year']."}required
labelstring. Small heading above the chips. e.g. 'You might also ask:'optional
Example payload
{
  "type": "follow_up_chips",
  "items": [
    {
      "label": "Item 1"
    },
    {
      "label": "Item 2"
    }
  ]
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:follow_up_chips",
  "displayName": "Follow Up Chips",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/follow_up_chips",
  "capabilities": [
    "web",
    "meet-stage",
    "apps-script-web"
  ],
  "description": "A row of tappable suggestion chips placed at the end of a response or slide, prompting the user with pre-written follow-up questions or actions. Each chip fires its text as a new user message when clicked.",
  "representativeQueries": [
    "show a clickable follow-up suggestion chips",
    "a row of tappable suggestion chips placed at the end of a response or slide, prompting the user with",
    "render a follow up chips"
  ]
}
← 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 →