# SMS Services - via Twilio

In order to enable SMS-based services, such as phone verificaiton via SMS, you need to setup your own Twilio account.

On the Setup > Integration page, find the card **Twilio** and enable the toggle.

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

**Twilio Account SID**: this is your generic Twilio Account SID that you can find in the [main page of the Twilio Console](https://console.twilio.com/)

**Twilio Auth Token**: this is your generic Twilio Auth Token that you can find in the [main page of the Twilio Console](https://console.twilio.com/)

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

You need to enable the [**Verify**](https://console.twilio.com/us1/develop/verify/overview) service.

Search for Verify in the sidebar, click Create New and follow instruction. Once completed, copy the value of the **Service SID** reported in the main table.

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

Enter the **Service SID** in the Cusna setup interface and click **Save**.


---

# 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.cusna.io/add-ons/sms-services-via-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.
