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

# Working with deployments

When you [deploy a project](./project), Anaconda Enterprise finds and builds all of the software dependencies—the libraries on which the project depends in order to run—and encapsulates them, so they are completely self-contained and easy to share with others. This is called a *deployment*.

Whether you deploy a notebook, Bokeh application or [REST API](./rest-api), everything needed to deploy and run the project is included. You can then [share your deployment](./share) with others so they can interact with it.

<Note>
  You can create multiple deployments from a single project. Each deployment can be a different version, and can be shared with different users.
</Note>

After logging in to Anaconda Enterprise, click **Deployments** to view a list of all of the deployments you have created—or that others have shared with you. Simply click on a deployment to open the deployed Notebook or application and interact with it.

Anaconda Enterprise maintains [a log of all deployments created by all users](../../admin/resources/activity) in the Administrator’s Authentication Center.
