# Further Reading

Displays a curated list of links and references for extending understanding beyond the article.

## Surfaces

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

## Fields

| Field | Type |
|---|---|
| links | array. Objects containing resource titles, URLs, and brief annotations. |

## Example payload

```json
{
  "type": "further_reading",
  "links": [
    {
      "label": "GitHub",
      "url": "https://github.com/a2uicatalog/a2ui"
    }
  ]
}
```

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