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

# Use

> Integrate your agent hosted on sb0 with your application

Congratulations on deploying your agent to the sb0 platform! Now that your agent is live, you can easily integrate it into your app.

<CardGroup cols={2}>
  <Card title="sb0 Vercel AI SDK Provider" icon="toolbox" href="https://www.npmjs.com/package/@sb0/vercel-ai-sdk-provider">
    For easy integration with frontends and other clients
  </Card>

  <Card title="Sample chat UI" icon="browser" href="https://github.com/terminal-use/sb0-chat-ui">
    Scaffold a new agent project and understand its structure
  </Card>
</CardGroup>
