> ## 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.

# Quickstart

> Go live with Webless in 30 minutes using the smallest set of decisions

## Launch checklist

<Steps>
  <Step title="Choose your launch path" icon="split">
    Pick the smallest integration that fits your needs.

    <Columns cols={2}>
      <Card title="Hosted tag" icon="plug" href="/guides/tag-installation">
        Use the hosted Webless script if you want Webless to render the experience
        inside your site.
      </Card>

      <Card title="Custom frontend" icon="square-terminal" href="/guides/custom-frontend">
        Use the backend APIs if you want to build your own UI around search,
        summaries, suggestions, and CTAs.
      </Card>
    </Columns>
  </Step>

  <Step title="Verify the browser experience" icon="search">
    Open your website and confirm the Webless experience appears where you
    expect it.

    * Check that the script loads successfully.
    * Check that no console errors appear.
  </Step>

  <Step title="Add optional workflows" icon="workflow">
    Expand the rollout only after the core experience works.

    * Add [embedded forms](/guides/embedded-forms).
    * Send [events to Clay](/integrations/clay-webhooks).
    * Configure [Okta SAML](/integrations/okta-saml).
    * Set up [data export](/guides/export-data).
  </Step>

  <Step title="Hand off go-live details" icon="send">
    Share the final information Webless needs to finish provisioning.

    * Your production website URL
    * Any Clay webhook URL
    * Your Okta metadata and group mappings
    * Any console errors or screenshots if something does not load
  </Step>
</Steps>

## Before you ask for help

* Capture the full script URL you deployed.
* Capture the page URL where the issue happens.
* Capture a screenshot of the browser console if an error appears.
