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

# Requirements & EOS

<div className="min-h-screen bg-gradient-to-b from-gray-100 via-white to-white dark:from-zinc-800/40 dark:via-zinc-950 dark:to-zinc-950">
  <div className="px-4 pt-6 pb-8 lg:pt-16 lg:pb-12 max-w-3xl mx-auto text-center">
    <h1 className="text-4xl font-semibold tracking-tight bg-gradient-to-r from-gray-900 to-gray-600 dark:from-zinc-50 dark:to-zinc-400 bg-clip-text text-transparent">
      Requirements & EOS
    </h1>

    <p className="mt-4 text-xl text-gray-600 dark:text-zinc-400">Requirements, policies, and release information for Atoti products.</p>
  </div>

  <div className="max-w-4xl mx-auto px-5 pb-16">
    <div className="grid grid-cols-1 gap-4">
      <a href="/eos" className="flex items-start gap-4 rounded-xl border border-gray-200 dark:border-zinc-700 hover:border-[#291a40] dark:hover:border-[#00ade6] hover:shadow-sm transition-all bg-white dark:bg-zinc-900 p-5 no-underline">
        <img src="https://mintcdn.com/activeviam/lTzImDUNm0cHRUws/images/icons/document.svg?fit=max&auto=format&n=lTzImDUNm0cHRUws&q=85&s=89c7503ffca8a3c45ede004146a385fb" className="w-9 h-9 mt-0.5 shrink-0 dark:invert" width="225" height="225" data-path="images/icons/document.svg" />

        <div>
          <div className="text-base font-semibold text-[#00ade6] dark:text-zinc-100 mb-2">End of Support policies</div>
          <p className="text-base text-gray-500 dark:text-zinc-400 m-0 leading-relaxed">ActiveViam's <b>support lifecycle policies</b> for all commercial products, including extended support options.</p>
        </div>
      </a>

      <a href="/minimum-technical-requirements" className="flex items-start gap-4 rounded-xl border border-gray-200 dark:border-zinc-700 hover:border-[#291a40] dark:hover:border-[#00ade6] hover:shadow-sm transition-all bg-white dark:bg-zinc-900 p-5 no-underline">
        <img src="https://mintcdn.com/activeviam/lTzImDUNm0cHRUws/images/icons/guarantee-user-experience.svg?fit=max&auto=format&n=lTzImDUNm0cHRUws&q=85&s=3a41a170ee30d907ac96d84d62a1fa87" className="w-9 h-9 mt-0.5 shrink-0 dark:invert" width="225" height="225" data-path="images/icons/guarantee-user-experience.svg" />

        <div>
          <div className="text-base font-semibold text-[#00ade6] dark:text-zinc-100 mb-2">Minimum technical requirements</div>
          <p className="text-base text-gray-500 dark:text-zinc-400 m-0 leading-relaxed">Minimum <b>hardware, OS, and software specifications</b> for deployment, development, and end user machines.</p>
        </div>
      </a>

      <a href="/preproduction-releases" className="flex items-start gap-4 rounded-xl border border-gray-200 dark:border-zinc-700 hover:border-[#291a40] dark:hover:border-[#00ade6] hover:shadow-sm transition-all bg-white dark:bg-zinc-900 p-5 no-underline">
        <img src="https://mintcdn.com/activeviam/duaQk9wU3mgO5MD4/images/icons/resources.svg?fit=max&auto=format&n=duaQk9wU3mgO5MD4&q=85&s=4c040e81c84e4fd5e520fed8d7b9afe2" className="w-9 h-9 mt-0.5 shrink-0 dark:invert" width="225" height="225" data-path="images/icons/resources.svg" />

        <div>
          <div className="text-base font-semibold text-[#00ade6] dark:text-zinc-100 mb-2">Pre-production releases</div>
          <p className="text-base text-gray-500 dark:text-zinc-400 m-0 leading-relaxed">How <b>alpha, milestone, beta, and RC releases</b> are handled before a General Availability release.</p>
        </div>
      </a>
    </div>

    <div className="border-t border-gray-200 dark:border-zinc-700 mt-8 py-6 px-4">
      <div className="max-w-4xl mx-auto flex flex-wrap justify-center gap-x-6 gap-y-2 text-xs text-gray-500 dark:text-zinc-400">
        <a href="https://www.activeviam.com" className="no-underline hover:text-gray-800 dark:hover:text-zinc-200 transition-colors">© ActiveViam</a>
        <a href="https://www.activeviam.com/privacy-policy/" className="no-underline hover:text-gray-800 dark:hover:text-zinc-200 transition-colors">Privacy policy</a>
        <a href="https://www.activeviam.com/website-terms-of-use/" className="no-underline hover:text-gray-800 dark:hover:text-zinc-200 transition-colors">Terms of use</a>
        <a href="https://activeviam.com/wp-content/uploads/ActiveViam-_-Anti-modern-slavery-statement-2025.pdf" className="no-underline hover:text-gray-800 dark:hover:text-zinc-200 transition-colors">Anti-modern slavery statement</a>
      </div>
    </div>
  </div>
</div>
