> For the complete documentation index, see [llms.txt](https://docs.sprinthub.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sprinthub.com/en/topics/settings/account-settings/whatsapp-web/whatsapp-web-options-creating-a-custom-whatsapp-button.md).

# WhatsApp Web - Options: Creating a Custom WhatsApp Button

<figure><img src="/files/6ff090721dbbe5ff1031487eb2ff81f55d95d150" alt=""><figcaption></figcaption></figure>

*To generate your WhatsApp Button follow the step by step:*&#x20;

Click **Settings** and then on **System**;

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

Then click on **Account Settings**, choose your account in **WhatsApp Web**, and click on **Generate Button**.

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

Now choose the position of your button, the size and click Copy; The WhatsApp button code can be used on Landing Pages in SprintHub or on other pages, according to your preference.

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

To add your WhatsApp button to a Landing Page in SprintHub, simply access the Landing Page builder and follow these steps: go to 'Advanced' and select 'HTML' then drag the "HTML" to the center of the screen:

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

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

Then paste the code that was copied:&#x20;

After you have pasted your code, your customized button will already appear on your landing page.

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

Finally, when clicking the WhatsApp icon, you will be automatically directed to the WhatsApp conversation that you linked to the link.

<figure><img src="/files/9c61bdaf836bced22711996de65adfbf36cfd611" alt=""><figcaption></figcaption></figure>


---

# 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.sprinthub.com/en/topics/settings/account-settings/whatsapp-web/whatsapp-web-options-creating-a-custom-whatsapp-button.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.
