# Twilio

With Twilio you are able to create voice, SMS and WhatsApp chatbots. In order to connect your Twilio account go to the integration section from the left-hand menu and select Twilio.

As you see you only need to insert two pieces of login details to connect your Twilio account:

* Account SID
* AUTH Token

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

### Login to your Twilio account <a href="#login-to-your-twilio-account" id="login-to-your-twilio-account"></a>

Login to your [Twilio account (opens new window)](https://console.twilio.com/) and when arriving at your dashboard overview you will be able to directly grab the Account SID as well as the AUTH token

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

Copy and paste both into your workspace Twilio section and press the save button. If all goes well then you should also see a verified status in the top right corner of your screen

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

### How to use Twilio <a href="#how-to-use-twilio" id="how-to-use-twilio"></a>

Now your account is connected you are now able to create a Rapidbott on one of the following channels:

* Voice
* SMS
* WhatsApp

You will also see which channels you have connected to which phone number.

Once all is connected you can go ahead and start creating your sms and voice Rapidbotts 🚀

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


---

# 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.rapidbott.com/help-center/platform/introduction/integrations/twilio.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.
