> For the complete documentation index, see [llms.txt](https://docs.xenioo.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.xenioo.com/product-overview/privacy-and-security.md).

# Privacy & Security

## <mark style="color:blue;">Privacy</mark>

As with all LINK Mobility products, we strive to uphold all legal and ethical practices when it comes to data protection and privacy. MLC holds 3 core privacy actions to help you remain compliant:

### <mark style="color:yellow;">Forget User</mark>

By selecting ‘forget user’ on a profile your MLC bot will completely delete all user data and conversation history it holds about that user. This is applicable across all channels.

<figure><img src="/files/4QUDuPSBxrHoU9iXt73w" alt=""><figcaption><p>How to forget user</p></figcaption></figure>

### <mark style="color:yellow;">Opt-in Permissions</mark>

As with any contact made, LINK recommends best practices to seek consent from the chatbot recipient. This may be a legal or recommended requirement in your region, and we suggest that you discuss this with your LINK account manager should you have any further questions.

MLC hosts a specific ‘Privacy Opt-in’ feature. This is a prescribed message that states that the user’s data such as name and email will be collected to support the chatbot experience further. A button linking to a full privacy policy is also provided. Chatbot users are then able to approve or refuse the terms before proceeding.

{% hint style="info" %}
**Note:** This feature is not available for voice channels including Google Assistant and Alexa.
{% endhint %}

<figure><img src="/files/7YgsWkt6I2pV5Qsz957g" alt=""><figcaption><p>Privacy Opt-in Screen</p></figcaption></figure>

### <mark style="color:yellow;">Privacy Flag Condition</mark>

This feature will allow designers to flag users based on their preferred privacy settings and act accordingly.

<figure><img src="/files/0W3MtU5A7hFHTeUxVv7A" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Note: This feature is not available for voice channels including Google Assistant and Alexa.
{% endhint %}

## <mark style="color:blue;">Security</mark>

LINK's objective is to ensure availability, integrity, and confidentiality of our platforms. ​

We operate in tier-3 certified data centre's that feature redundant connectivity, restricted physical access, video surveillance, fire protection and 24/7 NOC monitoring.

We follow best practices on information security outlined by the ISO 27001 standard.


---

# 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://docs.xenioo.com/product-overview/privacy-and-security.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.
