> For the complete documentation index, see [llms.txt](https://docs.bird.com/api/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bird.com/api/channels-api/supported-channels/programmable-apple-messages.md).

# Programmable Apple Messages

{% hint style="danger" %}
Apple Messages for Business is currently available on request (business support plan required). To request access, please connect with our sales team: <https://bird.com/en-gb/demo>
{% endhint %}

{% hint style="warning" %}
Before proceeding ensure you understand the requirements to [complete onboarding.](https://docs.bird.com/applications/channels/channels/supported-channels/apple-messages-for-business/how-to/complete-onboarding) To go live with Apple Messages you will need to complete this process
{% endhint %}

## Summary

Apple Messages for Business is an asynchronous messaging channel that allows businesses to communicate with customers directly in the Apple Messages app. By installing Apple Messages for Business as a channel, you can send rich, interactive messages – including quick replies, forms, time pickers, authentication, and Apple Pay flows – using the same omni message format you use across Bird.

This page gives a high-level overview. For implementation details, see:

* **Sending Apple Messages**
* **Receiving messages**
* **Message interactions**

#### Installation

To install Apple messages refer to the following [installation guide](https://docs.bird.com/applications/channels/channels/supported-channels/apple-messages-for-business/quickstarts/install-apple-messages-for-business)


---

# 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:

```
GET https://docs.bird.com/api/channels-api/supported-channels/programmable-apple-messages.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.
