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

# Help Center

export function openSearch() {
  document.getElementById('search-bar-entry').click();
}

<div className="relative w-full flex items-left justify-start max-w-8xl mx-auto" style={{ padding: '3rem', flexDirection: 'column', gap: '4.5rem'}}>
  <div className="flex" style={{gap: '1.5rem', flexDirection: 'column'}}>
    <div style={{ display: 'flex', flexDirection: 'column', gap: '.25rem'}}>
      <div
        className="flex text-primary dark:text-gray-200"
        style={{
  fontWeight: '400',
  fontSize: '14px',
  margin: '0',
  flexDirection: 'row',
  alignItems: 'center'
  }}
      >
        <div
          style={{
      width: '10px',
      height: '10px',
      borderRadius: '50%',
      marginRight: '8px',
      display: 'inline-block',
      backgroundColor: 'currentColor'
    }}
        />

        Welcome
      </div>

      <div
        className="text-primary dark:text-gray-200"
        style={{
  fontWeight: '500',
  fontSize: '48px',
  margin: '0',
  }}
      >
        How can we help?
      </div>
    </div>

    <div className="flex">
      <button
        type="button"
        className="w-full flex items-center text-sm leading-6 rounded-lg py-4 pl-2.5 pr-3 shadow-sm text-gray-400 dark:text-white/50 bg-background-light dark:bg-background-dark dark:brightness-[1.1] dark:ring-1 dark:hover:brightness-[1.25] ring-1 ring-gray-400/20 hover:ring-gray-600/25 dark:ring-gray-600/30 dark:hover:ring-gray-500/30 focus:outline-primary"
        id="home-search-entry"
        style={{
     marginTop: '0rem',
     maxWidth: '36rem',
    }}
        onClick={openSearch}
      >
        <svg
          className="h-4 w-4 ml-1.5 mr-3 flex-none bg-gray-500 hover:bg-gray-600 dark:bg-white/50 dark:hover:bg-white/70"
          style={{
      maskImage:
        'url("https://mintlify.b-cdn.net/v6.5.1/solid/magnifying-glass.svg")',
      maskRepeat: 'no-repeat',
      maskPosition: 'center center',
      marginRight: '1rem'
      }}
        />

        How do I move my cap table...
      </button>
    </div>

    <div className="flex items-center justify-center" />
  </div>

  <div style={{ display: 'flex', flexDirection: 'column', gap: '1rem'}}>
    <div
      className="flex text-primary dark:text-primary"
      style={{
    fontWeight: '400',
    fontSize: '18px',
    margin: '0',
  }}
    >
      Browse content
    </div>

    <CardGroup cols={3}>
      <Card title="Equity" img="https://mintcdn.com/angellist-4f008ccd/k_lk6PoKpw84Myn-/images/home/equity.png?fit=max&auto=format&n=k_lk6PoKpw84Myn-&q=85&s=be8395c67897fb964b984c9890f1f86e" href="equity/" vertical width="1028" height="686" data-path="images/home/equity.png">
        Manage your startup’s greatest asset, your equity
      </Card>

      <Card title="Raise" img="https://mintcdn.com/angellist-4f008ccd/k_lk6PoKpw84Myn-/images/home/raise.png?fit=max&auto=format&n=k_lk6PoKpw84Myn-&q=85&s=23244706540c5b9dacfa653b5f0e149f" href="/raise/" vertical width="1028" height="686" data-path="images/home/raise.png">
        Launch your round or RUV, close investors, and collect capital
      </Card>

      {/* <Card title="Compliance" img="/images/home/compliance.png" href="/stakeholders/overview" vertical>
                Stay compliant with 409A valuations, stock based compensation, ISO/NSO, and more
                </Card> */}

      <Card title="Platform" img="https://mintcdn.com/angellist-4f008ccd/k_lk6PoKpw84Myn-/images/home/incorporation.png?fit=max&auto=format&n=k_lk6PoKpw84Myn-&q=85&s=4ecfe8e7b31e9670383fad12e3524dfd" href="/platform/" vertical width="1028" height="686" data-path="images/home/incorporation.png">
        Accounts, login, billing, etc.
      </Card>
    </CardGroup>
  </div>
</div>
