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

# Examples

> Reference implementations you can clone and adapt.

Use these examples to accelerate your Akapulu Labs integration.

## Web SDK examples

Standalone apps (Vite + Express) that show how to run a conversation with the [Akapulu Labs Web SDK](/web-sdk/overview). Pick one as a starting point for your own UI.

<CardGroup cols={3}>
  <Card title="Prebuilt UI" icon="message" href="/examples/web-sdk/prebuilt-ui">
    Minimal `AkapuluConversation` — the fastest path to a working call.
  </Card>

  <Card title="Prebuilt UI (styled)" icon="palette" href="/examples/web-sdk/prebuilt-ui-styled">
    Dark theme, custom tool toasts, and a post-call review screen.
  </Card>

  <Card title="Customized UI" icon="layout" href="/examples/web-sdk/customized-ui">
    A fully custom call surface built from `@akapulu/react` hooks + Daily.
  </Card>
</CardGroup>

## Example scenarios

Scenario tutorials you can recreate in the dashboard and pair with any of the Web SDK examples above.

<CardGroup cols={2}>
  <Card title="Healthcare Intake & Scheduling" icon="heart-pulse" href="/examples/scenarios/healthcare-intake-scheduling">
    End-to-end intake flow with booking, endpoint actions, and RAG-based clinic Q\&A.
  </Card>

  <Card title="Sales Roleplay Training" icon="handshake" href="/examples/scenarios/sales-roleplay-training">
    An avatar plays a named prospect across a full discovery call, then branches on whether the rep meets the close criteria.
  </Card>
</CardGroup>

## GitHub

* [prebuilt-ui](https://github.com/Akapulu/prebuilt-ui)
* [prebuilt-ui-styled](https://github.com/Akapulu/prebuilt-ui-styled)
* [customized-ui](https://github.com/Akapulu/customized-ui)
* [healthcare-intake-scheduling](https://github.com/Akapulu/healthcare-intake-scheduling)
