# Release Notes

## 23.1 First dqMan release supporting Veeva Vault

* Vault navigator provides easy navigation through documents types and objects
* View/dump fields and relations definition
* VQL query generator with contextual help, syntax check and highlighting
* Generate VQL statements on the fly based on document type or object selection
* Improved VQL syntax: select \**, count(\**), into
* Cache query results with scheduled refresh
* Generate aggregated reports by using more advanced syntax (GROUP BY, HAVING, MAX, MIN, COUNT, etc)
* View/dump documents and objects metadata and relations&#x20;
* Inline edit of the metadata
* View content, renditions, attachments and relations for documents and objects
* Object navigator allows browsing objects for attribute data and references to business objects, users, permissions, relations, picklists.
* Export query results to Excel and CSV
* MDL commands/script editor with contextual help, syntax check and highlighting
* Execute MDL scripts in one go, statement by statement and asynchronously
* Favorites and history management
* Compare objects metadata


---

# 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.dqman.com/veeva-vault-edition-23.1/release-notes.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.
