# Channels

After the created flows and defined NLP, it is time to launch the bot for its users.

An important point here is: **everything created in the bot (Flows and NLP) will serve any channel**. So CosmoBots follows the Omni-Channel concept, the user experience with the bot must be the same regardless of which channel it accesses.

For now we are offering integration for 4 channels. But we are working to launch more channels soon.

![](https://blobscdn.gitbook.com/v0/b/gitbook-28427.appspot.com/o/assets%2F-LSnqDgLbXBccdKMOdEJ%2F-LWGge974aSqmlxc1vQU%2F-LWGgevZoUQUYu73ohB4%2Fimage.png?alt=media\&token=3c8bc000-7105-4c57-a12f-8dcdeed45069)


---

# 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-en.cosmobots.io/bot-builder/channels.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.
