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

# Webless documentation

> Launch AI search, connected support, and data workflows across your website.

<Callout icon="sparkles" color="#5B21F5">
  Use this site to launch Webless on your website, connect downstream tools, and
  build custom search experiences when you need more control.
</Callout>

# Turn your website into an answer surface

Webless helps you add AI-powered search, guided discovery, analytics, and
support handoff flows without rebuilding your full site experience.

<Columns cols={3}>
  <Card title="Launch the site tag" icon="rocket" href="/guides/tag-installation">
    Install the standard Webless tag in your global template and verify it
    across your site.
  </Card>

  <Card title="Build a custom frontend" icon="square-terminal" href="/guides/custom-frontend">
    Coordinate REST calls and WebSocket streaming with a single request flow.
  </Card>

  <Card title="Export data" icon="database" href="/guides/export-data">
    Pull analytics data with the Data API and download the final result file.
  </Card>

  <Card title="Set up human handoff" icon="headset" href="/integrations/human-handoff">
    Route visitor conversations to Slack, Microsoft Teams, or Webex Contact
    Center.
  </Card>

  <Card title="Send events to Clay" icon="webhook" href="/integrations/clay-webhooks">
    Flatten batched events into rows for enrichment and analysis.
  </Card>

  <Card title="Set up SSO" icon="shield-check" href="/integrations/okta-saml">
    Configure Okta SAML for your Webless workspace.
  </Card>
</Columns>

## What Webless connects

```mermaid theme={null}
flowchart LR
  site["Your website"] --> launch["Webless tag or custom frontend"]
  launch --> search["Search, answers, tiles, and CTAs"]
  search --> analytics["Webless analytics events"]
  analytics --> handoff["Human handoff"]
  handoff --> slack["Slack"]
  handoff --> teams["Microsoft Teams"]
  handoff --> webex["Webex Contact Center"]
  analytics --> clay["Clay webhook workflows"]
  analytics --> export["Data export API"]
```

## Choose your path

<Tabs>
  <Tab title="Website teams">
    Start with the hosted tag if you want the fastest rollout.

    * Install the core experience with [Install the Webless tag](/guides/tag-installation).
    * Pass existing lead capture into Webless with [Embed forms in Webless](/guides/embedded-forms).
    * Track lifecycle events with [Listen to Webless analytics events](/guides/event-listeners).
  </Tab>

  <Tab title="Product teams">
    Use the backend APIs when you want to own the UI and orchestration.

    * Follow [Build a custom frontend](/guides/custom-frontend) for the complete request flow.
    * Track lifecycle events with [Listen to Webless analytics events](/guides/event-listeners).
  </Tab>

  <Tab title="Ops teams">
    Connect Webless to the systems that help your team respond and report.

    * Route conversations to a person with [Set up human handoff](/integrations/human-handoff).
    * Push batched events into Clay with [Send events to Clay](/integrations/clay-webhooks).
    * Configure SAML with [Set up SAML SSO with Okta](/integrations/okta-saml).
    * Export historical data with [Export analytics data](/guides/export-data).
  </Tab>
</Tabs>

<Info>
  Use the exact script URL, company identifier, tag IDs, provider IDs, and API
  keys that Webless provisions for your account. Several source guides use
  example values.
</Info>
