# Cómo configurar manualmente las reacciones a las historias

Cuando alguien envía una reacción o un comentario en respuesta a tu historia, aparece un mensaje en la sección de Clientes:

<div data-with-frame="true"><figure><img src="/files/aa67c0f668b60347305df226f0531a6184e4d300" alt="" width="563"><figcaption></figcaption></figure></div>

Primero viene el mensaje que se envió (o emoji)

<div data-with-frame="true"><figure><img src="/files/f9a2e724bb199432a915b5d7056ad2d14c3af250" alt="" width="563"><figcaption></figcaption></figure></div>

Luego el enlace a la historia.

<div data-with-frame="true"><figure><img src="/files/49d5677cfefc11ac92bca1695259cce6c608d577" alt="" width="563"><figcaption></figcaption></figure></div>

Si quieres que tu bot responda a cualquier reacción a una historia específica, necesitas copiar la parte del enlace hasta el `&` símbolo.

<div data-with-frame="true"><figure><img src="/files/6fffc8e9b3f4f8eba9b7355f3411557f270c38d4" alt="" width="563"><figcaption></figcaption></figure></div>

Ve a la pestaña **Constructor** sección y crear un **Inicio** bloque o un **Disparador** . En el **Disparador** campo, pega el texto copiado, y en el **Respuesta** campo, introduce el texto que se enviará por Mensaje Directo.

<div data-with-frame="true"><figure><img src="/files/fba3c60ee9459884eac84d76bad36b4a42942eff" alt="" width="563"><figcaption></figcaption></figure></div>

Si necesitas configurar una respuesta a una palabra específica, añade esa palabra antes del enlace copiado. Introduce el texto de respuesta deseado en el **Respuesta** campo.

Si necesitas configurar reacciones idénticas para cualquiera de tus historias, copia la parte relevante del enlace y luego configura el bloque como se describió arriba.

### Callback para una reacción al avatar de una historia

Recientemente, Instagram introdujo la posibilidad de usar no solo emojis, sino también un avatar como reacción a las historias:

<div data-with-frame="true"><figure><img src="/files/0abdf623bef5bae8a07998158943cdb310e0d1af" alt="" width="375"><figcaption></figcaption></figure></div>

En este caso, se recibirá el `instagram_reaction_to_story` callback.

Esto requiere que estén habilitadas las siguientes configuraciones para los canales de tu bot de Instagram:

* La capacidad de recibir enlaces de respuesta a historias
* La capacidad de recibir comentarios

<div data-with-frame="true"><figure><img src="/files/3fa72f48b8cfac8e355ab0de9092d7a98e770f21" alt="" width="563"><figcaption></figcaption></figure></div>

Entonces el callback contendrá un enlace:

<div data-with-frame="true"><figure><img src="/files/c793c37033d01daae55b6c57e69bc18f56adcc92" alt="" width="563"><figcaption></figcaption></figure></div>

## Reacción a una mención en una historia

Cuando te mencionan en historias, recibes un callback como

<div data-with-frame="true"><figure><img src="/files/fe4e78e66d54581ea4255c544f976cfb8f1d5f80" alt="" width="188"><figcaption></figcaption></figure></div>

donde un enlace es el enlace a la historia en la que te han mencionado.&#x20;

<div data-with-frame="true"><figure><img src="/files/61e45130ab9583efa5ad17909f17dbf8aa9e61b2" alt="" width="563"><figcaption></figcaption></figure></div>

Para configurar respuestas a menciones en historias, ve a **Funnels** sección y crear un **Inicio** o **Fallback** . En el **"Disparador"** campo, escribe **"Una mención en la historia"**, y en el campo de respuesta, escribe el texto que se enviará por Mensaje Directo.

También puedes incluir imágenes o enlaces con el texto (por ejemplo, para ofrecer un bono por mencionar tu cuenta).

<div data-with-frame="true"><figure><img src="/files/ea5f35a42692bf68dba4508b44c6728c5cbaacb5" alt="" width="563"><figcaption></figcaption></figure></div>

Entonces, después de ser mencionado en la historia, el usuario recibirá un mensaje.


---

# 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.mavibot.ai/doc/es/chatbot/mensajeros/instagram/settings/como-configurar-manualmente-las-reacciones-a-las-historias.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.
