# Migrating from Twilio

Looking for an alternative to Twilio to integrate into your products? Choose the migration path that best fits your timeline and level of customization.

### Choose your migration path

{% columns %}
{% column %}

#### **⚡ Quick migration**

Use our pre-built meeting UI to migrate faster with less setup.

**→** [Twilio JS SDK Quick Migration](https://docs.whereby.com/further-resources/migrate-twilio/twilio-js-sdk-quick-migration)
{% endcolumn %}

{% column %}

#### **🛠 Custom migration**

Use the React SDK if you want full control over the meeting experience.

**→** [Twilio JS SDK Direct Migration](https://docs.whereby.com/further-resources/migrate-twilio/twilio-js-sdk-direct-migration)
{% endcolumn %}
{% endcolumns %}

***

### Which path should I choose?

* Choose **quick** migration if speed is the priority.
* Choose **direct** migration if you want a more customized implementation.

***

### Further resources

* [Whereby: Twilio Video SDK alternative](https://whereby.com/information/embedded/twilio-alternative)


---

# 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.whereby.com/further-resources/migrate-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.
