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

# LevelBlue Documentation

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

<div className="relative w-full flex items-center justify-center" style={{ height: '24rem', overflow: 'hidden'}}>
  <div id="background-div" class="absolute inset-0" style={{backgroundImage: "url('https://mintlify-assets.b-cdn.net/attback.png')", backgroundSize: '100%', backgroundPosition: 'center', height: "24rem"}} />

  <div style={{ position: 'absolute', textAlign: 'center', padding: '0 1rem', width: '90%'}}>
    <div
      className="text-white dark:text-gray-200"
      style={{
   fontWeight: '700',
   fontSize: '50px',
   margin: '0',
  }}
    >
      Welcome to LevelBlue Docs!
    </div>

    <p
      className="prose text-white dark:prose-invert"
      style={{
    marginTop: '1rem',
   fontWeight: '400',
   fontSize: '16px',
  }}
    >
      Learn how to get started with LevelBlue
    </p>

    <div className="flex items-center justify-center" style={{ width: '100%' }}>
      <button
        type="button"
        className="hidden w-full lg:flex items-center text-sm leading-6 py-1.5 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 border border-gray-100"
        id="home-search-entry"
        style={{
    marginTop: '2rem',
    width: '40%',
    padding: '0.4rem',
  }}
        onClick={openSearch}
      >
        <svg
          className="h-4 w-4 ml-1.5 flex-none bg-gray-500 hover:bg-gray-600 dark:bg-white/50 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 className="flex items-center justify-center">
      <a style={{ marginTop: '2rem' }} href="/documentation/usm-anywhere" className="text-white text-sm font-medium flex items-center">
        Explore the docs

        <svg xmlns="http://www.w3.org/2000/svg" className="h-4 w-4 inline-block ml-1" viewBox="0 0 20 20" fill="currentColor">
          <path fillRule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clipRule="evenodd" />
        </svg>
      </a>
    </div>
  </div>
</div>

<div
  style={{
marginTop: '0rem',
marginBottom: '8rem',
maxWidth: '70rem',
marginLeft: 'auto',
marginRight: 'auto',
paddingLeft: '1.25rem',
paddingRight: '1.25rem'
}}
>
  <h2
    className="text-gray-900 dark:text-gray-200 text-center"
    style={{
  marginTop: '2rem',
  marginBottom: '1rem',
  fontWeight: '300',
  fontSize: '1.5rem'
}}
  >
    Get started with tools and <span className="text-primary dark:text-primary-light">guides</span>
  </h2>

  <CardGroup cols={4}>
    <Card title="USM Anywhere™" icon="globe" iconType="solid" href="/documentation/usm-anywhere">
      Cloud-based security monitoring platform that unifies threat detection, incident response, and compliance across all environments
    </Card>

    <Card title="USM Central™" icon="server" iconType="solid" href="/documentation/usm-central">
      Unified security monitoring console for MSPs and enterprises to manage multiple USM deployments, enabling centralized threat detection across cloud and on-prem environments
    </Card>

    <Card title="LevelBlue™ TDR for Gov" icon="shield-halved" iconType="solid" href="/documentation/tdr-for-gov">
      FedRAMP-authorized threat detection platform for government, based on USM, deployed on AWS GovCloud with Moderate ATO
    </Card>

    <Card title="Automated Policy Manager" icon="shield-halved" iconType="solid" href="/documentation/policy-manager/overview">
      Network security platform that enables interaction with firewalls from multiple vendors in a consistent and intuitive manne
    </Card>
  </CardGroup>
</div>
