# Developers

- [HTTPS API](https://panaceamobile.gitbook.io/panacea-mobile-help-centre/developers/https-api.md): Kickstart your development journey and start sending like a pro with the Panacea Mobile API.
- [Single Sends](https://panaceamobile.gitbook.io/panacea-mobile-help-centre/developers/https-api/single-sends.md): Sending an SMS message.
- [Batch Sends](https://panaceamobile.gitbook.io/panacea-mobile-help-centre/developers/https-api/batch-sends.md): This method creates a new SMS batch and returns a batch ID when successful.
- [Delivery Reports via API](https://panaceamobile.gitbook.io/panacea-mobile-help-centre/developers/https-api/delivery-reports-via-api.md)
- [Receiving Inbound SMS](https://panaceamobile.gitbook.io/panacea-mobile-help-centre/developers/https-api/receiving-inbound-sms.md): This function returns all inbound (MO) messages for the user which have an ID larger than 'last\_id'
- [API Response Code](https://panaceamobile.gitbook.io/panacea-mobile-help-centre/developers/https-api/api-response-code.md)
- [API Keys](https://panaceamobile.gitbook.io/panacea-mobile-help-centre/developers/https-api/api-keys.md)
- [Examples](https://panaceamobile.gitbook.io/panacea-mobile-help-centre/developers/https-api/examples.md)
- [PHP](https://panaceamobile.gitbook.io/panacea-mobile-help-centre/developers/https-api/examples/php.md)
- [PHP API Library](https://panaceamobile.gitbook.io/panacea-mobile-help-centre/developers/https-api/examples/php/php-api-library.md)
- [PHP API Example](https://panaceamobile.gitbook.io/panacea-mobile-help-centre/developers/https-api/examples/php/php-api-example.md)
- [Simple SMS Send](https://panaceamobile.gitbook.io/panacea-mobile-help-centre/developers/https-api/examples/php/simple-sms-send.md)
- [Bulk SMS Send](https://panaceamobile.gitbook.io/panacea-mobile-help-centre/developers/https-api/examples/php/bulk-sms-send.md)
- [Batch Create](https://panaceamobile.gitbook.io/panacea-mobile-help-centre/developers/https-api/examples/php/batch-create.md)
- [Batch Create (.zip)](https://panaceamobile.gitbook.io/panacea-mobile-help-centre/developers/https-api/examples/php/batch-create-.zip.md)
- [Message Status](https://panaceamobile.gitbook.io/panacea-mobile-help-centre/developers/https-api/examples/php/message-status.md)
- [Python](https://panaceamobile.gitbook.io/panacea-mobile-help-centre/developers/https-api/examples/python.md)
- [Python API Example](https://panaceamobile.gitbook.io/panacea-mobile-help-centre/developers/https-api/examples/python/python-api-example.md)
- [SMPP API](https://panaceamobile.gitbook.io/panacea-mobile-help-centre/developers/smpp-api.md): Hey tech gurus! Ready to rock SMPP integration? This guide's just for you.
- [SMPP Connection Details](https://panaceamobile.gitbook.io/panacea-mobile-help-centre/developers/smpp-api/smpp-connection-details.md): Our SMPP Server is compliant with version 3.4 of the SMPP specification. We recommend using Kannel for this purpose as it is open-source and free for use by the general public.


---

# 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://panaceamobile.gitbook.io/panacea-mobile-help-centre/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.
