# How to mask IP addresses

**IP Address Masking** allows you to anonymize computer IP addresses by setting IPv4 IPs and IPv6 IPs to zeros. Depending on your requirements, you can now enable this feature per dataset. Note that anonymization is done at storage level, meaning we will still use the IP address to identify the company, organisation, location and other (generic) profile data but the IP address is never written to disk.

This is useful if you do not want to mention LeadBoxer in your privacy statement. If that is the case, for EU GDPR compliance you need to anonymize IPs (unless capturing and storing IPs is absolutely necessary for purposes such as legal investigation, transaction fraud prevention, etc.).

### How to enable IP masking

you can enable IP masking for each dataset in your account.&#x20;

To do so, go to your datasets overview (you need to be an admin to see this) and tick the ip-masking option in the settings window.

![](//d33v4339jhl8k0.cloudfront.net/docs/assets/565e1cb7c697915b26a5c214/images/5df903cc2c7d3a7e9ae53985/file-hGwO2hbcaM.png)

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


---

# 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://help.leadboxer.com/leadboxer/guides/how-to-mask-ip-addresses.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.
