> For the complete documentation index, see [llms.txt](https://docs.zipy.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.zipy.ai/configure/blocking-pii-data.md).

# Blocking PII data

Zipy allows you to block your sensitive data using the **zipy-block** class.

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

**Example Usage:**&#x20;

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