# Follow Cta

Renders a banner encouraging readers to connect with official social channels.

## Surfaces

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

## Fields

| Field | Type |
|---|---|
| message | string. Promotional copy driving user interactions. |
| platform_links | object. Platform name keys mapped to target URLs. |

## Example payload

```json
{
  "type": "follow_cta",
  "message": 1,
  "platform_links": "https://example.com"
}
```

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