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

# Welcome to Hazel Documentation

<div className="relative overflow-hidden" style={{ backgroundImage:"url(\"/images/ALTRUIST_CLOUDS_FLOOR.webp\")",backgroundSize:"cover",backgroundPosition:"center 20%",backgroundRepeat:"no-repeat" }}>
  <div className="absolute inset-0 bg-gradient-to-b from-black/10 via-black/30 to-black/50" />

  <div className="relative max-w-5xl mx-auto px-6 pt-32 pb-16">
    <div className="text-center">
      <h1 className="text-5xl md:text-6xl font-bold tracking-tight text-white mb-6">
        Hazel Help Center
      </h1>

      <p className="text-xl text-white max-w-2xl mx-auto">
        Everything you need to get started, master features, and get the most out of your AI assistant for wealth advisors.
      </p>

      {/* Search Bar */}

      <div className="flex items-center justify-center w-full">
        <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 mt-8 max-w-[36rem] bg-white shadow-[0px_1px_4px_0px_rgba(8,9,10,0.25),0px_0px_0px_4px_rgba(255,255,255,0.20)] cursor-pointer text-left" id="home-search-entry" onClick={()=> document.getElementById('search-bar-entry-mobile').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 mr-2"
            style={{
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>

<div className="max-w-5xl mx-auto px-6 pt-16 mb-16">
  <div className="flex items-center gap-3 mb-6">
    <h3 className="text-2xl font-bold text-gray-900 dark:text-white">
      Quick Start
    </h3>
  </div>

  <CardGroup cols={4}>
    <Card title="Overview" icon="book-open" href="/guides/getting-started/introduction">
      Learn what Hazel can do
    </Card>

    <Card title="Onboarding" icon="flag" href="/guides/getting-started/onboarding">
      Get set up in minutes
    </Card>

    <Card title="Team Setup" icon="users" href="/guides/settings/members/roles-and-permissions">
      Invite your team members
    </Card>

    <Card title="Security" icon="shield-check" href="/guides/help/privacy-and-security/privacy-and-security">
      Privacy and data protection
    </Card>
  </CardGroup>
</div>

<div className="max-w-5xl mx-auto px-6 mb-16">
  <div className="flex items-center gap-3 mb-6">
    <h3 className="text-2xl font-bold text-gray-900 dark:text-white">
      Core Features
    </h3>
  </div>

  <div className="grid grid-cols-1 md:grid-cols-2 gap-6">
    {/* Ask Hazel */}

    <div className="bg-white dark:bg-transparent rounded-2xl border border-gray-200 dark:border-gray-700 p-6">
      <div className="flex items-center gap-3 mb-4">
        <div className="w-10 h-10 bg-[#8cc2e7]/70 dark:bg-[#8cc2e7]/70 rounded-xl flex items-center justify-center">
          <Icon icon="message" size={20} />
        </div>

        <h3 className="text-lg font-semibold text-gray-900 dark:text-white">
          Ask Hazel (Chat)
        </h3>
      </div>

      <div className="space-y-2">
        <a href="/guides/ask-hazel-chat/overview" className="flex items-center justify-between py-2 px-3 rounded-lg hover:bg-gray-50 dark:hover:bg-gray-700/50 transition-colors group">
          <span className="text-gray-700 dark:text-gray-300">
            How Hazel can help you
          </span>

          <Icon icon="arrow-right" size={14} />
        </a>

        <a href="/resources/prompt-library/ask-hazel" className="flex items-center justify-between py-2 px-3 rounded-lg hover:bg-gray-50 dark:hover:bg-gray-700/50 transition-colors group">
          <span className="text-gray-700 dark:text-gray-300">
            Prompts to get started
          </span>

          <Icon icon="arrow-right" size={14} />
        </a>

        <a href="/guides/ask-hazel-chat/best-practices" className="flex items-center justify-between py-2 px-3 rounded-lg hover:bg-gray-50 dark:hover:bg-gray-700/50 transition-colors group">
          <span className="text-gray-700 dark:text-gray-300">
            Best practices
          </span>

          <Icon icon="arrow-right" size={14} />
        </a>

        <a href="/guides/help/faq" className="flex items-center justify-between py-2 px-3 rounded-lg hover:bg-gray-50 dark:hover:bg-gray-700/50 transition-colors group">
          <span className="text-gray-700 dark:text-gray-300">
            Ask Hazel FAQ
          </span>

          <Icon icon="arrow-right" size={14} />
        </a>
      </div>
    </div>

    {/* Email Assistant */}

    <div className="bg-white dark:bg-transparent rounded-2xl border border-gray-200 dark:border-gray-700 p-6">
      <div className="flex items-center gap-3 mb-4">
        <div className="w-10 h-10 bg-[#8cc2e7]/70 dark:bg-[#8cc2e7]/70 rounded-xl flex items-center justify-center">
          <Icon icon="envelope" size={20} />
        </div>

        <h3 className="text-lg font-semibold text-gray-900 dark:text-white">
          Email Assistant
        </h3>
      </div>

      <div className="space-y-2">
        <a href="/guides/email-assistant/overview" className="flex items-center justify-between py-2 px-3 rounded-lg hover:bg-gray-50 dark:hover:bg-gray-700/50 transition-colors group">
          <span className="text-gray-700 dark:text-gray-300">
            Overview
          </span>

          <Icon icon="arrow-right" size={14} />
        </a>

        <a href="/guides/email-assistant/setting-up-your-email" className="flex items-center justify-between py-2 px-3 rounded-lg hover:bg-gray-50 dark:hover:bg-gray-700/50 transition-colors group">
          <span className="text-gray-700 dark:text-gray-300">
            Setting up your Email
          </span>

          <Icon icon="arrow-right" size={14} />
        </a>

        <a href="/guides/help/troubleshooting" className="flex items-center justify-between py-2 px-3 rounded-lg hover:bg-gray-50 dark:hover:bg-gray-700/50 transition-colors group">
          <span className="text-gray-700 dark:text-gray-300">
            Troubleshooting
          </span>

          <Icon icon="arrow-right" size={14} />
        </a>

        <a href="/guides/help/faq" className="flex items-center justify-between py-2 px-3 rounded-lg hover:bg-gray-50 dark:hover:bg-gray-700/50 transition-colors group">
          <span className="text-gray-700 dark:text-gray-300">
            Email FAQ
          </span>

          <Icon icon="arrow-right" size={14} />
        </a>
      </div>
    </div>

    {/* Meeting Assistant */}

    <div className="bg-white dark:bg-transparent rounded-2xl border border-gray-200 dark:border-gray-700 p-6">
      <div className="flex items-center gap-3 mb-4">
        <div className="w-10 h-10 bg-[#8cc2e7]/70 dark:bg-[#8cc2e7]/70 rounded-xl flex items-center justify-center">
          <Icon icon="video" size={20} />
        </div>

        <h3 className="text-lg font-semibold text-gray-900 dark:text-white">
          Meeting Assistant
        </h3>
      </div>

      <div className="space-y-2">
        <a href="/guides/meeting-assistant/overview/how-it-works" className="flex items-center justify-between py-2 px-3 rounded-lg hover:bg-gray-50 dark:hover:bg-gray-700/50 transition-colors group">
          <span className="text-gray-700 dark:text-gray-300">
            Meetings Overview
          </span>

          <Icon icon="arrow-right" size={14} />
        </a>

        <a href="/guides/meeting-assistant/preparing-for-a-meeting" className="flex items-center justify-between py-2 px-3 rounded-lg hover:bg-gray-50 dark:hover:bg-gray-700/50 transition-colors group">
          <span className="text-gray-700 dark:text-gray-300">
            Preparing for a Meeting
          </span>

          <Icon icon="arrow-right" size={14} />
        </a>

        <a href="/guides/meeting-assistant/debriefing-a-meeting" className="flex items-center justify-between py-2 px-3 rounded-lg hover:bg-gray-50 dark:hover:bg-gray-700/50 transition-colors group">
          <span className="text-gray-700 dark:text-gray-300">
            Debriefing a Meeting
          </span>

          <Icon icon="arrow-right" size={14} />
        </a>

        <a href="/guides/help/troubleshooting" className="flex items-center justify-between py-2 px-3 rounded-lg hover:bg-gray-50 dark:hover:bg-gray-700/50 transition-colors group">
          <span className="text-gray-700 dark:text-gray-300">
            Troubleshooting
          </span>

          <Icon icon="arrow-right" size={14} />
        </a>
      </div>
    </div>

    {/* Integrations */}

    <div className="bg-white dark:bg-transparent rounded-2xl border border-gray-200 dark:border-gray-700 p-6">
      <div className="flex items-center gap-3 mb-4">
        <div className="w-10 h-10 bg-[#8cc2e7]/70 dark:bg-[#8cc2e7]/70 rounded-xl flex items-center justify-center">
          <Icon icon="code-merge" size={20} />
        </div>

        <h3 className="text-lg font-semibold text-gray-900 dark:text-white">
          Integrations
        </h3>
      </div>

      <div className="space-y-2">
        <a href="/guides/integrations/overview" className="flex items-center justify-between py-2 px-3 rounded-lg hover:bg-gray-50 dark:hover:bg-gray-700/50 transition-colors group">
          <span className="text-gray-700 dark:text-gray-300">
            Hazel's Integrations
          </span>

          <Icon icon="arrow-right" size={14} />
        </a>

        <a href="/guides/integrations/custodians/altruist" className="flex items-center justify-between py-2 px-3 rounded-lg hover:bg-gray-50 dark:hover:bg-gray-700/50 transition-colors group">
          <span className="text-gray-700 dark:text-gray-300">
            Altruist Custodial Integration
          </span>

          <Icon icon="arrow-right" size={14} />
        </a>
      </div>
    </div>
  </div>
</div>
