> For the complete documentation index, see [llms.txt](https://academy.vambe.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://academy.vambe.ai/canal/plantillas/como-enviar-mensajes-rapidos-y-plantillas.md).

# Como enviar mensajes rápidos y plantillas

## Como enviar mensajes rápidos y plantillas

#### Consideraciones previas

Debes tener al menos una plantilla creada 👉 [Como crear plantillas](https://academy.vambe.ai/canal/plantillas/como-crear-plantillas)

***

### Cómo enviar plantillas cuando el chat está cerrado (más de 24 h)

![Enviar plantilla en chat cerrado](https://content.gitbook.com/content/CFdmz6HrosBiYP1q1BJ6/blobs/urcfdpomlqeUXsRyIACP/image%20png%20Dec%2001%202025%2001%2043%2017%202477%20PM.png)

{% stepper %}
{% step %}
**Enviar plantilla en chats cerrados**

1. Abre el ticket en el panel de conversaciones.
2. Haz clic en **Enviar plantilla** (botón visible en chats cerrados).
3. Selecciona la plantilla que desees usar.
4. Envíala al cliente.
   {% endstep %}
   {% endstepper %}

{% hint style="info" %}
Este es el método formal para reactivar conversaciones cerradas cumpliendo las políticas de Meta.
{% endhint %}

***

### Cómo enviar plantillas usando el atajo de mensajes rápidos

![Atajo de mensajes rápidos](https://content.gitbook.com/content/CFdmz6HrosBiYP1q1BJ6/blobs/5ZxUerQfcYmPkFZgnLyP/image%20png%20Dec%2001%202025%2001%2045%2055%202016%20PM.png)

{% stepper %}
{% step %}
**Usar el atajo (slash)**

1. En cualquier conversación (abierta o cerrada) escribe **/** (slash).
2. Escribe las **tres primeras letras** del nombre de tu plantilla.
3. Selecciónala de la lista desplegable.
4. Envíala.
   {% endstep %}
   {% endstepper %}

Este atajo permite disparar plantillas sin buscarlas manualmente, facilitando respuestas rápidas y consistentes.


---

# 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://academy.vambe.ai/canal/plantillas/como-enviar-mensajes-rapidos-y-plantillas.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.
