# API

- [Voice API](https://docs.cebodtelecom.com/api/voice-api.md): This document is designed to help you understand how you can control a phone call using the application built in your system in your preferred programming language.
- [Quick Start](https://docs.cebodtelecom.com/api/quick-start.md): Now that you understand the basic fundamentals and requirements of voice API lets get you started by creating your very first API.
- [Identify Caller](https://docs.cebodtelecom.com/api/quick-start/identify-caller.md)
- [Collect Response](https://docs.cebodtelecom.com/api/quick-start/collect-response.md): Collect users response to build the IVR, or transfer the call to right person based on users input.
- [didML reference doc](https://docs.cebodtelecom.com/api/didml-reference-doc.md): Cebod Telecom cPaaS is designed to provide a platform to do API development in your application using \<didML> which is an acronym for Cebod Telecom Mark up Language.
- [Voice API reference params](https://docs.cebodtelecom.com/api/didml-reference-doc/voice-api-reference-params.md): Detail of the information we send you when we receive a call. This information can be used to make a decision in your application.
- [Voice API response](https://docs.cebodtelecom.com/api/didml-reference-doc/voice-api-response.md): Our system expects a response from your application in didML format.
- [didML Verbs](https://docs.cebodtelecom.com/api/didml-reference-doc/didml-verbs.md)
- [\<dial>](https://docs.cebodtelecom.com/api/didml-reference-doc/didml-verbs/less-than-dial-greater-than.md)
- [\<client>](https://docs.cebodtelecom.com/api/didml-reference-doc/didml-verbs/less-than-dial-greater-than/less-than-client-greater-than.md)
- [\<conference>](https://docs.cebodtelecom.com/api/didml-reference-doc/didml-verbs/less-than-dial-greater-than/less-than-conference-greater-than.md)
- [\<number>](https://docs.cebodtelecom.com/api/didml-reference-doc/didml-verbs/less-than-dial-greater-than/less-than-number-greater-than.md)
- [\<queue>](https://docs.cebodtelecom.com/api/didml-reference-doc/didml-verbs/less-than-dial-greater-than/less-than-queue-greater-than.md)
- [\<sip>](https://docs.cebodtelecom.com/api/didml-reference-doc/didml-verbs/less-than-dial-greater-than/less-than-sip-greater-than.md)
- [\<enqueue>](https://docs.cebodtelecom.com/api/didml-reference-doc/didml-verbs/less-than-enqueue-greater-than.md)
- [\<fax>](https://docs.cebodtelecom.com/api/didml-reference-doc/didml-verbs/less-than-fax-greater-than.md)
- [\<gather>](https://docs.cebodtelecom.com/api/didml-reference-doc/didml-verbs/less-than-gather-greater-than.md)
- [\<hangup>](https://docs.cebodtelecom.com/api/didml-reference-doc/didml-verbs/less-than-hangup-greater-than.md)
- [\<pause>](https://docs.cebodtelecom.com/api/didml-reference-doc/didml-verbs/less-than-pause-greater-than.md)
- [\<play>](https://docs.cebodtelecom.com/api/didml-reference-doc/didml-verbs/less-than-play-greater-than.md)
- [\<postcall>](https://docs.cebodtelecom.com/api/didml-reference-doc/didml-verbs/less-than-postcall-greater-than.md)
- [\<record>](https://docs.cebodtelecom.com/api/didml-reference-doc/didml-verbs/less-than-record-greater-than.md)
- [\<recordcall>](https://docs.cebodtelecom.com/api/didml-reference-doc/didml-verbs/less-than-recordcall-greater-than.md)
- [\<redirect>](https://docs.cebodtelecom.com/api/didml-reference-doc/didml-verbs/less-than-redirect-greater-than.md)
- [\<reject>](https://docs.cebodtelecom.com/api/didml-reference-doc/didml-verbs/less-than-reject-greater-than.md)
- [\<say>](https://docs.cebodtelecom.com/api/didml-reference-doc/didml-verbs/less-than-say-greater-than.md)
- [\<sms>](https://docs.cebodtelecom.com/api/didml-reference-doc/didml-verbs/less-than-sms-greater-than.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://docs.cebodtelecom.com/api.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.
