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

# Avoca Docs

<div className="relative w-full flex items-center justify-center" style={{ height: '20rem', overflow: 'hidden'}}>
  <div id="background-div" className="absolute inset-0 h-full bg-[#00000000] bg-cover bg-center" />

  <div id="background-div" className="absolute inset-0 h-full bg-cover bg-center" />

  <div style={{ position: 'absolute', textAlign: 'center', padding: '0 1rem' }}>
    <div className="text-6xl font-bold w-full mt-12 leading-[1.2] tracking-tight text-[#1c2027] dark:text-white">
      Avoca Help Center
    </div>

    <p className="text-lg" style={{  fontWeight: '500' , maxWidth: '40rem', margin: '0 auto', marginTop: '0.5rem'}}>
      Get answers on configuring your AI phone assistant, booking windows, capacity planning, Coach rubrics, and ServiceTitan integration—all in one place.
    </p>

    <div className="flex items-center justify-center" style={{ maxWidth: '800px', margin: '0 auto' }}>
      <button
        type="button"
        className="hidden w-full lg:flex items-center text-sm leading-6 py-4 pl-4 pr-4 text-gray-500 rounded-full"
        id="home-search-entry"
        style={{
      marginTop: '2rem',
      maxWidth: '40rem',
      background: '#FFF',
      boxShadow: '0px 1px 4px 0px rgba(8, 9, 10, 0.25), 0px 0px 0px 4px rgba(255, 255, 255, 0.20)',
      cursor: 'pointer',
      textAlign: 'left',
    }}
        onClick={()=> document.getElementById('search-bar-entry').click()}
      >
        <svg
          className="h-4 w-4 ml-1.5 flex-none bg-primary hover:bg-gray-600 dark:bg-primary-dark dark:hover:bg-white/70"
          style={{
      marginRight: '0.5rem',
      maskImage:
        'url("https://mintlify.b-cdn.net/v6.5.1/solid/magnifying-glass.svg")',
      maskRepeat: 'no-repeat',
      maskPosition: 'center center',
      }}
        />

        Search or ask...
      </button>
    </div>
  </div>
</div>

<div
  style={{marginTop: '2rem', marginBottom: '8rem', maxWidth: '70rem', marginLeft: 'auto',
marginRight: 'auto', paddingLeft: '1.25rem',
paddingRight: '1.25rem' }}
>
  <CardGroup cols={3}>
    <Card title="Best Practices" icon="star" href="/best-practices" iconType="solid">
      Go-live tips, transfer best practices, disclosure, and follow-up for Avoca calls.
    </Card>

    <Card title="Coach" icon="graduation-cap" href="/coach" iconType="solid">
      Set up rubrics, auto-reclassification, KPIs, and invite managers and CSRs.
    </Card>

    <Card title="Outbound" icon="paper-plane" href="/outbound" iconType="solid">
      SMS campaigns, use cases, workflows, audiences, and compliance approvals.
    </Card>

    <Card title="Responder" icon="headset" href="/responder" iconType="solid">
      Service areas, fees, rulesets, transfer destinations, and user access.
    </Card>

    <Card title="ServiceTitan" icon="wrench" href="/servicetitan" iconType="solid">
      Integration, capacity, holidays, tags, and on-call shifts.
    </Card>

    <Card title="Simple Scheduler" icon="calendar-days" href="/simple-scheduler" iconType="solid">
      Add booking to your site and configure UTM tracking.
    </Card>

    <Card title="Speed to Lead" icon="bolt" href="/speed-to-lead" iconType="solid">
      Connect Thumbtack, Angi, and Google Local Services Ads.
    </Card>

    <Card title="Dashboard" icon="chart-line" href="/dashboard" iconType="solid">
      Booking windows, business information, members, and call review.
    </Card>

    <Card title="New Dashboard" icon="rocket" href="/new-dashboard" iconType="solid">
      Redesigned dashboard with streamlined navigation, command palette, and AI chat.
    </Card>

    <Card title="Settings" icon="gear" href="/settings" iconType="solid">
      Appointment and service type guidance for your AI.
    </Card>
  </CardGroup>
</div>
