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

# Home

> Guides for configuring Clearline workspaces, channels, inboxes, appointments, web chat, contacts, and outbound campaigns.

<div data-product-guide-index className="flex w-full flex-col gap-8 max-w-5xl mx-auto px-4 md:px-8 lg:px-12 py-10 lg:gap-14 lg:py-16">
  <div className="flex max-w-[540px] flex-col gap-2 self-center text-center">
    <h1 className="text-[30px] font-medium leading-9 tracking-tight text-gray-900 dark:text-gray-50">
      Clearline Guide
    </h1>

    <p className="text-balance text-base leading-relaxed tracking-tight text-gray-600 dark:text-gray-400">
      Everything you need to set up, configure, and get the most out of the Clearline platform.
    </p>
  </div>

  <div className="grid grid-cols-1 gap-4 sm:grid-cols-2">
    <Card title={<span className="product-guide-feature-card-title">What is Clearline</span>} icon="info" href="/what-is-clearline" className="product-guide-feature-card" size={64}>
      <span className="product-guide-feature-card-description">Learn what Clearline is and who it's built for.</span>
    </Card>

    <Card title="Set up your first inbox" icon="inbox" href="/inbox/create-inbox">
      Create a shared inbox, add channels, and configure agent behavior.
    </Card>

    <Card title="Set up channels" icon="radio" href="/settings/channels">
      Add phone numbers and email domains so your inboxes can send and receive.
    </Card>
  </div>

  <hr className="border-0 border-t border-border" />

  <div className="flex flex-col gap-4">
    <h2 className="text-xl font-medium leading-normal text-gray-900 dark:text-gray-50">Common tasks</h2>

    <div className="grid grid-cols-1 gap-4 sm:grid-cols-2">
      <Card title="Configuring web chat" icon="message-circle" href="/web-chat/overview">
        Embed, customize, and add pre-chat questions to your web chat widget.
      </Card>

      <Card title="Workspace settings" icon="settings" href="/settings/workspace">
        Set workspace identity, regional settings, business hours, and agent defaults.
      </Card>

      <Card title="Call overview" icon="phone-call" href="/calls">
        See how Clearline handles inbound and outbound voice calls.
      </Card>

      <Card title="CRM overview" icon="contact" href="/crm-contacts/overview">
        Manage contacts, opportunities, and tasks across your workspace.
      </Card>

      <Card title="Set up your first outbound campaign" icon="message-square-share" href="/outbound/create-campaign">
        Create a campaign, build a sequence, and add recipients.
      </Card>

      <Card title="Add to your knowledge base" icon="book-open" href="/settings/knowledge-base">
        Give the agent facts it can use to answer questions accurately.
      </Card>
    </div>
  </div>
</div>
