# Twilio SMS notifications

From version 1.4 in the script we enable SMS notifications.

By default this feature is disabled and you will need to enable by changing the ENV variable from **false** to **true**.

```
ENABLE_SMS_VERIFICATION=true
```

Visit the [Twilio official website](https://www.twilio.com/) and create a new account.

After creating you will have access to the Twilio console.

From the left menu select **Settings** > **General.**

Find **API Credentials** sections and copy **ACCOUNT SID** and **AUTH TOKEN**.

![](/files/-MDZPmEJyqroh0qiMsZU)

Add these variables in your ENV file.

```
TWILIO_ACCOUNT_SID=""
TWILIO_AUTH_TOKEN=""
```

Now you will need to add your phone number that you will use for your project.

Click on the menu under the home icon and select **Phone Numbers**.

![](/files/-MDZR4zIxQ3zg5XYBIQ6)

Add new phone number and add in your ENV file again.

```
TWILIO_FROM=""
```


---

# 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://mobidonia.gitbook.io/mresto/define-basics/twilio-sms-notifications.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.
