# Chatbots

Optiwe está trabajando en una nueva interfaz gráfica para crear el menú estático de tu chatbot de manera visual. Mientras tanto, trabajamos con una configuración xml, sobre la que te explicaremos todo lo necesario para que puedas editarla sencillamente.&#x20;

Encontrá la **configuración del chatbot**, ingresando al **panel de control** en [app.optiwe.com](https://app.optiwe.com/):

1. Selecciona del menú de la izquierda la opción **Habilidades**
2. Selecciona la pestaña **Menú de opciones**
3. Activa la opción **Habilitar selección por menú**

<figure><img src="/files/CecjtqWlPuUuuxJ8IAnd" alt=""><figcaption></figcaption></figure>

4\. Hacia abajo, en el cuadro llamado **Definición,** debes configurar el XML como te mostraremos en los artículos de esta seccción

<figure><img src="/files/GSSNfVbEkE8GXHaG9ZDX" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Como se ve en la imagen el XML tiene una estructura en la que dentro de una **raíz (root)**  se despliega el **menú (options header)** con sus **opciones (option text)**  y las acciones derivadas correspondientes **(action type)**
{% endhint %}


---

# 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/chatbots.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.
