# CALL API MARKUP

- [API Call Markup Language](https://apidocs.api19.com/call-api-markup/api-call-markup-language.md): Overview
- [Say](https://apidocs.api19.com/call-api-markup/api-call-markup-language/say.md): The \<Say> verb is used to synthesize text to speech and play it back to the remote party.
- [Dial](https://apidocs.api19.com/call-api-markup/api-call-markup-language/dial.md): The \<Dial> verb connects the current caller to another phone . If the called party picks up, the two parties are connected and can communicate until one hangs up. If the called party does not pick up,
- [Number](https://apidocs.api19.com/call-api-markup/api-call-markup-language/dial/number.md)
- [Client](https://apidocs.api19.com/call-api-markup/api-call-markup-language/dial/client.md)
- [SIP](https://apidocs.api19.com/call-api-markup/api-call-markup-language/dial/sip.md)
- [Play](https://apidocs.api19.com/call-api-markup/api-call-markup-language/play.md): The Play verb is used to play an audio file to the remote party.
- [Gather](https://apidocs.api19.com/call-api-markup/api-call-markup-language/gather.md)
- [Record](https://apidocs.api19.com/call-api-markup/api-call-markup-language/record.md): The \<Record> verb records the caller’s audio, returning the URL of a file containing the audio recording.
- [Hangup](https://apidocs.api19.com/call-api-markup/api-call-markup-language/hangup.md)
- [Pause](https://apidocs.api19.com/call-api-markup/api-call-markup-language/pause.md)
- [Reject](https://apidocs.api19.com/call-api-markup/api-call-markup-language/reject.md)
- [Redirect](https://apidocs.api19.com/call-api-markup/api-call-markup-language/redirect.md)


---

# 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://apidocs.api19.com/call-api-markup.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.
