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

# Mise à Jour du 22 janvier 2024

#### **Recent Improvements and Fixes**

We are pleased to share with you the latest updates and fixes to the Yoplanning.pro application, dated January 22, 2024. Our team is continually committed to improving the user experience and resolving technical issues to offer you an ever more efficient service.

#### **Fixes:**

1. **\[add-member] Duplicate Staff Bug Fix:** We have identified and fixed a small bug that caused duplicate staff in autocomplete when inviting a new team member. Users should now have a smoother and error-free experience when adding new members to their team.
2. **\[Google-Calendar] Fixed Crash on Sync:** Some users experienced a crash when syncing with Google Calendar. This issue has been fixed, ensuring a more stable and reliable integration with your Google Calendar.
3. **\[Booking Module] Change Available Language:** In an effort to make the app more accessible, we have added the ability to change the user interface language. The available languages are now French (FR), English (EN), German (DE), Spanish (ES) and Italian (IT).

#### **Modifications:**

1. **\[login] User Interface Improvements:** We have made some cosmetic changes to the login page. The title has been removed for a cleaner design, and the logo has been enlarged for better visibility.

We hope these updates will improve your experience with Yoplanning.pro. Your feedback is essential to us, so feel free to share your feedback or report any issues to <support@yoplanning.com>.

Stay tuned for future updates and continued improvements to Yoplanning.pro!


---

# 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-22-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.
