# Features / Improvements & Fixes

## HQ

### Improvements :muscle:

{% stepper %}
{% step %}

### IAM: YAML syntax warnings & quick fix.

The YAML editor now highlights syntax errors for the basic YAML structure and types. You can use Quick Fix to get correction suggestions.

<figure><img src="/files/oOWBY9C0m50tgml4Epkx" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Global SQL Studio: consumer offset tooltips

Global SQL Studio allows you to see consumer groups for a given topic. Now you can also get tooltip explanations for the different offset values, similar to the Agent UX.

<figure><img src="/files/76dTvETlXnGhlVjTrtHO" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}

### Fixes  :white\_check\_mark:

{% stepper %}
{% step %}

### HQ default page

Based on customer feedback, default page of HQ has been returned to */environments* instead of */topics.*
{% endstep %}

{% step %}

### Glue connection update

When an AWS connection with Assumed Role is selected:

* The request must include the Role Arn reference.
* The request must include the Session name reference.
  {% endstep %}

{% step %}

### Reply message

Fixed issue where the replay message with offset 0 was not possible.
{% endstep %}

{% step %}

### Global SQL Studio: Consumer group flattening

Fixed consumer flattening that would lose empty consumer groups.
{% endstep %}

{% step %}

### Global SQL Studio: **Leaving consumer groups tab open creates double entry**

Fixed leaving consumer groups open in Global Studio that could cause double entries for inactive consumer groups.
{% endstep %}

{% step %}

### Global SQL Studio: include partition to offset query

When you click on a consumer offset the SQL studio will include the partition number. This ensures that you see the right messages in the correct partition.

<figure><img src="/files/vP8KXA7QE8kyFd9zdRQs" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Global SQL Studio: results scrolling

Fixed an issue where you couldn't scroll left/right along the SQL Studio results table.
{% endstep %}
{% endstepper %}


---

# Agent Instructions: 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:

```
GET https://docs.lenses.io/latest/devx/6.0/changelog/lenses-hq/version-6.0.4/features-improvements-and-fixes.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
