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

# C1 documentation

<div className="min-h-screen">
  <div className="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 pt-32 pb-16 relative">
    <div className="text-center">
      <h1 className="text-5xl sm:text-6xl lg:text-7xl font-bold tracking-tight text-slate-900 dark:text-white mb-3 pb-1">
        C1 docs
      </h1>

      <p className="mt-6 text-xl text-slate-600 dark:text-slate-300 max-w-2xl mx-auto leading-relaxed">
        Everything you need to configure, extend, and get the most out of C1.
      </p>

      <div className="flex items-center justify-center" style={{ maxWidth: '800px', margin: '0 auto' }}>
        <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',
        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="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 pb-24">
    <div className="text-center mb-8">
      <h2 className="text-3xl sm:text-4xl font-bold text-slate-900 dark:text-white">
        Explore our docs
      </h2>
    </div>

    <div className="grid md:grid-cols-2 lg:grid-cols-2 gap-8">
      {/* Feature Card 1 */}

      <div className="group rounded-xl p-8 border border-slate-200 dark:border-slate-800 hover:shadow-xl transition-all duration-300" style={{ '--hover-border': '#1e5f67' }} onMouseEnter={(e) => e.currentTarget.style.borderColor = '#1e5f67'} onMouseLeave={(e) => e.currentTarget.style.borderColor = ''}>
        <div className="w-12 h-12 bg-[#e0f4f4] dark:bg-[#0d3338] rounded-lg flex items-center justify-center mb-4 group-hover:scale-110 transition-transform">
          <svg className="w-6 h-6" style={{ color: '#1e5f67' }} viewBox="0 0 24 24" fill="currentColor">
            <title>Products</title>

            <path d="M9.813 15.904L9 18.75l-.813-2.846a4.5 4.5 0 00-3.09-3.09L2.25 12l2.846-.813a4.5 4.5 0 003.09-3.09L9 5.25l.813 2.846a4.5 4.5 0 003.09 3.09L15.75 12l-2.846.813a4.5 4.5 0 00-3.09 3.09zM18.259 8.715L18 9.75l-.259-1.035a3.375 3.375 0 00-2.455-2.456L14.25 6l1.036-.259a3.375 3.375 0 002.455-2.456L18 2.25l.259 1.035a3.375 3.375 0 002.456 2.456L21.75 6l-1.035.259a3.375 3.375 0 00-2.456 2.456zM16.894 20.567L16.5 21.75l-.394-1.183a2.25 2.25 0 00-1.423-1.423L13.5 18.75l1.183-.394a2.25 2.25 0 001.423-1.423l.394-1.183.394 1.183a2.25 2.25 0 001.423 1.423l1.183.394-1.183.394a2.25 2.25 0 00-1.423 1.423z" />
          </svg>
        </div>

        <h3 className="text-xl font-semibold text-slate-900 dark:text-white mb-3">
          Products
        </h3>

        <p className="text-slate-600 dark:text-slate-400 leading-relaxed">
          Automate security for all your human, non-human, and AI identities. Run access reviews, enable self-service access, and set up just-in-time access for key resources.
        </p>

        <a href="/docs/product/intro" className="inline-flex items-center mt-4 font-medium hover:underline text-[#1e5f67] dark:text-[#8acfcd]">
          Learn more

          <svg className="ml-1 w-4 h-4" fill="none" stroke="currentColor" viewBox="0 0 24 24">
            <path strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M9 5l7 7-7 7" />
          </svg>
        </a>
      </div>

      {/* Feature Card 2 */}

      <div className="group rounded-xl p-8 border border-slate-200 dark:border-slate-800 hover:shadow-xl transition-all duration-300" onMouseEnter={(e) => e.currentTarget.style.borderColor = '#c937ae'} onMouseLeave={(e) => e.currentTarget.style.borderColor = ''}>
        <div className="w-12 h-12 bg-[#fce4f7] dark:bg-[#3d0e2d] rounded-lg flex items-center justify-center mb-4 group-hover:scale-110 transition-transform">
          <svg className="w-6 h-6" style={{ color: '#c937ae' }} fill="currentColor" viewBox="0 0 16 16">
            <path fillRule="evenodd" d="M11.75 2.5a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5zm-2.25.75a2.25 2.25 0 1 1 3 2.122V6A2.5 2.5 0 0 1 10 8.5H6a1 1 0 0 0-1 1v1.128a2.251 2.251 0 1 1-1.5 0V5.372a2.25 2.25 0 1 1 1.5 0v1.836A2.492 2.492 0 0 1 6 7h4a1 1 0 0 0 1-1v-.628A2.25 2.25 0 0 1 9.5 3.25zM4.25 12a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5zM3.5 3.25a.75.75 0 1 1 1.5 0 .75.75 0 0 1-1.5 0z" />
          </svg>
        </div>

        <h3 className="text-xl font-semibold text-slate-900 dark:text-white mb-3">
          Connectors
        </h3>

        <p className="text-slate-600 dark:text-slate-400 leading-relaxed">
          Pre-built connectors for Okta, Google Workspace, AWS, GitHub, and more. Build custom connectors to integrate any app, even niche or legacy systems.
        </p>

        <a href="/docs/baton/intro" className="inline-flex items-center mt-4 font-medium hover:underline text-[#c937ae] dark:text-[#e87fd3]">
          Learn more

          <svg className="ml-1 w-4 h-4" fill="none" stroke="currentColor" viewBox="0 0 24 24">
            <path strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M9 5l7 7-7 7" />
          </svg>
        </a>
      </div>

      {/* Feature Card 3 */}

      <div className="group rounded-xl p-8 border border-slate-200 dark:border-slate-800 hover:shadow-xl transition-all duration-300" onMouseEnter={(e) => e.currentTarget.style.borderColor = '#c937ae'} onMouseLeave={(e) => e.currentTarget.style.borderColor = ''}>
        <div className="w-12 h-12 bg-[#fce4f7] dark:bg-[#3d0e2d] rounded-lg flex items-center justify-center mb-4 group-hover:scale-110 transition-transform">
          <svg className="w-6 h-6" style={{ color: '#c937ae' }} fill="none" stroke="currentColor" viewBox="0 0 24 24">
            <path strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M10 20l4-16m4 4l4 4-4 4M6 16l-4-4 4-4" />
          </svg>
        </div>

        <h3 className="text-xl font-semibold text-slate-900 dark:text-white mb-3">
          Developer
        </h3>

        <p className="text-slate-600 dark:text-slate-400 leading-relaxed">
          Work with our Go and TypeScript SDKs, Terraform provider, and Postman integration. Integrate with, manage, and extend the C1 platform programmatically.
        </p>

        <a href="/docs/developer/intro" className="inline-flex items-center mt-4 font-medium hover:underline text-[#c937ae] dark:text-[#e87fd3]">
          Learn more

          <svg className="ml-1 w-4 h-4" fill="none" stroke="currentColor" viewBox="0 0 24 24">
            <path strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M9 5l7 7-7 7" />
          </svg>
        </a>
      </div>

      {/* Card 4 */}

      <div className="group rounded-xl p-8 border border-slate-200 dark:border-slate-800 hover:shadow-xl transition-all duration-300" style={{ '--hover-border': '#1e5f67' }} onMouseEnter={(e) => e.currentTarget.style.borderColor = '#1e5f67'} onMouseLeave={(e) => e.currentTarget.style.borderColor = ''}>
        <div className="w-12 h-12 bg-[#e0f4f4] dark:bg-[#0d3338] rounded-lg flex items-center justify-center mb-4 group-hover:scale-110 transition-transform">
          <svg className="w-6 h-6" style={{ color: '#1e5f67' }} fill="none" stroke="currentColor" viewBox="0 0 24 24">
            <title>API</title>

            <path strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M8 9l3 3-3 3m5 0h3M5 20h14a2 2 0 002-2V6a2 2 0 00-2-2H5a2 2 0 00-2 2v12a2 2 0 002 2z" />
          </svg>
        </div>

        <h3 className="text-xl font-semibold text-slate-900 dark:text-white mb-3">
          API
        </h3>

        <p className="text-slate-600 dark:text-slate-400 leading-relaxed">
          Extend C1's power into your own ecosystem. Automate access requests, export audit data for compliance reporting, and integrate identity security directly into your internal tools and developer workflows.
        </p>

        <a href="/docs/conductorone-api/api" className="inline-flex items-center mt-4 font-medium hover:underline text-[#1e5f67] dark:text-[#8acfcd]">
          Learn more

          <svg className="ml-1 w-4 h-4" fill="none" stroke="currentColor" viewBox="0 0 24 24">
            <path strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M9 5l7 7-7 7" />
          </svg>
        </a>
      </div>
    </div>
  </div>
</div>
