> 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/es/information-de-mise-a-jour/rapport-de-maj-2024/mise-a-jour-du-9-janvier-2024.md).

# Mise à jour du 9 janvier 2024

Estimados usuarios de Yoplanning:

Nos complace anunciar la última actualización de Yoplanning, con fecha del 9 de enero de 2024. Esta actualización trae mejoras significativas y correcciones cruciales para optimizar su experiencia con nuestra aplicación. Aquí están los detalles:

**Qué hay de nuevo:**

1. **Gestión de reservas mejorada \[add-booking]:** Para garantizar una mayor fiabilidad en la planificación, hemos actualizado nuestro sistema de reservas. Ahora, al realizar una reserva, el sistema verifica automáticamente la disponibilidad del personal en el horario. Esto significa que ya no es posible tener overbooking, garantizando así una mejor organización y evitando conflictos de programación.

**Correcciones:**

1. **Corrección de errores al agregar productos \[add-product]:** Se identificó y solucionó un problema relacionado con un bloqueo de la aplicación al crear un nuevo producto, si se agregaban posibles miembros del personal. Esta solución ahora garantiza un uso más estable y confiable al administrar sus productos.

Si tiene alguna pregunta o encuentra alguna dificultad después de esta actualización, no dude en ponerse en contacto con nuestro soporte en <support@yoplanning.com>.

Le agradecemos su confianza y continua colaboración.

Un cordial saludo, El equipo de Yoplanning


---

# 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/es/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.
