# Features / Improvements & Fixes

## HQ

### New features

* Permissions IntelliSense<br>

  <figure><img src="/files/CfDYWFxBeecnWIYASqiU" alt=""><figcaption></figcaption></figure>
* New admin permissions to control who can access Lenses Logs

```yaml
name: nologs
policy:
  - action: administration:GetLensesLogs
    resource: administration:lenses-logs:*
    effect: deny
```

* SQL Studio redesigned view
  * scanned partitions progress
  * additional statistics
  * split tab left and right for SQL queries to compare data.

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

### Improvements

* Policy changes are now effective as soon as they are saved, re-login is not necessary anymore


---

# 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.0-alpha.19/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.
