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

# Introduction to Atoti Admin UI

> Atoti Admin UI is a web-based administration interface for Atoti Server, providing tools for content server inspection, in-memory database browsing, and measure lineage exploration.

## What is Atoti Admin UI?

Atoti Admin UI is a web-based administration interface for Atoti Server.
It connects to an Atoti Server instance and a content server, and provides operational visibility without requiring changes to the application itself. This page is intended for administrators and infrastructure engineers managing Atoti environments.

<Frame caption="Atoti Server and Content server are dissociated">
  <img src="https://mintcdn.com/activeviam/DCe-PkvHopPL5hjt/engine/admin-ui/5.2/images/adminui-atoti-content.png?fit=max&auto=format&n=DCe-PkvHopPL5hjt&q=85&s=c90788195c8a1b69d6f0e8db54f22673" alt="Architecture diagram showing Atoti Server and Content server as separate components" width="333" height="232" data-path="engine/admin-ui/5.2/images/adminui-atoti-content.png" />
</Frame>

Most of the time Atoti Server is also the Content server.

<Frame caption="Atoti Server acts as the Content server">
  <img src="https://mintcdn.com/activeviam/DCe-PkvHopPL5hjt/engine/admin-ui/5.2/images/adminui-atoti.png?fit=max&auto=format&n=DCe-PkvHopPL5hjt&q=85&s=b76d824fb85353e77f5cebd1ef747a50" alt="Architecture diagram showing Atoti Server acting as the Content server" width="343" height="162" data-path="engine/admin-ui/5.2/images/adminui-atoti.png" />
</Frame>

## What can be done with Atoti Admin UI?

### Inspect and manage the content server

[Content Service](/engine/java-sdk/6.1/content_server/cs_overview/) is served by your Atoti application.
This hierarchical key-value store is used by various components to persist data.

* **Atoti Server**
  * User content data (KPI, calculated members and named sets)
  * Branch permissions
  * Content service API version
  * User locale
* **Atoti Admin UI**
  * User settings
* **Atoti UI**
  * User permissions
  * User settings
  * User content data (dashboards, filters...)

The administration interface allows to:

* Inspect the data stored into the content server
* Manage the users permissions, preferences and content data for Atoti UI
* Manage the user content data for Atoti Server

### Inspect the database content

The Database tab lets you inspect the content of the database that Atoti Server uses for aggregation.
This is especially useful for inspecting in-memory store content.

### Explore measure lineage

Explore measure dependencies and attributes to help with debugging, auditing, and optimizing calculation logic.

## What is the relationship to other Atoti products?

Atoti Admin UI is part of the Atoti platform and requires an existing Atoti application built on Atoti Server.
It operates alongside applications configured using the Atoti Java SDK or the Atoti Python SDK, and provides an operational interface for environments where Atoti UI is deployed.

Atoti Admin UI does not affect how data is modeled or calculated. It provides visibility and control over configuration, permissions, and data state without requiring changes to the application itself.
