> ## 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/kBuj3mPdZoBk8YoG/images/uploadfile.png?fit=max&auto=format&n=kBuj3mPdZoBk8YoG&q=85&s=6c1bdefe20e10f398b26ba019c5870c8" alt="" width="1830" height="1068" data-path="images/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/atV1FF4bOzhiwIx6/images/downloadproj.png?fit=max&auto=format&n=atV1FF4bOzhiwIx6&q=85&s=6387b4bb1608a9d51d838c94f55700b7" alt="" width="2638" height="1048" data-path="images/downloadproj.png" />
</Frame>

## Viewing project metadata

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

<Frame>
  <img src="https://mintcdn.com/anaconda-29683c67/GAawxvWy-HUVSCqf/images/projmeta.png?fit=max&auto=format&n=GAawxvWy-HUVSCqf&q=85&s=a90c0b85d125e417db523cbe8d20feed" alt="" width="1646" height="974" data-path="images/projmeta.png" />
</Frame>

You will be presented with the project’s metadata.

<Frame>
  <img src="https://mintcdn.com/anaconda-29683c67/GAawxvWy-HUVSCqf/images/projectmetadata.png?fit=max&auto=format&n=GAawxvWy-HUVSCqf&q=85&s=22c24fe75af73a16e06aec154d991b2e" alt="" width="1662" height="1508" data-path="images/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/FWjHZXWDjYmx0_bG/images/manageproj.png?fit=max&auto=format&n=FWjHZXWDjYmx0_bG&q=85&s=abd83b85a19a6492bb62d147f03e7c7d" alt="" width="1928" height="906" data-path="images/manageproj.png" />
</Frame>
