# Create an Chatbot Using AI ( Vibe Bot Building ) ?

1. Go to the Bot Builder and click “Create a New Bot Flow”.​
2. Select the channel where the bot will operate (e.g., WhatsApp, Instagram, or Facebook Messenger).​
3. Set a trigger keyword for the bot and choose your channel.​
4. Click on the “AI Bot Builder” option to use AI for creating the bot flow (note: this is chargeable and deducts from your user coin wallet).​
5. Ensure your user coin wallet has sufficient balance; if not, withdraw funds from any channel to add to your coin balance.​
6. Agree to the charges and click “I understand and agree to the charges”.​
7. Enter detailed instructions for the AI regarding the type of bot you want to create (for example, a lead validation bot for a car service center with five questions).​
8. Send your request to the AI; the system processes your instructions and builds the bot flow in about a minute.​
9. Review the generated bot flow, which may include prompts and service options as per your input (the exact cost will depend on flow length and complexity).​
10. If needed, further customize blocks or add options using buttons. You can continue chatting with the AI to refine and extend your bot flow.​
11. For optimal results, provide as much detail as possible in your instructions; you can mix AI guidance with human input for a more robust bot journey.​

Following these steps allows you to quickly and efficiently create a customized chatbot journey using AI within the platform.

{% embed url="<https://www.youtube.com/watch?v=1dVeoll7xaM>" %}


---

# 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://helpdocumentation.gitbook.io/user/bot-builder/whatsapp-chatbot/create-an-chatbot-using-ai-vibe-bot-building.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.
