> For the complete documentation index, see [llms.txt](https://help.clickatell.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.clickatell.com/developers-api-reference/developers-archive.md).

# Archive

- [SMS HTTP/S API](https://help.clickatell.com/developers-api-reference/developers-archive/sms-http-s-api.md): Archived
- [Getting Started with SMS](https://help.clickatell.com/developers-api-reference/developers-archive/sms-http-s-api/getting-started-with-sms.md): Archived
- [HTTP/S API Overview](https://help.clickatell.com/developers-api-reference/developers-archive/sms-http-s-api/http-s-api-overview.md): Archived
- [Overview of the HTTP API features](https://help.clickatell.com/developers-api-reference/developers-archive/sms-http-s-api/overview-of-the-http-api-features.md): Archived
- [Using the HTTP API](https://help.clickatell.com/developers-api-reference/developers-archive/sms-http-s-api/using-the-http-api.md): Archived
- [SMS API authentication](https://help.clickatell.com/developers-api-reference/developers-archive/sms-http-s-api/sms-api-authentication.md): Archived
- [API Ping](https://help.clickatell.com/developers-api-reference/developers-archive/sms-http-s-api/api-ping.md): Archived
- [Send message](https://help.clickatell.com/developers-api-reference/developers-archive/sms-http-s-api/send-message.md): Archived
- [Stop message](https://help.clickatell.com/developers-api-reference/developers-archive/sms-http-s-api/stop-message.md): Archived
- [Message status command](https://help.clickatell.com/developers-api-reference/developers-archive/sms-http-s-api/message-status-command.md): Archived
- [Get coverage command](https://help.clickatell.com/developers-api-reference/developers-archive/sms-http-s-api/get-coverage-command.md): Archived
- [Retrieve account balance](https://help.clickatell.com/developers-api-reference/developers-archive/sms-http-s-api/retrieve-account-balance.md): Archived
- [SMS Rest API overview](https://help.clickatell.com/developers-api-reference/developers-archive/sms-rest-api-overview.md): Archived
- [SMS Rest API overview](https://help.clickatell.com/developers-api-reference/developers-archive/sms-rest-api-overview/sms-rest-api-overview.md): Archived
- [Overview of the REST API features](https://help.clickatell.com/developers-api-reference/developers-archive/sms-rest-api-overview/overview-of-the-rest-api-features.md): Archived
- [Using the SMS REST API](https://help.clickatell.com/developers-api-reference/developers-archive/sms-rest-api-overview/using-the-sms-rest-api.md): Archived
- [API error codes](https://help.clickatell.com/developers-api-reference/developers-archive/sms-rest-api-overview/api-error-codes.md): Archived
- [Response status codes](https://help.clickatell.com/developers-api-reference/developers-archive/sms-rest-api-overview/response-status-codes.md): Archived
- [Send message](https://help.clickatell.com/developers-api-reference/developers-archive/sms-rest-api-overview/send-message.md): Archived
- [Stop message](https://help.clickatell.com/developers-api-reference/developers-archive/sms-rest-api-overview/stop-message.md): Archive
- [Message status command](https://help.clickatell.com/developers-api-reference/developers-archive/sms-rest-api-overview/message-status-command.md): Archived
- [Get coverage command](https://help.clickatell.com/developers-api-reference/developers-archive/sms-rest-api-overview/get-coverage-command.md): Archived
- [Retrieve balance](https://help.clickatell.com/developers-api-reference/developers-archive/sms-rest-api-overview/retrieve-balance.md): Archived
- [Download test](https://help.clickatell.com/developers-api-reference/developers-archive/download-test.md)
- [SDKs](https://help.clickatell.com/developers-api-reference/developers-archive/sdks.md): ARCHIVED
- [C#](https://help.clickatell.com/developers-api-reference/developers-archive/sdks/c.md): ARCHIVED
- [Java](https://help.clickatell.com/developers-api-reference/developers-archive/sdks/java.md): ARCHIVED
- [NodeJS](https://help.clickatell.com/developers-api-reference/developers-archive/sdks/nodejs.md): ARCHIVED
- [Python](https://help.clickatell.com/developers-api-reference/developers-archive/sdks/python.md): ARCHIVED
- [PHP](https://help.clickatell.com/developers-api-reference/developers-archive/sdks/php.md): ARCHIVED
- [Bulk SMS Scripts](https://help.clickatell.com/developers-api-reference/developers-archive/bulk-sms-scripts.md): ARCHIVED
- [C# library](https://help.clickatell.com/developers-api-reference/developers-archive/bulk-sms-scripts/c-library.md): ARCHIVED
- [Java library](https://help.clickatell.com/developers-api-reference/developers-archive/bulk-sms-scripts/java-library.md): ARCHIVED
- [PHP library](https://help.clickatell.com/developers-api-reference/developers-archive/bulk-sms-scripts/php-library.md): ARCHIVED
- [Python library](https://help.clickatell.com/developers-api-reference/developers-archive/bulk-sms-scripts/python-library.md): ARCHIVED
- [Ruby library](https://help.clickatell.com/developers-api-reference/developers-archive/bulk-sms-scripts/ruby-library.md): ARCHIVED


---

# 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 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, and the optional `goal` query parameter:

```
GET https://help.clickatell.com/developers-api-reference/developers-archive.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
