# English

## English

- [Introduction](https://help-en.cosmobots.io/master.md)
- [Register](https://help-en.cosmobots.io/register.md): Hello Cosmonaut 🚀!! In this article I will explain you step by step how to register on the platform.
- [Definitions](https://help-en.cosmobots.io/definitions.md)
- [Create Bot](https://help-en.cosmobots.io/bot-builder/create-bot.md)
- [Version Control](https://help-en.cosmobots.io/bot-builder/create-bot/version-control.md): Hello Cosmonaut! In this article I will explain how version control works.
- [Creating my first Bot](https://help-en.cosmobots.io/bot-builder/create-bot/creating-my-first-bot.md): Hello Cosmonaut!! In this article, I'm going to show you an example of how to create your first bot on the platform! I will also give you valuable tips on good practices.
- [Conversation Flow](https://help-en.cosmobots.io/bot-builder/conversation-flow.md)
- [Message](https://help-en.cosmobots.io/bot-builder/conversation-flow/message.md)
- [Filter](https://help-en.cosmobots.io/bot-builder/conversation-flow/filter.md)
- [Existing Step](https://help-en.cosmobots.io/bot-builder/conversation-flow/existing-step.md)
- [Rest API](https://help-en.cosmobots.io/bot-builder/conversation-flow/rest-api.md)
- [Javascript](https://help-en.cosmobots.io/bot-builder/conversation-flow/javascript.md)
- [Email](https://help-en.cosmobots.io/bot-builder/conversation-flow/email.md)
- [Human Control](https://help-en.cosmobots.io/bot-builder/conversation-flow/human-control.md)
- [Webview](https://help-en.cosmobots.io/bot-builder/conversation-flow/webview.md)
- [Forward to another bot](https://help-en.cosmobots.io/bot-builder/conversation-flow/forward-to-another-bot.md)
- [Test Bot](https://help-en.cosmobots.io/bot-builder/conversation-flow/test-bot.md)
- [Time Action](https://help-en.cosmobots.io/bot-builder/conversation-flow/time-action.md)
- [NLP](https://help-en.cosmobots.io/bot-builder/nlp.md)
- [Entity](https://help-en.cosmobots.io/bot-builder/nlp/entity.md)
- [Intent](https://help-en.cosmobots.io/bot-builder/nlp/intent.md)
- [Channels](https://help-en.cosmobots.io/bot-builder/channels.md)
- [Google Assistant](https://help-en.cosmobots.io/bot-builder/channels/google-assistant.md)
- [Facebook](https://help-en.cosmobots.io/bot-builder/channels/facebook.md)
- [Workplace](https://help-en.cosmobots.io/bot-builder/channels/workplace.md)
- [Chat Widget](https://help-en.cosmobots.io/bot-builder/channels/chat-widget.md)
- [Data](https://help-en.cosmobots.io/bot-builder/data.md)
- [Objects](https://help-en.cosmobots.io/bot-builder/data/objects.md)
- [Fields](https://help-en.cosmobots.io/bot-builder/data/fields.md)
- [Integrations](https://help-en.cosmobots.io/bot-builder/integrations.md)
- [API](https://help-en.cosmobots.io/bot-builder/integrations/api.md)
- [Analytics](https://help-en.cosmobots.io/bot-builder/integrations/analytics.md)
- [RD Station](https://help-en.cosmobots.io/bot-builder/integrations/rd-station.md)
- [Dashboard](https://help-en.cosmobots.io/bot-builder/dashboard.md)
- [Explorer](https://help-en.cosmobots.io/bot-builder/explorer.md)
- [Codes](https://help-en.cosmobots.io/bot-builder/explorer/codes.md)
- [Changes](https://help-en.cosmobots.io/bot-builder/explorer/changes.md)
- [Live Chat](https://help-en.cosmobots.io/cosmo-desk/live-chat.md)
- [Settings](https://help-en.cosmobots.io/cosmo-desk/settings.md)
- [V1 - Records](https://help-en.cosmobots.io/api/v1-records.md)
- [V1 - Index](https://help-en.cosmobots.io/api/v1-index.md): List of Cosmobots API resources.
- [V1 - Send Message](https://help-en.cosmobots.io/api/v1-send-message.md): Send and receive messages, to single contacts per request, on channels connected to CosmoBots
- [V1 - Broadcast Messages](https://help-en.cosmobots.io/api/v1-broadcast-messages.md): Send messages to multiple contacts on channels connected to CosmoBots


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://help-en.cosmobots.io/master.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.
