# PII Configuration Admin Level

#### Overview

The Admin Center in iX Hello Employee-Facing (IXHE) acts as a centralized hub for managing the redaction of Personally Identifiable Information (PII) throughout the platform. This feature ensures consistent data privacy policies and allows administrators to control the handling of sensitive information by employee-facing assistants.

Administrators can now globally toggle PII redaction without altering individual assistant settings. This update transitions PII redaction oversight from a dispersed, assistant-based model to a centralized, admin-controlled system, enhancing governance, consistency, and compliance.

#### Key Administrative Benefits

* Centralized Governance: Administrators can manage PII redaction directly from the Admin Center, ensuring consistent data handling policies.
* Role‑Based Access Control: Only authorized administrators can access and modify PII redaction settings, keeping these controls invisible to end users and non-privileged roles.
* Reduced Configuration Risk: Removing Front-end toggles for unauthorized users eliminates the risk of accidental or intentional PII handling misconfiguration.
* Enterprise‑Ready Compliance: Centralized controls enable organizations to promptly adapt to compliance requirements. compliance requirements, audits, or regulatory changes without redeploying or reconfiguring assistants.

#### Security and User Experience Considerations

* Access Control: Users without permission to manage privacy settings will not see PII redaction toggle buttons in the Front-end UI.
* Admin Privileges: Only administrators can view or modify PII redaction settings in the Admin Center.
* Balanced Approach: This ensures robust data protection while providing a streamlined experience for non-admin users.

#### UX Behavior

If Personally Identifiable Information (PII) redaction is disabled for a specific assistant, the conversations remain unredacted.

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

When PII redaction is enabled for an assistant, it will automatically redact sensitive information from the conversation.

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

To disable PII redaction for an app, click the eye icon, select "Disable" from the PII status dropdown, provide a reason, and click the save button to apply the changes.

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

Once the changes are saved, a pop-up notification will appear.

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

To enable PII, click the eye icon. Change the status from "disabled" to "enabled" and click "Save."

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

You do not need to provide a reason to enable the PII.

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

Once the changes are saved, a pop-up notification will appear.

<figure><img src="/files/0jaQbAXOF2bhwyLFgr3I" alt=""><figcaption></figcaption></figure>

This is how the admin view ensures PII redaction is centrally governed, transparently visible, and protected against unauthorized changes, enabling secure and compliant data handling across all assistants.


---

# 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.ixhello.com/ixhello/pii-configuration-admin-level.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.
