> For the complete documentation index, see [llms.txt](https://doc.wearepatchworks.com/product-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.wearepatchworks.com/product-documentation/virtual-environments/virtual-environment-packages/accessing-packages/the-anatomy-of-a-package.md).

# The anatomy of a package

## Introduction

Having created a new package or selected an existing package, package details are displayed - for example:

<figure><img src="/files/N96Ske1PFNA7HyJGJZfh" alt=""><figcaption></figcaption></figure>

Here, information is displayed in two panels:

* [Flows](#the-flows-panel)
* [Deployments](#the-deployments-panel)

## The flows panel

The `flows` panel displays all process flows in the package. The following details are shown for each process flow:

<table><thead><tr><th width="162.9296875">Panel</th><th>Summary</th></tr></thead><tbody><tr><td>Name</td><td>The name of the process flow.</td></tr><tr><td>Version</td><td>The process flow version number that was <a href="/pages/uFsfgRfHPmzyyP57WWSM">added to the package</a>.</td></tr><tr><td>Queue priority</td><td>The queue priority that was selected when the process flow was <a href="/pages/uFsfgRfHPmzyyP57WWSM">added to the package</a>.</td></tr><tr><td>Remove</td><td>If the package has never been deployed, you have the option to remove an existing flow. This option is not displayed for a package that has been deployed.</td></tr></tbody></table>

## The deployments panel

The `deployments` panel displays all virtual environments where this package is deployed. The following details are shown for each virtual environment:

<table><thead><tr><th width="162.9296875">Panel</th><th>Summary</th></tr></thead><tbody><tr><td>Environment</td><td>The name of the virtual environment.</td></tr><tr><td>Version</td><td>The virtual environment configuration version used for this deployment. If a <a href="/pages/es0EtoW3LANczzXeVyET">deployed configuration</a> exists for the selected virtual environment, this will be used when a package is deployed. Otherwise, the current <code>draft</code> configuration is used. </td></tr><tr><td>Deployed at</td><td>The date and time when the package is deployed. </td></tr><tr><td>Deployed by</td><td>The name of the person who deployed the package (as per <a href="/pages/8bx6jsYXvQck95hSVtzV">account settings</a>).</td></tr></tbody></table>

Each entry has an associated 'expand' option - for example:

<div align="left"><figure><img src="/files/GmW5u55IhTqDAVQ5TNve" alt=""><figcaption></figcaption></figure></div>

Use this to view the current status of the associated flows in the virtual environment.

When a package is deployed, all associated flows are enabled in the selected virtual environment. Subsequently, you may choose to [disable](/product-documentation/virtual-environments/managing-virtual-environments-versions-and-flows/managing-virtual-environment-flow-deployments/disabling-or-enabling-a-process-flow-deployment-for-a-virtual-environment.md) or [delete](/product-documentation/virtual-environments/managing-virtual-environments-versions-and-flows/managing-virtual-environment-flow-deployments/deleting-a-process-flow-deployment-from-a-virtual-environment.md) flow deployments in that environment; in this case the status shown here is updated.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://doc.wearepatchworks.com/product-documentation/virtual-environments/virtual-environment-packages/accessing-packages/the-anatomy-of-a-package.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
