> For the complete documentation index, see [llms.txt](https://docs.kynno.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.kynno.app/easysupport/create-a-smartbots-bot.md).

# Create a SmartBots bot

{% hint style="info" %}
If you already have a model bot on [SmartBots](http://www.mysmartbots.com/?by=6569290) running, you can skip this step and go to [Setting up your bot](/easysupport/setting-up-your-bot.md).
{% endhint %}

## Create your first SmartBots bot

On your [SmartBots dashboard](https://www.mysmartbots.com/active/dashboard?by=6569290), click the button `Create personal bot`.

<div data-full-width="false"><figure><img src="/files/lTQ4ncxWSPdRbx0w6ASb" alt="" width="563"><figcaption></figcaption></figure></div>

After that, it will ask you the bot type. For EasySupport and if you don't plan to use, choosing the `Model bot` is enough. You can see the pricing and other information about `Standard` and `Model` bot [here](https://www.mysmartbots.com/docs/Personal_Bots?by=6569290).

<figure><img src="/files/HUrioSNbstUrN7Dxu4JH" alt="" width="563"><figcaption></figcaption></figure>

<figure><img src="/files/lVUjwIBOFZ7ggfyigdzP" alt="" width="563"><figcaption></figcaption></figure>

Click `Confirm` and your bot is now created. To activate it, you need to make the first payment.

Visit <http://maps.secondlife.com/secondlife/Printemps/64/46/28> and click the SmartBots terminal.

<figure><img src="/files/Giw9lUD2yJcZostRMuU9" alt="" width="563"><figcaption></figcaption></figure>

Then select `Bots` and follow the instructions.

<figure><img src="/files/5ExAP4p7HeRwGZUrpyFM" alt="" width="375"><figcaption></figcaption></figure>

Once you have make the first payment, your bot is activated and it's now time to setup the bot on EasySupport.


---

# 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 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, and the optional `goal` query parameter:

```
GET https://docs.kynno.app/easysupport/create-a-smartbots-bot.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
