# Developers

- [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: 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://support.emovur.com/developers.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.
