# Emovur User Guide

## whatsapp-api

- [Welcome ](https://support.emovur.com/welcome.md)
- [Sign up](https://support.emovur.com/onboarding/sign-up.md)
- [Connect number](https://support.emovur.com/onboarding/connect-number.md)
- [Meta account verification](https://support.emovur.com/onboarding/meta-account-verification.md)
- [Take template approval](https://support.emovur.com/get-started/take-template-approval.md): Here's how to get your first template approval
- [Send broadcast](https://support.emovur.com/get-started/send-broadcast.md): Let's send your first broadcast message
- [View broadcast report](https://support.emovur.com/get-started/view-broadcast-report.md): Here's how you view the broadcast report
- [WhatsApp Templates](https://support.emovur.com/modules/whatsapp-templates.md): Templates and it's features
- [Create a template](https://support.emovur.com/modules/whatsapp-templates/create-a-template.md): Templates are a structured form of messages that you send to your customers after receiving approval from Meta. So, how do we create them?
- [Broadcast](https://support.emovur.com/modules/broadcast.md): Broadcast and it's features
- [Create Broadcast](https://support.emovur.com/modules/broadcast/create-broadcast.md): How to create broadcast?
- [Broadcast Report](https://support.emovur.com/modules/broadcast/broadcast-report.md)
- [Broadcast Journey](https://support.emovur.com/modules/broadcast/broadcast-journey.md): The broadcast journey is used to define a structured sequence of messages sent to your customers at predefined intervals.
- [Team Inbox](https://support.emovur.com/modules/team-inbox.md)
- [Bot](https://support.emovur.com/modules/bot.md): Bot and it's features
- [Flows](https://support.emovur.com/modules/flows.md)
- [E-commerce](https://support.emovur.com/modules/e-commerce.md)
- [Insights](https://support.emovur.com/modules/insights.md): Insights refer to data and metrics that provide businesses with an overview of their messaging performance.
- [Integrations](https://support.emovur.com/modules/integrations.md)
- [Profile Setup](https://support.emovur.com/modules/number-profile-setup.md)
- [Wallet](https://support.emovur.com/billing/wallet.md)
- [Subscription](https://support.emovur.com/billing/subscription.md)
- [API Logs](https://support.emovur.com/developers/api-logs.md): API logs are records of all interactions between your application and WhatsApp's servers, tracking message statuses, errors, and performance for troubleshooting and monitoring.
- [API Documentation](https://support.emovur.com/developers/api-documentation.md)
- [Send Template Message API](https://support.emovur.com/developers/api-documentation/send-template-message-api.md): This document details the Send Template Message API with which you can send template messages from your CRM or any custom software or tool.
- [Webhooks](https://support.emovur.com/developers/webhooks.md): Webhooks allow you to receive data from the Emovur server to your server in real time when specific events occur.


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://support.emovur.com/welcome.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.
