# Create your chatbot

**How to Create Your Own Chatbot**

1. **Choose the desired template**
   * **There are various industries to choose from**
   * **You can preview the chatbot in "Preview Template"**

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

2. Name your chatbot in the blank field and upload your image

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

3. Choose the language you want to use with the button below the chatbot's name

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

4. **That's it! Your chatbot is successfully created!!!**

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

Congratulations, you've learned how to create a chatbot on your own!

Welcome to MantaGO!!!


---

# 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://blog.mantago.cc/en/create-your-chatbot.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.
