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

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

### Prerequisites.

You must, as a Team Staff, be designated in at least one Team product as a Potential Staff. Otherwise the button is not visible. Indeed, this feature only makes sense for private coaching. *(contact the team administrator if necessary)*

### **What is the "Book \[first name]" button for?**

The "Book \[first name]" button allows you to quickly view and share your availability. You can use it to check your free slots in the future or to help a client directly. It's a handy tool to manage your appointments or inform a client of your availability.

### **How to use the "Book \[first name]" button?**

1. From your dashboard, locate the “Book \[your first name]” button.
2. Click on it to see all your future availabilities.
3. A filter will automatically apply to only display the slots where you are available.
4. You can then respond to the customer directly or provide them with a link to book a slot.

### **What is the difference between "Reserve" and "Reserve \[first name]"?**

* The **"Book"** button displays all availabilities for the entire team and for all products.
* The **"Book \[first name]"** button only shows **your** availability and is specific to your schedule.

### **Best practices:**

* Use this button in direct conversations with customers to give them specific information about your free slots.
* It's also a good way to make sure you're available for the slots offered without having to go through the entire team schedule.

This feature is here to simplify the management of your appointments and to facilitate interactions with clients by giving you quick access to your availability.


---

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