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

# Pseudonymisation & Anonymisation

JENTIS offers privacy-enhancing features that allow website operators to safeguard user data before it is passed on to third-party systems. Key among these features are pseudonymization and anonymization, which enable the modification of personal data. Both pseudonymisation and anonymisation can be easily configured for each data parameter processed by the website operator in the JENTIS Tag Manager. JENTIS processes data strictly based on the configuration set by the website operator, ensuring that data management remains transparent and under full control of the Customer.

## Pseudonymization <a href="#pseudonymisationandanonymisation-pseudonymization" id="pseudonymisationandanonymisation-pseudonymization"></a>

Pseudonymization function substitutes the input value with a randomly generated one that follows the same format. This transformation happens character by character, replacing each with another from the same Unicode category. This allows the data to remain functional for further use, while preventing direct identification of the user by a third party.

## Anonymization <a href="#pseudonymisationandanonymisation-anonymization" id="pseudonymisationandanonymisation-anonymization"></a>

Similar to pseudonymization, anonymization replaces the input value with a randomly generated one. However, unlike pseudonymization, the anonymized value is regenerated with each instance, making it impossible to connect it to the same user or data point over time. No previous value is stored or reused, ensuring that the data remains completely untraceable.

By utilizing the pseudonymization and anonymization functions within the JENTIS Tag Manager, website operators can confidently process data in a way that is compliant with data protection laws while ensuring privacy of their users. These features offer flexible and secure methods to modify sensitive user data, balancing the need for data utility with the highest levels of privacy protection.

***

For any questions feel free to reach out to your direct contact at JENTIS or to the JENTIS Compliance & Legal Team via email at <privacy@jentis.com>.


---

# 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.jentis.com/privacy-documentation/jentis-and-privacy-use-cases/pseudonymisation-and-anonymisation.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.
