# Meta Ads

Configura tus anuncios con el botón de acción a Whatsapp y recibirás  las conversaciones directamente en nuestro agente de atención y con referencia al anuncio.

<figure><img src="/files/2uuMn44N4rJuUoGTm6qs" alt=""><figcaption></figcaption></figure>

1. Visita esta guía para vincular tu n° de whatsapp a tu página de facebook.

{% embed url="<https://www.facebook.com/business/help/1583303048513172?id=2129163877102343>" %}

2. En el botón de acción del armado del anuncio debes elegir el n° habilitado con Optiwe y configurar un mensaje inicial *(opción Rellenado Automático)* que permita identificar las campañas a partir de un hashtag y derivar las mismas a un grupo de asesores en particular.

<div><figure><img src="/files/H4xW4gd8GeaGpDu2vk6W" alt=""><figcaption></figcaption></figure> <figure><img src="/files/7EVfL0ZJWzbbOHUp9UOI" alt=""><figcaption></figcaption></figure></div>

Ejemplo: *Hola! Vi este anuncio y me gustaría saber más. #Maquinaria*

4. Configura en el bot *( solapa menú de opciones)* el bloque de código que identifique el hashtag.                               &#x20;

```xml
    <container keywords="['#Maquinaria']">
        <action type="reply" with_text="Estamos encantados de poder contarte más sobre esta oportunidad" />
        <action type="hand-over" chat_group="Campañas"/>
    </container>
```

5. No olvides guardar los cambios y listo!


---

# 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://soporte.optiwe.com/meta-ads.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.
