docs/introduction/how-to-use.md
Choose the integration path that matches your role and use case.
Integrate A2UI rendering into your existing app or build a new agent-powered frontend.
Choose a renderer:
Quick setup:
For Angular:
npm install @a2ui/angular @a2ui/web-lib
For React:
npm install @a2ui/react @a2ui/web-lib
Connect to agent messages (SSE, WebSockets, or A2A) and customize styling to match your brand.
Next: Client Setup Guide | Theming
Create an agent that generates A2UI responses for any compatible client.
Choose your framework:
Include the A2UI schema in your LLM prompts, generate JSONL messages, and stream to clients over SSE, WebSockets, or A2A.
Next: Agent Development Guide
Use A2UI through frameworks with built-in support: