> For the complete documentation index, see [llms.txt](https://docs.relevant-digital.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.relevant-digital.com/changelog/readme/2022.06.md).

# 2022.06

**Welcome to the Relevant Yield Feature and Information Letter!**

Welcome, dear user of Relevant Yield. This time around we have focused on adding a few functions for handling and sorting your reports. This will be the final release before a small summer holiday break. This release includes:

* Pinnable reports & easier to add new reports
* Improved report ordering in the reporting Overview

The release will drop today and during the rest of the week!

### Pinnable reports

With the pinnable reports option, you can decide on your own, which reports you would like to have on the left side of your menu bars:

![newsletter6\_1](/files/afffd780dc406da8f6ffe5d13df69ef7febde30c)

**What’s in it for you?**

It will be much easier for you to access the reports you work with the most, or the ones you actually put the most value in. You can also select how many reports you want to have on the list.

How to pin reports:

Option 1: From the top of the individual reports, from the three dot “options” menu:

![newsletter6\_2](/files/4daf0a3a68aaea44a231175e8655b32bdcbdb269)

Option 2: Use the Pin/Unpin symbol on the individual reports, from the report overview:

![newsletter6\_3](/files/bdba0abd3694096bde9792ff660e255449fef4fb)

In the overview, there is also the option to “Pin all” symbol at the top of the menu bar:

![newsletter6\_4](/files/fe6a094c3da63b83224416fa786671d7a8a7048c)

When a report is pinned, it will show up in the sidebar. Additionally, it will have a couple of actions attached to it that you can toggle when hovering over a report (three dots):

![newsletter6\_5](/files/b92824fca2845d9d2f7181cb458b630719ac4829)

The options available here are “Remove” and “Unpin”.

{% hint style="warning" %}
As we are now moving to a “Pinnable report” structure, your old reports will no longer be visible in the left panel.

If you want to see a similar structure as you had before, please follow these steps:

* Go to the overview
* select the report type you would like to see in the left sidebar
* Choose “Pin all” option described above
  {% endhint %}

A final addition is an easier way to add a new report, so you can now do that straight from the menu:

![newsletter6\_6](/files/68e9f1274682cdfdbce3a965e302d5be2a152467)

We hope the added customisation functionality helps you increase workflow speed!

### Improved report ordering in the reporting Overview

You now have the option to select what you would like to see in the reporting overview, and in which orders the reports should be presented:

It is now possible to filter the different report types by:

* Sharing state (All, Public and Private)
* Search by Name

![newsletter6\_7](/files/2e63414cc7c2a8583658b775d7f2b178104d071d)

And sort by

* Created date
* Name

![newsletter6\_8](/files/f2cf2d67633cc4d13642978bc4ad576c1cf5cb66)

**What’s in it for you?**

Faster and easier access to reports, as they are stored and presented in a way that is customizable by you and the way you prefer to work!


---

# 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.relevant-digital.com/changelog/readme/2022.06.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.
