# Installation on WhatsApp

{% hint style="info" %}
You can connect WhatsApp Chatbot with WhatsApp using WhatsApp Business API. In case you do not have WhatsApp Business API, you can refer to this [article](broken://pages/KqKxKXTfIxR1UWP3lbLB) or can reach out to us at `support@swiftsell.biz`
{% endhint %}

### How do I configure a chatbot on WhatsApp?&#x20;

To run a chatbot on WhatsApp, you can follow the following steps;&#x20;

* Go to 'Channel Configuration -> WhatsApp -> Configuration' <br>
* Click on '+ WhatsApp Configuration' <br>
* Provide the following details; <br>
  * Phone Number: \
    \
    Enter the Phone number for which you have WhatsApp Business API. Enter the phone number with the country code but without '+' sign<br>
  * API Details: \
    \
    Different providers have different input fields. Enter the details received from the provider into the respective fields

{% hint style="info" %}
Currently, Swifsell supports the following providers;&#x20;

* Meta&#x20;

* 360Dialog

* Twilio&#x20;

* Unifonic&#x20;

* GupShup
  {% endhint %}

* Click on 'Save' to save the configuration<br>

* Go to 'Bot Builder -> WhatsApp Bot -> Trigger Action Block' <br>

* Select the 'Phone Number' configured<br>

* Click on 'Deploy' to go live with the chatbot on WhatsApp


---

# 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://docs.swiftsell.biz/getting-started/installation/installation-on-whatsapp.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.
