# Canales

Después de que los flujos creados y PNL establecido, el tiempo ha llegado a lanzar el bot para sus usuarios.

Un punto importante aquí es: **Todo lo creado en el bot (streams y NLP) var sirve para cualquier canal.** Así que los cosmobots siguen el concepto de Omni-Channel, la experiencia del usuario con el bot necesita ser el mismo independientemente de qué canal accede.

Por ahora estamos ofreciendo integración para 4 canales. Pero estamos trabajando para lanzar más canales pronto.

![](https://lh3.googleusercontent.com/DrUJQ4J1heOZvi7W8-PowoqgsGL1Hm_MsMKzJpJ5nNO5xugdUOhVx4zLYDV-s36OZB3r3alpwmOcDRj7NIjdu-sgzoekjklTnutw3KS88X32nEicLuT4RLmdjgq2_ZbDfWDOe5Zzi5nPaSAF3g)


---

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