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

# Set up Visualize This in Java

> How to add the Visualize This Spring Boot starter to an Atoti Java project and verify that the AI assistant appears in Atoti UI.

<Info>
  ### Atoti Intelligence Essentials

  This is part of the Atoti Intelligence Essentials offer.
</Info>

This guide explains how to add Visualize This to an Atoti Java project.

## Prerequisites

The following requirements must be met before setting up Visualize This:

* A Java project
* A license with the AI flag enabled
* A configured LLM (see [Set up an LLM](../configure-and-start/set-up-an-llm))
* Maven or Gradle build system

## Add the dependency

Add the Visualize This Spring Boot starter to the project.

Add the following to `pom.xml`:

<SnippetRanchPomStarterAiChat />

## Verify the setup

After adding the dependency, verify that Visualize This is available:

1. Build the project.
2. Start the Atoti application.
3. Open the Atoti UI.
4. Check that the AI assistant appears in the interface.

## Related reading

* [How Visualize This works](./how-it-works)
* [Configure Visualize This](./configuration) to supply cube context
* [How to use Visualize This](../../../user-guide/chat) in the Atoti UI
* [Set up a custom disclaimer in Java](../disclaimer/setup-java)
