# SMS

- [Send Single SMS](https://smarthive-tech-solution.gitbook.io/smarthive-tech-solution-api/sms/send-single-sms.md)
- [Send Multiple SMS](https://smarthive-tech-solution.gitbook.io/smarthive-tech-solution-api/sms/send-multiple-sms.md)
- [Status](https://smarthive-tech-solution.gitbook.io/smarthive-tech-solution-api/sms/status.md)
- [Balance](https://smarthive-tech-solution.gitbook.io/smarthive-tech-solution-api/sms/balance.md): The "Balance" endpoint provides functionality for retrieving the current balance associated with your account. To utilize this endpoint, you'll need to make an HTTP request to the appropriate URL with
- [Send SMS Sample Code](https://smarthive-tech-solution.gitbook.io/smarthive-tech-solution-api/sms/send-sms-sample-code.md): Sample code using Send SMS API.
- [Callback](https://smarthive-tech-solution.gitbook.io/smarthive-tech-solution-api/sms/callback.md)
- [SMS DLR Error Codes](https://smarthive-tech-solution.gitbook.io/smarthive-tech-solution-api/sms/sms-dlr-error-codes.md): Common SMS DLR Codes and Descriptions


---

# 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://smarthive-tech-solution.gitbook.io/smarthive-tech-solution-api/sms.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.
