> 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/preguntas-frecuentes/faq-des-staffs/faq-comment-fonctionne-le-bouton-reservez-prenom.md).

# FAQ : Comment fonctionne le bouton "Réservez \[prénom]" ?

### Requisitos previos.

Usted, como personal del equipo, debe ser designado en un producto del equipo al menos como personal potencial. De lo contrario, el botón no será visible. De hecho, esta funcionalidad sólo tiene sentido para el coaching privado. *(comuníquese con el administrador del equipo si es necesario)*

### **¿Para qué sirve el botón “Reservar \[nombre]”?**

El botón "Reservar \[nombre]" le permite ver y compartir rápidamente su disponibilidad. Puede usarlo para verificar sus espacios libres en el futuro o para ayudar a un cliente real. Es una herramienta práctica para gestionar tus citas o informar a un cliente de tu disponibilidad.

### **¿Cómo utilizar el botón “Reservar \[nombre]”?**

1. Desde su panel de control, ubique el botón “Reservar \[su nombre]”.
2. Haga clic en él para ver toda su disponibilidad futura.
3. Se aplicará automáticamente un filtro para mostrar solo los espacios en los que estás disponible.
4. Luego puede responder al cliente directamente o proporcionarle un enlace para reservar un espacio.

### **¿Cuál es la diferencia entre “Reserva” y “Reserva \[nombre]”?**

* El botón **"Reservar"** muestra toda la disponibilidad para todo el equipo y para todos los productos.
* El botón **"Reservar \[nombre]"** solo muestra **tu** disponibilidad y es específico de tu horario.

### **Mejores prácticas:**

* Utilice este botón en conversaciones directas con los clientes para brindarles información específica sobre sus espacios abiertos.
* También es una buena manera de asegurarse de estar disponible para los espacios ofrecidos sin tener que revisar la agenda completa del equipo.

Esta función está ahí para simplificar la gestión de sus citas y facilitar las interacciones con los clientes brindándole acceso rápido a su disponibilidad.


---

# 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/preguntas-frecuentes/faq-des-staffs/faq-comment-fonctionne-le-bouton-reservez-prenom.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.
