# Rapid messages

### IMPORTANTE INSERIRLI CORRETTAMENTE

I messaggi rapidi, noti come "Domande rapide," sono progettati per semplificare l'interazione. Invece di definire il contenuto del messaggio, si dovrebbero predisporre le domande che gli utenti potrebbero porre. Quando un utente seleziona un messaggio rapido nella chat, verrà presentata al chatbot la corrispondente domanda da cui poi otterrà una risposta.

**Label**: L'etichetta che l'utente vede all'interno della chat. Ad esempio, nell'immagine sottostante, le label sono "How can it be useful" e "What is GPTFlow".

<figure><img src="/files/TjZfnly9AzEUvWjvWjJd" alt="" width="375"><figcaption></figcaption></figure>

**Message content**: Questo è il messaggio automatico che compare nella chat quando l'utente seleziona una label. Dovrebbe essere sempre una domanda diretta al chatbot. Nel nostro esempio, se l'utente seleziona "Come può essere utile," verrà automaticamente posta al chatbot la domanda: "Come GPTFlow può aiutare la crescita della mia azienda? E perché dovrei considerare l'iscrizione?" Il chatbot risponderà automaticamente a questa domanda.

<figure><img src="/files/eZ8Gxpk02y9pUS2LKKGv" alt="" width="375"><figcaption></figcaption></figure>


---

# Agent Instructions: 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:

```
GET https://docs.gptflow.app/sezioni-della-console/rapid-messages.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
