# Sensitive User Data

At Zipy, data privacy and security is of utmost importance to us. Hence by default, our tool will disable the capture of all sensitive and Personal Identifiable Information of the users, which includes email IDs, passwords, usernames, credit card information, etc.

Further, Zipy allows configuration of the following parameters, to ensure better privacy. Please reach out to us if you want to change the default values.

| **Config Param Name** | **Description**                                                              | **Default Value** |
| --------------------- | ---------------------------------------------------------------------------- | ----------------- |
| <p>IP Capture<br></p> | Capture IP address of the user                                               | true              |
| Input Masking         | Masking of user inputs in TextFields, TextAreas, FormInputs, Passwords, etc. | true              |

Also, Zipy allows you to block additional sensitive data using the **zipy-block** class.

**\<div class="zipy-block">Sample div\</div>**

Example Usage:&#x20;

```html
<div class="zipy-block">
    <label>Card details</label>
    <input type="text" placeholder="Name">
    <input type="text" placeholder="Card number">
</div>
```


---

# 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.zipy.ai/getting-started/sensitive-user-data.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.
