# Document Link

Renders a clickable link to a document (e.g., PDF, DOCX), often with

## Surfaces

web, google-meet-stage, google-chat, email, pdf, google-apps-script-web, mcp-apps

## Fields

| Field | Type |
|---|---|
| document_url | string |
| label | string |
| icon_type | string |

## Example payload

```json
{
  "type": "document_link",
  "document_url": "https://example.com",
  "label": "Document Link",
  "icon_type": "star"
}
```

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