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

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

### Prerequisiti.

In qualità di Staff del team, devi essere designato in un prodotto del team almeno come Staff potenziale. Altrimenti il ​​pulsante non è visibile Questa funzionalità ha infatti senso solo per il coaching privato. *(contattare l'amministratore del team se necessario)*

### **A cosa serve il pulsante "Prenota \[nome]"?**

Il pulsante “Prenota \[nome]” ti consente di visualizzare e condividere rapidamente la tua disponibilità. Puoi usarlo per controllare i tuoi slot gratuiti in futuro o per aiutare un cliente dal vivo. È uno strumento pratico per gestire i tuoi appuntamenti o informare un cliente della tua disponibilità.

### **Come utilizzare il pulsante “Prenota \[nome]”?**

1. Dalla dashboard, individua il pulsante "Prenota \[il tuo nome]".
2. Cliccaci sopra per vedere tutte le tue future disponibilità.
3. Verrà applicato automaticamente un filtro per visualizzare solo gli slot in cui sei disponibile.
4. Potrai quindi rispondere direttamente al cliente o fornirgli un link per prenotare uno slot.

### **Qual è la differenza tra “Riserva” e “Riserva \[nome]”?**

* Il pulsante **"Prenota"** mostra tutte le disponibilità per l'intero team e per tutti i prodotti.
* Il pulsante **"Prenota \[nome]"** mostra solo la **tua** disponibilità ed è specifico per il tuo programma.

### **Best practice:**

* Utilizza questo pulsante nelle conversazioni dirette con i clienti per fornire loro informazioni specifiche sui tuoi slot aperti.
* È anche un buon modo per assicurarti di essere disponibile per gli slot offerti senza dover consultare il programma dell'intero team.

Questa funzionalità è lì per semplificare la gestione dei tuoi appuntamenti e per facilitare le interazioni con i clienti dandoti un rapido accesso alla tua disponibilità.


---

# 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/it/domande-frequenti/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.
