# Building a chatbot

### What type of chatbots I can build?&#x20;

There are two types of chatbot that you can build. They are;&#x20;

1. [Inbound Chatbot](#how-do-i-build-an-inbound-chatbot)
2. [Outbound Chatbot](broken://pages/bu3664jwucUoNIkJGoFP)

### What is Inbound chatbot?&#x20;

An inbound chatbot is a type of chatbot that is designed to interact with customers or users who initiates contact with business or organisation. These chatbots are usually placed on a company's website or social media platform and are programmed to respond to customer inquiries, provide product information, schedule appointments, or handle other customer service tasks.&#x20;

### How do I build an Inbound Chatbot?

You can follow the following steps to build an inbound chatbot;&#x20;

* Go to '**Bot Builder**' <br>
* Click on '**Build a Bot**' <br>
* Choose '**Build an Inbound Bot**' <br>
* Select the '**Channel**' from available options<br>
* Choose how you want to build your bot i.e. '**Use this Templates**' or '**From Scratch**' <br>
* Add '**Action Blocks**' in the conversational flow<br>
* Configure '**Action Blocks**' on the right panel<br>
* Click on '**Test this Bot**' to test the flow <br>
* Click on '**Deploy**' to deploy the bot

{% embed url="<https://youtu.be/Sda10R5b0TY>" %}


---

# 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://help.wotnot.io/getting-started/building-a-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.
