> ## Documentation Index
> Fetch the complete documentation index at: https://help.rollups.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'
      }}
        />

        Where do I find the closing documents...
      </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="Roll Up Vehicles" img="https://mintcdn.com/rollups-help/7KKuOInK13Zo22ky/images/home/compliance.png?fit=max&auto=format&n=7KKuOInK13Zo22ky&q=85&s=ad14def24fdebb8ec5c8d9b085200a01" href="/ruv/" vertical width="1028" height="686" data-path="images/home/compliance.png">
        Use a Roll Up Vehicle to efficiently raise capital from multiple investors.
      </Card>

      <Card title="Consolidation Vehicles" img="https://mintcdn.com/rollups-help/7KKuOInK13Zo22ky/images/home/equity.png?fit=max&auto=format&n=7KKuOInK13Zo22ky&q=85&s=88f3dab5a1148e3d79b42ee07f1daf03" href="/consolidate/" vertical width="1028" height="686" data-path="images/home/equity.png">
        Make future rounds or acquisitions simpler with a cleaner cap table.
      </Card>

      <Card title="ControlOS" img="https://mintcdn.com/rollups-help/7KKuOInK13Zo22ky/images/home/incorporation.png?fit=max&auto=format&n=7KKuOInK13Zo22ky&q=85&s=ecaf3e37cd95f4dc1721170d90991e11" href="/control-os/" vertical width="1028" height="686" data-path="images/home/incorporation.png">
        Monitor, manage, and control secondary market activity.
      </Card>
    </CardGroup>
  </div>
</div>
