# Korero Platforms

## Korero Platforms

- [Introduction](https://api.koreroplatforms.io/master.md)
- [Channel Prerequisites](https://api.koreroplatforms.io/channel-prerequisites.md)
- [Error Codes](https://api.koreroplatforms.io/error-codes.md)
- [Credits](https://api.koreroplatforms.io/credits.md)
- [Solutions](https://api.koreroplatforms.io/solutions.md)
- [SMS APIs](https://api.koreroplatforms.io/channel-api/sms-apis.md)
- [Single Message to Single MSISDN API](https://api.koreroplatforms.io/channel-api/sms-apis/single-message-to-single-msisdn-api.md)
- [Single Message to Multiple MSISDN API](https://api.koreroplatforms.io/channel-api/sms-apis/single-message-to-multiple-msisdn.md)
- [Multiple Messages to Multiple MSISDN API](https://api.koreroplatforms.io/channel-api/sms-apis/multiple-messages-to-multiple-msisdn-api.md)
- [Voice APIs](https://api.koreroplatforms.io/channel-api/voice-apis.md)
- [Send an outbound call](https://api.koreroplatforms.io/channel-api/voice-apis/send-an-outbound-call.md)
- [Send Text to Voice OBD API](https://api.koreroplatforms.io/channel-api/voice-apis/send-text-to-voice-obd-api.md)
- [Email APIs](https://api.koreroplatforms.io/channel-api/email-apis.md)
- [Send Email API](https://api.koreroplatforms.io/channel-api/email-apis/send-email-api.md)
- [WhatsApp API](https://api.koreroplatforms.io/channel-api/whatsapp-api.md)
- [Template Message - Text](https://api.koreroplatforms.io/channel-api/whatsapp-api/push-transactional-notification-api.md)
- [Template message - document](https://api.koreroplatforms.io/channel-api/whatsapp-api/two-way-whatsapp-message-api.md)
- [Template message - Image](https://api.koreroplatforms.io/channel-api/whatsapp-api/template-message-image.md)


---

# 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://api.koreroplatforms.io/master.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.
