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

# Getting Started: Download

> **A customer account is required to download the Atoti Server application.**

The released artifacts can be found on ActiveViam's [JFrog Artifactory](https://activeviam.jfrog.io/artifactory/mvn/),
with a different folder for each stable version.

The recommended way to access them is to add ActiveViam's Artifactory repository as a private maven repository.
To do so, add the following tag to your `settings.xml` file.

```xml theme={"languages":{"custom":["/engine/python-sdk/0.9/languages/pycon.tmLanguage.json"]}}
<repository>
    <id>ActiveViamInternalRepository</id>
    <name>ActiveViam Internal Repository</name>
    <url>https://activeviam.jfrog.io/activeviam/mvn/</url>
    <layout>default</layout>
    <snapshots>
        <enabled>false</enabled>
    </snapshots>
</repository>
```

As downloading artifacts requires an Artifactory customer account, you will also need to provide your Artifactory credentials via a `<servers>` tag.
We recommend doing so through [server password encryption](https://maven.apache.org/guides/mini/guide-encryption.html),
to avoid having plain-text passwords in your `settings.xml`.

If you are new to Atoti, you will also probably want to use either the [Atoti Spring Boot Template](spring_boot_template) which contain the sources of example Atoti applications.
