> For the complete documentation index, see [llms.txt](https://wiki.mobivatebulksms.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.mobivatebulksms.com/archived-integrations.md).

# Archived Integrations

- [Integrating Mobivate framework into your own application](https://wiki.mobivatebulksms.com/archived-integrations/integrating-mobivate-framework-into-your-own-application.md): Learn how to Integrate Mobivate's framework.
- [Automate SMS messages using events through Zapier](https://wiki.mobivatebulksms.com/archived-integrations/automate-sms-messages-using-events-through-zapier.md): Learn how to send automated SMS messages using our integration with Zapier.
- [Asynchronous Number Verification](https://wiki.mobivatebulksms.com/archived-integrations/asynchronous-number-verification.md): Learn how to perform Asynchronous number verification using our API
- [Synchronous Number Verification](https://wiki.mobivatebulksms.com/archived-integrations/synchronous-number-verification.md): Learn how to use our Synchronous number verification system
- [Adding / Removing Contacts](https://wiki.mobivatebulksms.com/archived-integrations/adding-removing-contacts.md): Learn how to add/remove contacts with our API
- [Creating New Contact Group](https://wiki.mobivatebulksms.com/archived-integrations/creating-new-contact-group.md): Learn how to create a new contact group with our API.


---

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