> For the complete documentation index, see [llms.txt](https://docs.bird.com/connectivity-platform/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bird.com/connectivity-platform/using-different-channels-with-the-omnichannel-widget/how-can-my-customers-use-sms-with-the-omnichannel-widget.md).

# How can my customers use SMS with the Omnichannel Widget?

The Omnichannel Widget supports SMS as a channel. This means your customers can initiate and/or continue conversations in SMS from the Omnichannel Widget.

&#x20;

**Starting an SMS conversation from the Omnichannel Widget**

To start a conversation using SMS from the Omnichannel Widget, users can click on the **SMS card** on the **widget homepage**. They can then start an SMS conversation by entering their name, phone number, and message.

&#x20;

**Switching a Live Chat conversations to SMS**

To switch a Live Chat conversation to SMS, your customers need to navigate back to the **widget homepage** and choose **SMS**. From here, follow the same steps as when starting an SMS conversation from the Omnichannel Widget. Keep in mind that the two conversations will not be automatically linked, so your agent will need to keep an eye on the new ticket coming into Inbox.

&#x20;


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.bird.com/connectivity-platform/using-different-channels-with-the-omnichannel-widget/how-can-my-customers-use-sms-with-the-omnichannel-widget.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
