> For the complete documentation index, see [llms.txt](https://docs-wa.neuapix.com/whatsapp-api/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs-wa.neuapix.com/whatsapp-api/getting-started/create-whatsapp-template.md).

# Create WhatsApp Template

You only need to press the **Add Template** button to make a WhatsApp Template. Next, you will be redirected to the Create Template page.

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

You can fill in what you must, such as the Template Name, Header, Body, and Buttons from the template you will create.

In the Header column, you can choose two things: **Media & Text.** Although these are two different things, by selecting **Media**, your template will contain several visualizations, while **Text** will display only the title text.

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

Furthermore, you can fill in **Call to Action** and **Quick Reply** in the Buttons column. You need to remember that the Buttons column is just an optional addition.

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

If you have filled in everything and seen the results of the template you have made, you can press the **Submit** button, or if you want to save it as a draft, you can press the **Save as Draft** button.

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

Furthermore, after creating a template, you can wait for the status of the template submission that you have made. You can use your template if our team has an Approved template.


---

# 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:

```
GET https://docs-wa.neuapix.com/whatsapp-api/getting-started/create-whatsapp-template.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.
