> 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-9-janvier-2024.md).

# Mise à jour du 9 janvier 2024

Dear Yoplanning Users,

We are excited to announce the latest update of Yoplanning, dated January 9, 2024. This update brings significant improvements and crucial fixes to optimize your experience with our application. Here are the details:

**What's new:**

1. **Improved booking management \[add-booking]:** In order to ensure better reliability in planning, our booking system has been updated. Now, when taking a booking, the system automatically checks the availability of staff in the schedule. This means that it is no longer possible to have overbookings, thus ensuring better organization and avoiding scheduling conflicts.

**Corrections:**

1. **Bug fix when adding products \[add-product]:** An issue has been identified and fixed regarding an application crash when creating a new product, if potential staff members were added. This fix now ensures a more stable and reliable use when managing your products.

If you have any questions or encounter any difficulties following this update, do not hesitate to contact our support at <support@yoplanning.com>.

We thank you for your trust and continued collaboration.

Kind regards, The Yoplanning team


---

# 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-9-janvier-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.
