# Policy Adjustments

{% hint style="info" %}
**Public preview:** This feature is in public preview. It is available to all customers and can be enabled on the [Immuta app settings page](/2024.2/application-settings/how-to-guides/config-builder-guide.md#advanced-settings).
{% endhint %}

## Prerequisites

* [Policy adjustments feature enabled on the app settings page](/2024.2/application-settings/how-to-guides/config-builder-guide.md#preview-features)
* [A data source with k-anonymization masking applied to **at least two columns**](/2024.2/secure-your-data/authoring-policies-in-secure/data-policies/how-to-guides/data-policy-tutorial.md)
* [A project](/2024.2/secure-your-data/projects-and-purpose-based-access-control/projects-and-purpose-controls/how-to-guides/create-project-tutorial.md)

Project owners can use policy adjustments to increase a data set's utility while retaining the amount of k-anonymization that upholds de-identification requirements. With this feature enabled, users can redistribute the noise across multiple columns of a data source within a project to make specific columns more useful for their analysis. Since these adjustments only occur within the project and do not change the individual data policies, data users must be acting under the project to see the adjustments in the data source.

## Policy adjustment example

For example, a policy might mask these data source columns with k-anonymization: `Income`, `Education`, `EmploymentStatus`, `Gender`, and `Location Code`. When the analyst examines the data, the percent NULL has been predetermined by Immuta with an equal weight across all of these columns. However, if the analyst's work hinges on the `EmploymentStatus` column, the project owner can adjust the weights on the policy adjustment tab in the project to make the necessary data (`EmploymentStatus`) less NULL.

For columns that are already well-disclosed (meaning they already have a low percent null), the same percent null will display even when you drastically change the weight distribution.

Increasing the weight of a column that is already well-disclosed will not change the outcome. Generally, the biggest impact will be seen when you increase the weights of the largest percent null column. (The only exception to this is if that column already has a lot of native nulls in the remote database.)

## Keep fields in the clear

This feature provides an option to allow fields in the clear when creating a purpose, permitting specified analysts to bypass k-anonymization in specific circumstances.

When any purpose with the allow fields in the clear property enabled is approved for use within a project, a project member can proceed through the policy adjustment workflow and specify columns to be unmasked.


---

# 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://documentation.immuta.com/2024.2/secure-your-data/projects-and-purpose-based-access-control/projects-and-purpose-controls/reference-guides/policy-adjustments.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.
