# How to move from a web-widget to WhatsApp chat

We are all aware that people all around the world prefer to use their smartphone for pretty much everything. So why not make it even easier for your website visitors and customers to chat with you in real time. Aside from offering a nice classic web widget with chatbots, you can also give the option to move the conversation from the widget to an actual WhatsApp chat with a human operator. All thanks to chatbots and our Chatbot Design Studio. Let's see how.

#### Go to the Chatbot Design Studio <a href="#go-to-the-chatbot-design-studio" id="go-to-the-chatbot-design-studio"></a>

Once you're in the Chatbot Design Studio, select your start or any other block at which point of the conversation flow you wish to add the option to move to WhatsApp.

**Create a button as a URL link**

Add a button title, choose URL as a type, open in blank and **add the following link in the URL field**:

> \*\*<https://wa.me/**+393491234567&#x38;**?text=**&#x48;e&#x79;**%20**nee&#x64;**%20**mor&#x65;**%20**info>

<figure><img src="/files/JyJlsaXFyxIU5eiCEvhX" alt=""><figcaption></figcaption></figure>

The link consist of:

1. the initial part <https://wa.me/>
2. followed by **the phone number** you want to transfer the conversation to, so presumably your business number.
3. the final part is “**?text=**” after which you can insert any text you'd like that will be sent as a first message in the WhatsApp chat. Remember to include **%20** any time you'd like **to insert space**. Example: Hey%20need%20more%20info

[Check this video out to see how it looks like in practice](https://youtube.com/shorts/RXsDTgbn-vw?feature=share)!


---

# 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://guide.tiledesk.com/ai-chatbots-and-automation/quick-start/how-to-move-from-a-web-widget-to-whatsapp-chat.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.
