> For the complete documentation index, see [llms.txt](https://docs.whereby.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.whereby.com/further-resources/migrate-twilio.md).

# 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](/further-resources/migrate-twilio/twilio-js-sdk-quick-migration.md)
{% endcolumn %}

{% column %}
**🛠 Custom migration**

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

**→** [Twilio JS SDK Direct Migration](/further-resources/migrate-twilio/twilio-js-sdk-direct-migration.md)
{% 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.
