# How to add URL button in WhatsApp Channel

WhatsApp Official API doesn't support URL button, you can try:

1. print out the URL using text message, it's clickable if you don't mind exposing the link
2. use a third-party short URL service to hide the link if you don't want to expose the link
3. use WhatsApp template message (in the flow, go "Contents" - "Message Templates")


---

# 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://help.uchat.com.au/how-to-add-url-button-in-whatsapp-channel.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.
