# BOT BUILDER

- [Crear el Bot](https://help-es.cosmobots.io/bot-builder/crear-el-bot.md)
- [Flujo de Conversación](https://help-es.cosmobots.io/bot-builder/flujo-de-conversacion.md)
- [Mensaje](https://help-es.cosmobots.io/bot-builder/flujo-de-conversacion/mensaje.md)
- [Filtro](https://help-es.cosmobots.io/bot-builder/flujo-de-conversacion/filtro.md)
- [Passo Existente](https://help-es.cosmobots.io/bot-builder/flujo-de-conversacion/passo-existente.md)
- [Rest API](https://help-es.cosmobots.io/bot-builder/flujo-de-conversacion/rest-api.md)
- [Javascript](https://help-es.cosmobots.io/bot-builder/flujo-de-conversacion/javascript.md)
- [Correo Electrónico](https://help-es.cosmobots.io/bot-builder/flujo-de-conversacion/correo-electronico.md)
- [Control Humano](https://help-es.cosmobots.io/bot-builder/flujo-de-conversacion/control-humano.md)
- [Webview](https://help-es.cosmobots.io/bot-builder/flujo-de-conversacion/webview.md)
- [Direccionar a Otro Bot](https://help-es.cosmobots.io/bot-builder/flujo-de-conversacion/direccionar-a-otro-bot.md)
- [Probar Bot](https://help-es.cosmobots.io/bot-builder/flujo-de-conversacion/probar-bot.md)
- [Acción de tiempo](https://help-es.cosmobots.io/bot-builder/flujo-de-conversacion/accion-de-tiempo.md)
- [PNL](https://help-es.cosmobots.io/bot-builder/pnl.md)
- [Entidad](https://help-es.cosmobots.io/bot-builder/pnl/entidad.md)
- [Intención](https://help-es.cosmobots.io/bot-builder/pnl/intencion.md)
- [Canales](https://help-es.cosmobots.io/bot-builder/canales.md)
- [Google Assistant](https://help-es.cosmobots.io/bot-builder/canales/google-assistant.md)
- [Facebook](https://help-es.cosmobots.io/bot-builder/canales/facebook.md)
- [Workplace](https://help-es.cosmobots.io/bot-builder/canales/workplace.md)
- [Chat Widget](https://help-es.cosmobots.io/bot-builder/canales/chat-widget.md)
- [Datos](https://help-es.cosmobots.io/bot-builder/datos.md)
- [Objetos](https://help-es.cosmobots.io/bot-builder/datos/objetos.md)
- [Campos](https://help-es.cosmobots.io/bot-builder/datos/campos.md)
- [Integraciones](https://help-es.cosmobots.io/bot-builder/integraciones.md)
- [API](https://help-es.cosmobots.io/bot-builder/integraciones/api.md)
- [Analíticos](https://help-es.cosmobots.io/bot-builder/integraciones/analiticos.md)
- [RD Station](https://help-es.cosmobots.io/bot-builder/integraciones/rd-station.md)
- [Dashboard](https://help-es.cosmobots.io/bot-builder/dashboard.md): En este se hablará sobre qué es Dashboard, qué datos se informa y cómo interpretarlos.
- [Desempeño del agente](https://help-es.cosmobots.io/bot-builder/dashboard/desempeno-del-agente.md): Este artículo trata sobre el rendimiento de los asistentes, que se encuentra debajo del gráfico principal del Dashboard.
- [Indicadores](https://help-es.cosmobots.io/bot-builder/dashboard/indicadores.md): En este artículo aprenderás sobre cada uno de los indicadores situados en la parte derecha del Dashboard
- [Explorer](https://help-es.cosmobots.io/bot-builder/explorer.md)
- [Códigos](https://help-es.cosmobots.io/bot-builder/explorer/codigos.md)
- [Cambio](https://help-es.cosmobots.io/bot-builder/explorer/cambio.md)


---

# 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://help-es.cosmobots.io/bot-builder.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.
