# Create Bot

When entering the platform the 1st step is to create your bot. Here you have 2 options:

## Bot <a href="#bot" id="bot"></a>

When creating the bot you will only have a few basic pre-defined settings. So it's a free bot for you to set it up any way you prefer.

You will also have the option to set the [Conversation Context](/definitions.md#conversation-context). Refers to the maximum wait time, since the last interaction between bot and user, so that the conversation context is restarted.

To create, simply enter the **My Bots** section located on the top bar, and then click on the **New Bot** button.

![](https://lh3.googleusercontent.com/a1u7gda8CoyAZl1LMrrtYAO3dQbU_-_AwwU6ztb56gtBzrf8RAdGxpNsPb8C05u8gQiqbvm7Ws1DFvFmNzcqq6P2iPCoreDt0uA7Er2SGGrq_yQwoocU1spLCED0725lCcgVNTmd)

## Bot Template <a href="#bot-modelo" id="bot-modelo"></a>

You also have the option to create a bot already customized, that is, with predefined configurations depending on the use case of the bot.

As an example, you can choose the Restaurant bot and already start working with the bot that already has basic customer service for a restaurant. Just like the Simple Bot, the custom bot is also free for you to configure it the way you prefer. Including the [Conversation Context ](/definitions.md#conversation-context)definition (explained above).

The main advantage of this type of bot is that you can better understand how to configure it already having some settings created as an example.

To create it, simply enter the **Bots templates** section located on the top bar, and then select the bot template you want.

![](https://lh3.googleusercontent.com/_v9p1p0__hiNR0eKN0R90-XsxKuwJfSyd21JYrvCip_9VDAQyXP5m8_bu76x4cpIL6DXfYqHJ5t_yumap8WflqfiYWnGUi4iSOLXq484F0tcNj4Ombs0jNElUbNYaiqWkx8ZJppb)


---

# 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/create-bot.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.
