> For the complete documentation index, see [llms.txt](https://help.skoobot.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.skoobot.com/frequently-asked-questions-faqs/whatsapp-faqs.md).

# WhatsApp FAQs

<details>

<summary><strong>How to add a new WhatsApp template?</strong></summary>

You can create templates by navigating to the `bots` tab.&#x20;

* Click on `Bot Settings`&#x20;
* Click on `Input`, Here click on create reply material tab, select template from the drop-down, enter a name for the template, type your message and click create reply material.

</details>

<details>

<summary>Is there a free plan?</summary>

No, WhatsApp's new policies do not allow free trials; if anyone provides it, it is nothing but false advertising.

</details>

<details>

<summary>What is your markup on Meta prices?</summary>

We do not charge anything on top of Meta conversation charges; you pay the WhatsApp conversations fee directly to Meta.

</details>

<details>

<summary>Is there any message limit?</summary>

No, all charges are conversations based. Skoobot’s platform pricing is based on the plan of conversations you choose.

</details>

<details>

<summary>I want a WhatsApp bot along with my website bot, what should I do?</summary>

You must take two separate subscriptions, as WhatsApp has a different pricing structure.

</details>

<details>

<summary>Can SkooBot provide me with green tick verification for WhatsApp?</summary>

Yes, We do. We'll get you through everything once you start with us.

</details>

<details>

<summary>Can I send bulk messages?</summary>

Yes, they can be scheduled and targeted as per your strategy.

</details>


---

# 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://help.skoobot.com/frequently-asked-questions-faqs/whatsapp-faqs.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.
