> 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/managing-virtual-environments-versions-and-flows/managing-virtual-environments/updating-details-for-a-virtual-environment.md).

# Updating details for a virtual environment

## Introduction

Having accessed a given virtual environment, the existing setup is displayed - for example:

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

All setup for the virtual environment can be viewed and/or updated from this page - please use the links below for guidance:

<table><thead><tr><th width="75.02734375">#</th><th>Summary</th></tr></thead><tbody><tr><td>1</td><td>Update the virtual environment <a href="#updating-basic-details-for-a-virtual-environment">name, description and/or the type</a>. </td></tr><tr><td>2</td><td><a href="/pages/KTZ6hXuhrGRyo0IZD8ax">View</a>, <a href="/pages/FSy5zH8LDQpKxEVCzror">edit</a>, and <a href="/pages/OYzbm1vJnD7NswXHCSrx">manage</a> configuration versions for the virtual environment.</td></tr><tr><td>3</td><td>View any <a href="/pages/pjuTdsXxhleufN4kXRGJ">packages</a> that have been used to deploy flow versions to the virtual environment.</td></tr><tr><td>4</td><td>View and <a href="/pages/HssWBdhmh54WNUC67oWM">manage</a> flow versions that have been deployed (<a href="/pages/QJn3I6Ens3cFWBGOJZMh">individually</a> or via <a href="/pages/vA7dSxodDGw4rcUx8h54">packages</a>) to this virtual environment.</td></tr></tbody></table>

{% hint style="info" %}
For detailed information about this page, please refer to [The Anatomy of a virtual environment](/product-documentation/virtual-environments/accessing-virtual-environments/the-anatomy-of-a-virtual-environment.md).
{% endhint %}

## Updating basic details for a virtual environment

You can change the virtual environment `name`, `description`, and `type` in the general panel:

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

{% hint style="info" %}
The virtual environment `name` must be unique - you can't use a name that already exists, or has been used previously for a now-[deleted](/product-documentation/virtual-environments/managing-virtual-environments-versions-and-flows/managing-virtual-environments/deleting-a-virtual-environment.md) environment.&#x20;
{% endhint %}

{% hint style="info" %}
For more information on these settings, please refer to [Creating a virtual environment](/product-documentation/virtual-environments/implementing-virtual-environments/creating-a-virtual-environment.md).
{% endhint %}


---

# 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/managing-virtual-environments-versions-and-flows/managing-virtual-environments/updating-details-for-a-virtual-environment.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.
