> ## Documentation Index
> Fetch the complete documentation index at: https://anaconda.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Anaconda Project

[Anaconda Project](https://anaconda-project.readthedocs.io/en/latest/) encapsulates data science projects and makes them easily portable. A project makes it easy to reproduce your work and collaborate with other team members. A project automates setup steps such as installing the right packages, downloading files, setting environment variables, and running commands.

Ananconda Project compressed the project directory into a .tar.bz2, .tar.gz or .zip file to make it easier to store and share with others.

Anaconda Server enables you to upload and share Anaconda Project files within a channel. You can move, copy, and share your project with your team or provide authorized users access to the channel.

This topic provides guidance on the following actions:

* [Uploading a project](#uploading-a-project)
* [Downloading a project](#downloading-a-project)
* [Viewing project metadata](#viewing-project-metadata)
* [Managing a project](#managing-a-project)

## Uploading a project

1. Preparation for uploading projects differs depending on your project type. Please follow the relevant guide for your respective projects:

   * [sdist and wheels](https://packaging.python.org/tutorials/packaging-projects/#generating-distribution-archives)
   * [cran](https://r-pkgs.org/structure.html)
   * [conda-build](https://docs.conda.io/projects/conda-build/en/latest/)

   <Frame>
     <img src="https://mintcdn.com/anaconda-29683c67/4YgHE0z28xHZ8yr8/images/psm-on-prem/uploadfile.png?fit=max&auto=format&n=4YgHE0z28xHZ8yr8&q=85&s=9a6fb38c9fc38778423171d096e357d5" alt="" width="1830" height="1068" data-path="images/psm-on-prem/uploadfile.png" />
   </Frame>

2. Click the green dropdown button in the top right corner, and then click **Upload File**.

3. On the **Upload a File** screen, select the type of file you’d like to upload from the dropdown.

4. Click the **Browse** button to find your file and add it to the page.

5. Click **Upload**.

## Downloading a project

On the project details page, click on a file name to download the file.

<Frame>
  <img src="https://mintcdn.com/anaconda-29683c67/9t4S9uQ-n8Qk5XW_/images/psm-on-prem/downloadproj.png?fit=max&auto=format&n=9t4S9uQ-n8Qk5XW_&q=85&s=8fcd05034e7c70debc4e125577fb0289" alt="" width="2638" height="1048" data-path="images/psm-on-prem/downloadproj.png" />
</Frame>

## Viewing project metadata

Click the information icon to view a file’s metadata.

<Frame>
  <img src="https://mintcdn.com/anaconda-29683c67/4YgHE0z28xHZ8yr8/images/psm-on-prem/projmeta.png?fit=max&auto=format&n=4YgHE0z28xHZ8yr8&q=85&s=141996569f6211541d3bf8eeaddac4db" alt="" width="1646" height="974" data-path="images/psm-on-prem/projmeta.png" />
</Frame>

You will be presented with the project’s metadata.

<Frame>
  <img src="https://mintcdn.com/anaconda-29683c67/4YgHE0z28xHZ8yr8/images/psm-on-prem/projectmetadata.png?fit=max&auto=format&n=4YgHE0z28xHZ8yr8&q=85&s=97812d57056f0cc0a3bd0a133faead1f" alt="" width="1662" height="1508" data-path="images/psm-on-prem/projectmetadata.png" />
</Frame>

## Managing a project

Select the checkbox next to a project. Then, click the dropdown next to the search bar. You may then move, copy, or delete the project.

<Frame>
  <img src="https://mintcdn.com/anaconda-29683c67/4YgHE0z28xHZ8yr8/images/psm-on-prem/manageproj.png?fit=max&auto=format&n=4YgHE0z28xHZ8yr8&q=85&s=f30e95caf41e96f6dc17b5d2b87dcc07" alt="" width="1928" height="906" data-path="images/psm-on-prem/manageproj.png" />
</Frame>
