> For the complete documentation index, see [llms.txt](https://docs.deepconverse.com/product-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.deepconverse.com/product-docs/chatbots/basics/building-chatbot-intents.md).

# Building chatbot intents

You can get started with building conversational responses with intents using the low code conversational flows.&#x20;

### Adding Intents

Once you are in the chatbot page you will be taken to the list of Intents that are defined for your chatbot. Intents serve as the brains of the chatbot to understand the questions and messages from customers are respond accordingly.&#x20;

To add an intent click on **+Intent Actions** on the top.

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

You will be prompted with a dialog to give it a meaningful name and give a description for the intent.

{% hint style="info" %}
The Intent Action **name** and **description** should be meaningful as they are used by the chatbot AI engine to understand the messages from the customers.
{% endhint %}

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

### Adding Sentences for Intents

To help the chatbot learn on how your customers will reach this intent action you can provide it sentences. This helps the chatbot to understand the customer questions better.

You should add atleast five sentences/phrases to help the AI engine understand the intent. The sentences should be distinct and represent how customers could ask their questions.

To view the sentences page click on the intent and select the **Sentences** tab.

As you can see in the screenshot below you can see the sentences currently added and a list of AI generated suggestions that can be added. You can also use the *magic wand* icon next to a pre-existing sentence to generate variations of it.

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

### Activate and Deactivate Intents

You can change the status of intents by toggling the Status field. This will result in the chatbot not executing the response and falling back to the default workflow.

<figure><img src="/files/8qi7Wor8Xs4ZqACus6pA" 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:

```
GET https://docs.deepconverse.com/product-docs/chatbots/basics/building-chatbot-intents.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.
