# Policy Edit

Policy Edit feature, unlike Mid-Term Adjustment (read more in [Mid-Term Adjustment (MTA)](/product-builder-manual/product-features/mid-term-adjustment-mta.md)) is any non pricing-relevant changes made to the policy after the policy is already started. Be it updating the address, phone number or email address, as long as (1) the changes happen after the policy has been created and (2) the changes do not have an impact on the premium calculation.

<figure><img src="/files/xfda9AOUDiA4fbWntmgs" alt=""><figcaption><p>To enable Policy Edit Feature, make sure, that Policy Edit Switch is turned on (to the right side)</p></figcaption></figure>

We understand that each product is different, therefore, you will be able to pick from your Field Definition (read more in [Field Definition](/product-builder-manual/fundamentals/create-your-first-product/field-definition.md)) the input fields that are editable (if not selected, they are by default not editable) and keep the rest of the fields non-editable.&#x20;

To make it work, you will first need to go to the Product Feature section and enable Policy Edit feature. You will then be filling the Policy Edit Field Definition with the inputs that are editable, similar to the Field Definition configuration (read more in [Field Definition](/product-builder-manual/fundamentals/create-your-first-product/field-definition.md)). An example of this:

<details>

<summary>Policy Edit Field Definition Example</summary>

```
{
  "policy_patch": 
  [
    {
     "name": "editable_field_1",
     "path": "data",
     "validation": "string|required"
     }
  ]
}
```

</details>

{% hint style="warning" %}
Please make sure that the Policy Edit field exists in your Field Definition as well.
{% endhint %}

Once this is done, your product will accept policy update via API. Depending on the use case you have, you might also want to configure the frontend Webapp so that the users would be able to make the changes on the wbeapp (read more in [Webapp](/product-builder-manual/fundamentals/create-your-first-product/webapp.md)); or you might want to configure emails and documents to be sent and generated when a Policy Edit is done (read more in [Emails](/product-builder-manual/fundamentals/create-your-first-product/emails.md) and [Documents](/product-builder-manual/fundamentals/create-your-first-product/documents.md)).

<figure><img src="/files/nhpvXPqmh3F11xjxDblr" alt=""><figcaption><p>After enabling Policy Edit, you can see all features you can configure all relevant "field defination", "emails" and "documents"</p></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://docs.kasko.io/product-builder-manual/product-features/policy-edit.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.
