# Custom SMS Provider

Authgear allows you to change the provider that sends text messages in your project.

You can access the settings for changing SMS provider from **Advanced** > **Custom SMS Gateway** in Authgear Portal.

<figure><img src="/files/Mby0KSanZZ0csBUyERYY" alt=""><figcaption><p>authgear custom sms gateway</p></figcaption></figure>

When Custom SMS Gateway is enabled, you can select either of the following providers. Click on a provider for a detailed guide on how to configure it

* [Twilio](/customization/custom-sms-provider/twilio.md)
* [Webhook/Custom Script](/customization/custom-sms-provider/webhook-custom-script.md)


---

# 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.authgear.com/customization/custom-sms-provider.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.
