# Template Button Types

WhatsApp templates allow businesses to send **interactive messages** that drive quick customer actions. Buttons make these messages more engaging and help users respond or act without typing manually.

There are **two types of buttons** you can add to your templates — **Call-to-Action (CTA)** buttons and **Quick Reply** buttons.

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

## **Call-to-Action (CTA)** Buttons

CTA buttons allow users to perform a direct action such as **visiting a link** or **calling a phone number**.

#### **Types of CTA Buttons:**

* **Visit Website:** Opens a link in the user’s browser.
  * Example: “Track Order” → <https://store.com/order/\\{{1\\}}>
* **Call Phone Number:** Opens the phone dialer with the specified number.
  * Example: “Call Support” → +91 98765 43210

## Quick Reply Buttons

The are predefined response options that appear as clickable buttons within a WhatsApp message. They allow users to **respond instantly** without typing, making conversations faster and more interactive.

Up to 10 quick reply buttons can be added in a single WhatsApp template (Standard Layout).


---

# 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.quickreply.ai/product-modules/templates/whatsapp-templates/concepts/template-button-types.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.
