> For the complete documentation index, see [llms.txt](https://docs.lenses.io/latest/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.lenses.io/latest/devx/6.0/changelog/lenses-hq/version-6.0.11/features-improvements-and-fixes.md).

# Features / Improvements & Fixes

## HQ

### Improvements :muscle:

**Added workflow diagram upon environment creation**

<figure><img src="/files/pplMs9rVVJQ3AI4dpIWl" alt="" width="375"><figcaption></figcaption></figure>

#### Multiple dropdowns for environment creation wizard

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

#### Display agent provisioning

<figure><img src="/files/ZjehqrKShk55kqbLaEky" alt="" width="563"><figcaption></figcaption></figure>

**Improved UX for SQL Studio tabs**

* Introduce preview mode for tabs. Tab in preview mode will be override by newly opened content
* Introduce CTRL+S | CMD+S shortcut to disable the preview mode for active tab
* Do not trigger close confirmation modal for tabs in preview mode
* Ask for confirmation before leaving the SQL studio if there are tabs not in preview mode
* Disable preview mode if user makes changes in the query editor
* Enable tabs scrolling using mouse wheel

<figure><img src="/files/eTlGoEhCOP9kn1q766vU" alt="" width="375"><figcaption></figcaption></figure>

**Group provisioning template items by its type in dropdown**

Adds grouping to the dropdown when selecting connection for the environment creation wizard

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

### Fixes 🛠️

##


---

# 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://docs.lenses.io/latest/devx/6.0/changelog/lenses-hq/version-6.0.11/features-improvements-and-fixes.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.
