# ARCHIVED DOCS

- [Creating a New API Key](https://wiki.mobivatebulksms.com/archived-docs/creating-a-new-api-key.md): This document will go over how to generate/create a new API key.
- [Get API Key](https://wiki.mobivatebulksms.com/archived-docs/get-api-key.md): This document will detail how to obtain an existing API key.
- [Test API Key](https://wiki.mobivatebulksms.com/archived-docs/test-api-key.md): This document will detail how to test your existing API key.
- [Getting started with Integration](https://wiki.mobivatebulksms.com/archived-docs/getting-started-with-integration.md): This document will describe how to get started with our API.
- [Registering Webhooks](https://wiki.mobivatebulksms.com/archived-docs/registering-webhooks.md): This page will document how to Register webhooks for our API to use.
- [Delivery Receipt Notification](https://wiki.mobivatebulksms.com/archived-docs/registering-webhooks/delivery-receipt-notification.md): This document will go over how to receive Delivery Receipt notifications via API.
- [Incoming Message Notification](https://wiki.mobivatebulksms.com/archived-docs/registering-webhooks/incoming-message-notification.md): This document will go over receiving incoming message notifications via our API.
- [Short URL Click Notification](https://wiki.mobivatebulksms.com/archived-docs/registering-webhooks/short-url-click-notification.md): This document will go over receiving Short URL click messages notifications via our API.
- [Send Single SMS Message](https://wiki.mobivatebulksms.com/archived-docs/send-single-sms-message.md): This document will describe how to send a singular SMS message using our API.
- [Understanding SMS Response Codes](https://wiki.mobivatebulksms.com/archived-docs/send-single-sms-message/understanding-sms-response-codes.md): This document goes over understanding SMS responses using our API.
- [Send Batch SMS Messages](https://wiki.mobivatebulksms.com/archived-docs/send-batch-sms-messages.md): This document will describe how to send batch SMS messages.
- [Understanding Batch SMS Response Codes](https://wiki.mobivatebulksms.com/archived-docs/send-batch-sms-messages/understanding-batch-sms-response-codes.md): This document goes over understanding SMS responses using our API.
- [Search Message logs](https://wiki.mobivatebulksms.com/archived-docs/search-message-logs.md): This document will go over how to search your message logs.
- [Search for Single Message log](https://wiki.mobivatebulksms.com/archived-docs/search-for-single-message-log.md): This document will go over how to search your message logs for a specific message.
- [List OptOuts](https://wiki.mobivatebulksms.com/archived-docs/list-optouts.md): This document will go over how to list all of your OptOut requests.
- [Add an OptOut](https://wiki.mobivatebulksms.com/archived-docs/add-an-optout.md): This document will go over how to add an OptOut using our API.
- [Delete an OptOut](https://wiki.mobivatebulksms.com/archived-docs/delete-an-optout.md): This document will go over how to Delete an OptOut using our API.
- [Sending simple Notification messages](https://wiki.mobivatebulksms.com/archived-docs/sending-simple-notification-messages.md): Learn how to send simple messages using our API.
- [Sending SMS from 3rd Party Providers](https://wiki.mobivatebulksms.com/archived-docs/sending-sms-from-3rd-party-providers.md): Learn how to send SMS in a JSON format using our API.
- [Sending Campaigns](https://wiki.mobivatebulksms.com/archived-docs/sending-campaigns.md): Learn how to send campaigns using our JSON API.


---

# 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://wiki.mobivatebulksms.com/archived-docs.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.
