# Data security and GDPR

Client chat is a messaging service that allows users to communicate with businesses through the **Messages application**. Only the user can start the conversation, and the company will receive their anonymous identifier. It does not have access to information about the user’s phone number, e-mail address or iCloud account. When a user chats with Apple, Apple receives the client chat ID associated with the user’s Apple ID. The user has constant control over the continuation or termination of communication. Any conversation the user deletes from the client chat is removed from their Messages application, and the company can no longer send them more messages.

Messages sent to the company are **individually encrypted between the user’s device and Apple’s messaging servers.** On these servers, the messages are decrypted and forwarded to the appropriate company via the TLS channel. The company sends its responses – again via the TLS channel – to Apple’s messaging servers, which re-encrypt them and send them to the user’s device.

<figure><img src="/files/JVpHKZMOvAR8IS6TrBpT" alt=""><figcaption></figcaption></figure>

For more information about Apple’s privacy policy and data security, visit <https://support.apple.com/en-us/HT210666> and <https://www.apple.com/privacy/>.


---

# 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://docs.mluvii.com/en/for-administrators/tenant-management/settings/apple-messages-for-business/data-security-and-gdpr.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.
