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

# How to download ActiveViam artifacts

> How to obtain credentials and download ActiveViam artifacts for Atoti products from the private JFrog Artifactory.

The artifacts included in a license are made available on the ActiveViam private JFrog Artifactory.

## Prerequisites

Downloading ActiveViam artifacts requires credentials to access the ActiveViam private JFrog Artifactory. Raise a support ticket to request these credentials if needed.

## How to access Atoti libraries

Add the Atoti JFrog URL to the project file that specifies how to access other libraries, including public libraries.

ActiveViam ships production and preview versions of its artifacts:

* **Production**: current production-level versions
* **Preview**: includes alpha, beta, and milestone versions

If company policy requires downloading only production-level versions, specify the corresponding repository in the JFrog URL.

| Package type                | All artifacts                                                                                | Prod version only                                                                                                                |
| --------------------------- | -------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------- |
| Maven                       | [activeviam.jfrog.io/artifactory/mvn/](https://activeviam.jfrog.io/artifactory/mvn/)         | [activeviam.jfrog.io/artifactory/mvn-prod/](https://activeviam.jfrog.io/artifactory/mvn-prod/)                                   |
| Python                      | [activeviam.jfrog.io/artifactory/pypi/](https://activeviam.jfrog.io/artifactory/pypi/)       | [pypi.org](https://pypi.org) or [activeviam.jfrog.io/artifactory/pypi-prod/](https://activeviam.jfrog.io/artifactory/pypi-prod/) |
| NPM                         | [activeviam.jfrog.io/artifactory/npm/](https://activeviam.jfrog.io/artifactory/npm/)         | [activeviam.jfrog.io/artifactory/npm-prod/](https://activeviam.jfrog.io/artifactory/npm-prod/)                                   |
| Generic (none of the above) | [activeviam.jfrog.io/artifactory/generic/](https://activeviam.jfrog.io/artifactory/generic/) | [activeviam.jfrog.io/artifactory/generic-prod/](https://activeviam.jfrog.io/artifactory/generic-prod/)                           |
