---
url: /kb/devops/artifactory/managing-artifacts/index.md
---
# Managing Artifacts in Artifactory

Artifacts can be uploaded, downloaded, and managed through the web UI or REST API.

## Uploading Artifacts

1. Navigate to the target repository in the Artifactory web UI.
2. Click the "Deploy" button.
3. Select the artifact file from your local system.
4. Specify the target path and deploy.

## Downloading Artifacts

* Use the repository URL to download directly.
* Integrate with build tools like Maven or npm for automatic resolution.

## Version Management

Artifactory supports semantic versioning and cleanup policies to manage artifact lifecycles.
