# Configuring Twilio for SMS or Voice

### **Technical Settings**

| **Field**       | **Description**                                                                                                        |
| --------------- | ---------------------------------------------------------------------------------------------------------------------- |
| **Account SID** | Your Twilio Account SID                                                                                                |
| **Auth Token**  | Your Twilio Auth Token                                                                                                 |
| **From Number** | A verified Twilio phone number used to send messages or calls                                                          |
| Display name    | The name shown in the tenant’s integrations overview (e.g., "Twilio OTP Service").                                     |
| **Description** | <p>A short explanation of the provider’s purpose<br><em>(e.g., “Sends authentication codes via SMS or voice”)</em></p> |


---

# 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.simptel.com/human-identity/integrations/configuring-twilio-for-sms-or-voice.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.
