# BOT BUILDER

- [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)


---

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