# Voice

- [Create voice OTP call](https://developers.esms.vn/en/esms-api/voice/create-voice-otp-call.md)
- [Create an auto-call using template](https://developers.esms.vn/en/esms-api/voice/create-an-auto-call-using-template.md): Hàm cho phép bạn gửi tin nhắn thoại đến 1 số điện thoại bởi mẫu cuộc gọi đã được tạo sẵn trên hệ thống.
- [Create a call from recording file](https://developers.esms.vn/en/esms-api/voice/create-a-call-from-recording-file.md): Hàm cho phép bạn gửi tin nhắn thoại đến 1 số điện thoại bởi file ghi âm đã tạo.
- [Get voice call status](https://developers.esms.vn/en/esms-api/voice/get-voice-call-status.md): Hàm cho phép bạn gửi tin nhắn thoại đến 1 số điện thoại bởi file ghi âm đã tạo.


---

# 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://developers.esms.vn/en/esms-api/voice.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.
