> For the complete documentation index, see [llms.txt](https://tutorials.kuasa.io/getting-started/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tutorials.kuasa.io/getting-started/kuasa-campaigns/ai-chatbot/setup-ai-chatbot/create-ai-chatbot-item-in-kuasa.md).

# Create AI Chatbot item in Kuasa

<mark style="color:red;">**Note:**</mark> <mark style="color:red;"></mark><mark style="color:red;">Only one</mark> <mark style="color:red;"></mark><mark style="color:red;">**'AI Chatbot'**</mark> <mark style="color:red;"></mark><mark style="color:red;">item can be created per WhatsApp number.</mark>

1. Login to your Kuasa account via <https://campaigns.kuasa.io/>.
2. Click **Campaigns.**

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

3. Make sure that your WhatsApp device is connected to your Kuasa account. You may check the connection on your device settings.

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

4. Click **WhatsApp Integration**.

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

5. Make sure the connection is <mark style="color:green;">**Connected**</mark>.

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

6. Click **AI Chatbot** on left side of your account.

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

7. Click **Add Item**.

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

8. Choose **AI Chatbot.**

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

9. Set up the details below:

<mark style="color:blue;">**A. Status:**</mark> Enable

<mark style="color:blue;">**B. Name:**</mark> Enter an item name for reference

<mark style="color:blue;">**C. Keyword to Start:**</mark> Any word from the customer that will activate your AI Chatbot

<mark style="color:blue;">**Keyword to Disable:**</mark> Any word from the customer that will stop your AI Chatbot

<mark style="color:blue;">**D. Presence Delay:**</mark> Set the response delay time

<mark style="color:blue;">**E. Prompt:**</mark> Enter the prompt for your AI Chatbot <mark style="color:red;">(All items and API keys will be lost if the device is deleted. Please save your API keys and prompts elsewhere as a backup.)</mark>

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

10. Click the **Add New** button.
11. Done! Your AI Chatbot item has been successfully added.

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


---

# 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://tutorials.kuasa.io/getting-started/kuasa-campaigns/ai-chatbot/setup-ai-chatbot/create-ai-chatbot-item-in-kuasa.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.
