> ## Documentation Index
> Fetch the complete documentation index at: https://densify-sync-changelog-2.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Kubex Online Help Documentation

<div className="relative w-full flex items-center justify-center" style={{ height: '26rem', overflow: 'hidden'}}>
  <div id="background-div" className="absolute inset-0 h-full bg-gradient-to-t from-[#164e79] dark:from-[#164e79] to-[#67b7c2] to-[#000000] bg-cover bg-center" />

  <div style={{ position: 'absolute', textAlign: 'center', padding: '0 1rem' }}>
    <div className="text-5xl font-bold w-full mt-12 text-white leading-[1.2] tracking-tight">
      Kubex Documentation
    </div>

    <p className="text-lg text-white max-w-screen-xl mx-auto mt-2 px-4" style={{ fontWeight: '500' }}>
      Feature Descriptions and Product Reference
    </p>

    <div className="w-full max-w-screen-xl mx-auto px-4 flex items-center justify-center">
      <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 className="home_card_container">
  <div
    style={{maxWidth: '70rem', marginLeft: 'auto',
marginRight: 'auto', paddingLeft: '1.25rem',
paddingRight: '1.25rem' }}
  >
    <Columns cols={2}>
      <Card href="/docs-kubex/Content/Kubex/Getting_Started_with_Kubex">
        <img src="https://mintcdn.com/densify-sync-changelog-2/9pVHsN8z2nRn4ANb/images/kubernetes-documentation-icon.png?fit=max&auto=format&n=9pVHsN8z2nRn4ANb&q=85&s=3b37dbe90ab9dfe03e01daa995e1e9b0" alt="Densify Logo" style={{ width: '130px', height: '130px', display: 'block', margin: '0 auto' }} noZoom width="150" height="159" data-path="images/kubernetes-documentation-icon.png" />

        <h3 style={{ textAlign: 'center', fontSize: '1rem', marginTop: '-5px' }}> **Optimizing Resources in Kubernetes Environments**</h3>
      </Card>

      <Card href="/docs-kubex/Content/Cloudex/Getting_Started_with_Cloudex">
        <img src="https://mintcdn.com/densify-sync-changelog-2/y00Qdd_2LtkzW3Wd/images/cloud-documentation-icon.png?fit=max&auto=format&n=y00Qdd_2LtkzW3Wd&q=85&s=422e60a0aefda24d3f7256ecf251d07d" alt="Densify Logo" style={{ width: '130px', height: '130px', display: 'block', margin: '0 auto' }} noZoom width="150" height="159" data-path="images/cloud-documentation-icon.png" />

        <h3 style={{ textAlign: 'center', fontSize: '1rem', marginTop: '-5px' }}> **Optimizing Cloud Resources**</h3>
      </Card>
    </Columns>

    <Columns cols={3}>
      <Card href="/docs-api/WebHelp_Densify_API_Cloud/Content/API_Guide/Introduction" iconType="solid">
        <img src="https://mintcdn.com/densify-sync-changelog-2/y00Qdd_2LtkzW3Wd/images/docs-api/api-documentation-icon.png?fit=max&auto=format&n=y00Qdd_2LtkzW3Wd&q=85&s=988c474ce6302046bba642537243bfc7" alt="Densify Logo" style={{ width: '100px', height: '100px', display: 'block', margin: '0 auto' }} noZoom width="150" height="144" data-path="images/docs-api/api-documentation-icon.png" />

        <h3 style={{ textAlign: 'center', fontSize: '1rem', marginTop: '-5px' }}> **API Documentation**</h3>
      </Card>

      <Card href="/docs/WebHelp_Densify_Cloud/Content/Release_Notes/New_Features_Cloud" iconType="solid">
        <img src="https://mintcdn.com/densify-sync-changelog-2/_QFurq0mJrs1QK9R/images/docs/ReleaseNotes/release-documentation-icon-1.png?fit=max&auto=format&n=_QFurq0mJrs1QK9R&q=85&s=963905fa131988e496b1cdae49d2b02d" alt="Densify Logo" style={{ width: '100px', height: '100px', display: 'block', margin: '0 auto' }} noZoom width="125" height="129" data-path="images/docs/ReleaseNotes/release-documentation-icon-1.png" />

        <h3 style={{ textAlign: 'center', fontSize: '1rem', marginTop: '-5px' }}> **Product Release Notes**</h3>
      </Card>

      <Card href="/docs/WebHelp_Densify_Cloud/Content/Administration/Configuring_External_User_Authentication" iconType="solid">
        <img src="https://mintcdn.com/densify-sync-changelog-2/y00Qdd_2LtkzW3Wd/images/admin-documentation-icon.png?fit=max&auto=format&n=y00Qdd_2LtkzW3Wd&q=85&s=2727c46ebb42afea4266613fc74bd697" alt="Densify Logo" style={{ width: '100px', height: '100px', display: 'block', margin: '0 auto' }} noZoom width="150" height="159" data-path="images/admin-documentation-icon.png" />

        <h3 style={{ textAlign: 'center', fontSize: '1rem', marginTop: '-5px' }}> **Administration**</h3>
      </Card>
    </Columns>
  </div>
</div>
