> ## 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.

# Atoti Engine documentation

<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">
      Atoti Engine documentation
    </h1>

    <p className="mt-4 text-xl text-gray-600 dark:text-zinc-400">All the documentation you need for Atoti Engine, the analytical core of Atoti.</p>
  </div>

  <div className="max-w-4xl mx-auto px-5">
    <div className="px-4 pb-10">
      <h2 className="text-3xl font-medium text-gray-900 dark:text-zinc-50 tracking-tight mb-6 text-center">Develop and extend Atoti</h2>

      <div className="grid grid-cols-1 sm:grid-cols-2 gap-4">
        <a href="./java-sdk/latest/intro/overview" 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/atoti-java-sdk-2.svg?fit=max&auto=format&n=lTzImDUNm0cHRUws&q=85&s=ef7c300e5668c17fc7c467b9f57ce2c9" className="w-9 h-9 mt-0.5 shrink-0 dark:invert" width="225" height="225" data-path="images/icons/atoti-java-sdk-2.svg" />

          <div>
            <div className="text-base font-semibold text-[#00ade6] dark:text-zinc-100 mb-2">Atoti Java SDK</div>
            <p className="text-base text-gray-500 dark:text-zinc-400 m-0 leading-relaxed"><b>Extend and customize</b> Atoti using <b>Java</b>.</p>
          </div>
        </a>

        <a href="./python-sdk/0.9/index" 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/atoti-python-sdk-2.svg?fit=max&auto=format&n=lTzImDUNm0cHRUws&q=85&s=b4358120bbc94fcd5a5bd961ce2e8c9f" className="w-9 h-9 mt-0.5 shrink-0 dark:invert" width="225" height="225" data-path="images/icons/atoti-python-sdk-2.svg" />

          <div>
            <div className="text-base font-semibold text-[#00ade6] dark:text-zinc-100 mb-2">Atoti Python SDK</div>
            <p className="text-base text-gray-500 dark:text-zinc-400 m-0 leading-relaxed"><b>Extend and customize</b> Atoti using <b>Python</b>.</p>
          </div>
        </a>
      </div>
    </div>

    <div className="mt-4 px-4 pt-6 pb-16">
      <h2 className="text-3xl font-medium text-gray-900 dark:text-zinc-50 tracking-tight mb-6 text-center">Deploy and manage Atoti</h2>

      <div className="grid grid-cols-1 gap-4">
        <a href="admin-ui" 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/admin-ui.svg?fit=max&auto=format&n=lTzImDUNm0cHRUws&q=85&s=923bbf6d77ef9beb7f2f001a73bc33a8" className="w-9 h-9 mt-0.5 shrink-0 dark:invert" width="225" height="225" data-path="images/icons/admin-ui.svg" />

          <div>
            <div className="text-base font-semibold text-[#00ade6] dark:text-zinc-100 mb-2">Admin UI</div>
            <p className="text-base text-gray-500 dark:text-zinc-400 m-0 leading-relaxed"><b>Configure, manage, and monitor</b> your Atoti deployment from a central administration interface.</p>
          </div>
        </a>
      </div>
    </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>
