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

# Examples

> Learn HoloDesktop CLI through complete workflows.

These examples pick up after installation. They show HoloDesktop CLI doing real desktop work, observing the result, and using that evidence to decide what to do next.

## Start here

<CardGroup cols={2}>
  <Card title="Find and fix a UI bug with Claude Code" href="/holo-desktop-cli/examples/claude-code-ui-qa" cta="Run example">
    Use HoloDesktop CLI through MCP so Claude Code can test a running app, inspect a failure, patch the source, and verify the fix.
  </Card>

  <Card title="Automate an expense report from the CLI" href="/holo-desktop-cli/examples/expense-report-automation" cta="Run example">
    Run HoloDesktop CLI directly from the command line to read receipts, update a spreadsheet, draft an email, and verify the result.
  </Card>
</CardGroup>
