> 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-2025/mise-a-jour-yoplanning-novembre-2025.md).

# Mise à jour YoPlanning - Novembre 2025

November marks a technological turning point for YoPlanning with the integration of artificial intelligence at the heart of your daily management, accompanied by an ergonomic redesign of the user menu.

### 🤖 Artificial Intelligence & Automation

#### Multi-Agent Booking System (AI - in Beta testing)

We have deployed a revolutionary system that allows reservations to be taken in natural language.

* **The concept:** An intelligent agent capable of understanding the customer's request, checking availability, and creating the order from A to Z.
* **Usage:** Currently available via API and MCP servers, this technology paves the way for the arrival of even more autonomous booking robots.

#### Repatriation of the AI ​​Manager (RAG)

The Intelligent Assistance System (RAG) is now directly integrated into Yoplanning. This allows AI to answer your technical questions based precisely on our internal documentation, providing you with instant and highly relevant support.

### 📅 Interface & Ergonomics

#### Simplifying the main menu

To declutter the display and gain workspace, the profile icon in the top right corner has been removed.

* **New "My Account" menu:** All your personal information, your dashboard and your planning note history are now grouped in a new dedicated tab in the left sidebar menu.
* **Schedule settings:** Schedule display preferences are now located in the same place as filters, for more centralized configuration.

### 💰 Finance & Accounting

#### Treasury reconciliation export

For organizations working with the Public Treasury, we have added a specific export for **"cash-sales reconciliation"**. This new tool facilitates the complex financial reconciliations required by public administrations.

#### Accuracy of financial rounding

We have adjusted our calculation engine to use standard financial rounding (e.g., 10.005 becomes 10.01). This change guarantees perfect synchronization, without any discrepancies of one cent, with software such as Pennylane or Mews.

#### Stripe Evolutions

YoPlanning is modernizing and now only supports **Stripe Express**. This transition ensures better transaction security and smoother management of transfers to your accounts.

### 📱 Mobile & Support

#### iOS Update

A new version of the mobile application is available, including an update to Stripe Terminal for even more stable and faster physical payments in the field.


---

# 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-2025/mise-a-jour-yoplanning-novembre-2025.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.
