> For the complete documentation index, see [llms.txt](https://docs-en.dydu.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs-en.dydu.ai/first-use-guide/create-your-bot.md).

# Create your bot

Creating a new bot implies defining new settings such as bot parameters, modules, users, users' rights, etc.

To create a new bot, please follow these steps:

1. Click on the icon at the top right of the page, next to your name.
2. Click on **Create another bot**.
3. A new window opens. Click on the **+ card**.

### For the French version[​](https://docs.dydu.ai/docs/Key_concepts/create_your_bot#for-the-french-version) <a href="#for-the-french-version" id="for-the-french-version"></a>

If your account is in French, by default the bot will be in French too. We offer two templates:

<figure><img src="/files/jNAZwoJmflXV362SVPn8" alt=""><figcaption></figcaption></figure>

* when you create a bot from scratch, you are invited to choose a name for it and then click on **Create the bot**.
* when you create a bot from a template you are asked to:
  * select the category of end users
  * select a template
  * alternatively, you can send us a message to request a template

### For the other languages[​](https://docs.dydu.ai/docs/Key_concepts/create_your_bot#for-the-other-languages) <a href="#for-the-other-languages" id="for-the-other-languages"></a>

We do not yet offer a choice of templates in other languages. You are invited to choose a name for your bot and click on **Create the bot**.

<figure><img src="/files/BfDAOfBh4zB56Wram5Wu" alt=""><figcaption></figcaption></figure>

Your bot is created. You can change bots whenever you want by simply clicking on your bot's name at the top right of the window.

You can then start setting up your bot, [manage your users](https://docs.dydu.ai/docs/Settings/users_and_rights), create your [matching groups](https://docs.dydu.ai/docs/Complementary_items/matching_groups) and your first [knowledge](https://docs.dydu.ai/docs/Analytics/Analytics_v1/Exploitation/knowledge).


---

# 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-en.dydu.ai/first-use-guide/create-your-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.
