# Twilio SMS

The **SMS Options** section allows you to connect Bookster with **Twilio** so the system can send SMS notifications and reminders to customers or agents.

Before using SMS Notifications or SMS Reminders, you must configure and verify your Twilio credentials here.

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

**SMS Notification**

Enable this toggle to activate SMS functionality across the system.\
When enabled, Bookster can send SMS notifications and reminders using your Twilio account.

**Account SID**

Enter your **Twilio Account SID**.\
This value can be found in your Twilio Dashboard and is used to identify your Twilio account.

**Auth Token**

Enter your **Twilio Auth Token**.\
This token is required to authenticate requests sent from Bookster to Twilio.

**Sender Phone Number**

Enter the **Twilio phone number** that will be used to send SMS messages.\
The phone number must be purchased and verified in your Twilio account.

Example format:\
`+1234567890`

**Send Test SMS**

Click **Send Test SMS** to verify that your Twilio credentials and phone number are configured correctly.\
If the test SMS is delivered successfully, your SMS integration is ready to use.

**Save Changes**

Click **Save Changes** to apply and store your Twilio SMS settings.


---

# 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.yaycommerce.com/bookster/addons/twilio-sms.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.
