> For the complete documentation index, see [llms.txt](https://docs.truedat.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.truedat.io/v7.1/release-notes/v7/v7.1.md).

# v7.1

### Release highlights

### 1. Business Glossary: Dedicated menu options for specific type of concepts

You can now have specific type of concepts in a dedicated menu option outside of the Glossary menu.

When defining a business glossary template you can choose to specify a sub-scope so it has its own menu option and this can be displayed within the Glossary menu or have a separate menu option.

In the example below, concepts of type 'Data Product' have been set up to be accessed from a new menu option outside the Glossary.

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

### Features and fixes delivered with this release

### Features

* &#x20;TD-6958 As an admin I want to have some types of concepts in a dedicated menu option outside Business Glossary menu
* TD-6690 In implementations download include the last updated date

### Fixes

* TD-5119 Bulk uploads are not validating the values of the fields that depend on the value of another field&#x20;
* TD-6022 Upload of hierarchy fields should validate that the value is a valid one&#x20;
* TD-6921 Download/Upload of fields of type link must include both name and url &#x20;
* TD-6868 Error when fetching a data structure version from v2 API
* TD-6871 Issues with customisation and sorting in implementations tables&#x20;
* TD-6705 In Glossary, the first level of the breadcrumb should take to the corresponding view


---

# 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.truedat.io/v7.1/release-notes/v7/v7.1.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.
