# Insurances

You can create patient insurance plans, and use this data when working with patient billing, and preparing claims. **Insurances** are located under the Family in the Patient Profile.

### Create Plan

Click on the **New Plan** button to create insurance. In the opened window fill out the details and click on the <mark style="background-color:green;">Create Plan</mark> button to confirm.

![Dentaltap - Create Insurance Form](/files/sMeiX1VWl3Mlb4Argv0t)

#### Required fields:

* Company Name - an insurance company name, that is configured in settings. Click on the following link to configure: [Configure Insurance Companies](https://jam.dentaltap.com/en/p/settings/templates/dictionary?id=insurances);
* Policy Number - a unique patient policy number.

#### Optional fields:

* Valid Until - indicate when the policy becomes expired, if no expiration date - just keep this field empty;
* Employer - a name of the employer & company for this policy;
* Own Plan/Others - if this plan belongs to the current patient, no need to fill out additional details, otherwise, details of the policy owner can be added.

### Update Insurance

Once you added insurance, you can click on it to open the details. You can modify all the appointment fields listed in the section above[#create-plan](#create-plan "mention").

### Delete Insurance

Same pattern as for other records, like Discounts, and Family.

* Click on the More Actions button <mark style="background-color:blue;">•••</mark> next to the insurance label;
* Click on the **Delete** option and confirm deletion in the opened window.


---

# 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://dentaltap.gitbook.io/dentaltap/patients/insurances.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.
