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

# Examples

> End-to-end recipes that combine integrations, channels, and identity into a working agent.

# Examples

Each recipe below is a complete, opinionated build — which template to start
from, which integrations to connect, which channel to deploy on, and how
identity should work — with links to the detailed setup for each piece. They're
starting points, not the only way; adapt freely.

<CardGroup cols={2}>
  <Card title="IT helpdesk agent" icon="headset" href="/examples/it-helpdesk">
    ServiceNow + Slack, with a knowledge collection for internal runbooks.
  </Card>

  <Card title="HR support agent" icon="user-group" href="/examples/hr-support">
    An HRIS + the web widget, identified by SSO so it can answer personally.
  </Card>

  <Card title="Public anonymous widget" icon="globe" href="/examples/public-widget">
    A no-sign-in help agent on a public site, with the right guardrails.
  </Card>

  <Card title="Intranet on SharePoint" icon="building" href="/examples/sharepoint-intranet">
    The widget on a SharePoint intranet with silent single sign-on.
  </Card>
</CardGroup>
