> ## Documentation Index
> Fetch the complete documentation index at: https://phaseo.app/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Examples

> Apply the C# Agent SDK to common product patterns.

| Pattern            | Combine                                               |
| ------------------ | ----------------------------------------------------- |
| Ticket triage      | preset routing, lookup tools, structured final output |
| Coding review      | repository tools, progress, approval before changes   |
| Research brief     | managed search, streamed text, cost limits            |
| Operations runbook | status tools, escalation, durable continuation        |

Start with one agent, one or two deterministic tools, and explicit approval around side effects.

## Related

* [Build your first agent](./agent-sdk)
* [Tools](./agent-sdk-tools)
* [State and approval](./agent-sdk-state-and-approval)
