> For the complete documentation index, see [llms.txt](https://docs.yoplanning.support/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.yoplanning.support/en/information-de-mise-a-jour/rapport-de-maj-2024/mise-a-jour-du-6-mai-2024.md).

# Mise à jour du 6 mai 2024

We are excited to announce the latest improvements and fixes to your favorite platform, making your experience even more intuitive and efficient. Here are the details of the new features and fixes included in this update:

**What's new:**

* **\[Resources]**: Added functionality to export hardware data to make it easier to manage your inventory.
* **\[List of gift vouchers]**: Integration of a search field to easily find a gift voucher via its code.
* **\[Dashboard]**: Added handy shortcuts on the main date for faster navigation.

**Corrections:**

* **\[Add Location]**: Fixed a navigation bug between the add product, session and update teams pages.
* **\[Gift Voucher Redemption]**: Fixed an issue where the quantity was being decremented twice, causing quantity display errors.
* **\[Reminder Email]**: Fixed incidents where reminder emails were sent for the wrong session.
* **\[Product Addition]**: Fixed an anomaly where prepaid products were incorrectly listed as available.
* **\[WhatsApp]**: Improved link formatting and fixed phone prefix.
* **\[Payline]**: Fixed rare order duplications to avoid confusion and billing errors.


---

# 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.yoplanning.support/en/information-de-mise-a-jour/rapport-de-maj-2024/mise-a-jour-du-6-mai-2024.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.
