> 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-27-fevrier-2024.md).

# Mise à jour du 27 février 2024

We are excited to announce the latest update of Yoplanning, which brings significant improvements and new features to optimize the user experience and activity management. Here is a detailed overview of the new features and changes:

**What's New**

* **Onboarding:** We have added a welcome popup to guide new users through the process of registering and discovering Yoplanning. This aims to facilitate integration and speed up the handling of our platform.
* **API v3.1:** The `/order` endpoint is enriched with an `expand` option on the `booking_engine`, providing increased flexibility for external integrations and better exploitation of booking data.
* **Post-sale information request:** A new variable in the post-booking-message allows you to adapt the message sent after the reservation, depending on the specific product. You will now be able to integrate a link that allows you to collect from customers the information necessary for the activity such as for example notions of size, weight which are necessary in certain activities.

**Modifications**

* **Onboarding:** The style of step 2 of the registration has been revised, now including a preview of Yoplanning, to give a better overview of the interface and the functionalities offered from the first steps of the registration.

These updates are the result of your feedback and our commitment to providing an ever more powerful and intuitive platform. We invite you to discover these new features and share your impressions with us to continue improving Yoplanning together.


---

# 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-27-fevrier-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.
