> 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.0-la.2/features-improvements-and-fixes.md).

# Features / Improvements & Fixes

## HQ

### New Features :tada:

{% stepper %}
{% step %}

#### SQL Studio: Intellisense documentation

<figure><img src="/files/Ava6obA0jaIMEUYGGqk5" alt=""><figcaption><p>Get the documentation from Intellisense</p></figcaption></figure>

Access the documentation of Lenses SQL directly from the editor. Press `⌘ + Space` or `Ctrl + Space` then click on the `>` arrow on the right, and you have documentation enabled!
{% endstep %}

{% step %}

#### &#x20;SQL Studio: Query progress metrics

<figure><img src="/files/UG9m3ImbJYI4GGCN5fj9" alt=""><figcaption><p>Get  live query statistics</p></figcaption></figure>

See real-time progress of your SQL on the tabs. Go to Use it to get insights on performance, skipped and bad records.
{% endstep %}

{% step %}

#### SQL Studio: Saved queries

<figure><img src="/files/mtc1nqr1od5dK0PCB9cL" alt=""><figcaption><p>Save your SQL queries</p></figcaption></figure>

You can now save your SQL Studio queries and access them at any point without losing them.
{% endstep %}

{% step %}

#### SQL Studio: Tune you query

<figure><img src="/files/YFULxDjUsBX8Tbt3Uisa" alt=""><figcaption><p>Tune your SQL query</p></figcaption></figure>

You can now get tips and tricks how to improve SQL queries directly in the SQL Studio.
{% endstep %}

{% step %}

#### Topics Catalog: Quick view consumers

<figure><img src="/files/x6iTEW4XA8Ng65Dk3eUb" alt=""><figcaption><p>See a topic's consumers</p></figcaption></figure>

Quickly find the consumers of a topic. In the `Topics`catalog, select the topic and go to the `Apps`section of the side drawer.
{% endstep %}
{% endstepper %}

### Fixes  :white\_check\_mark:

{% stepper %}
{% step %}

#### SSO Sign In

Sometimes, the  SSO button was not visible when SSO was enabled.&#x20;
{% endstep %}
{% endstepper %}

## Agent

### Improvements :tada:

{% stepper %}
{% step %}

#### External apps: Add them from the UI

You can now add external applications to the Lenses topology directly from the UI. Head to `Topology > Register External App` and fill in the details.&#x20;

<figure><img src="/files/eeDS3Q6hduDP2OgMzCoG" alt=""><figcaption><p>Add an external app directly from the UI</p></figcaption></figure>
{% endstep %}
{% endstepper %}

### Fixes  :white\_check\_mark:

{% stepper %}
{% step %}

#### KRaft

Lenses incorrectly displayed a message indicating no active controllers and raised an alert. This has now been fixed.&#x20;
{% endstep %}
{% endstepper %}


---

# 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.0-la.2/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.
