# Can I use transformations to anonymize data for client-side destinations?

You can use [transformations](/admin-panel/transformations.md) to delete a property before it's sent to a client-side destination, but we don't support a way to anonymize client-side events. This is because destinations loaded client-side will already have access to a user's IP address, at which point it is no longer possible to truly anonymize that user.

If you want to anonymize a user, you should use [ID Masking](https://documentation.freshpaint.io/hipaa-mode#id-masking) with the destination configured in server-side mode.


---

# 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://documentation.freshpaint.io/reference/faqs/can-i-use-transformations-to-anonymize-data-for-client-side-destinations.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.
