# Insurance

**Insurance** tab allows staff to enter important insurance information, including the primary insurance plan, which is the main coverage for most costs, and top-up insurance, which provides additional coverage beyond the primary plan.

It also captures details such as the Co-pay, which is the fixed amount the patient must pay for certain services and Co-insurance, which represents the percentage of costs the patient must cover after meeting the deductible. Finally, staff can record any applicable deductions. This ensures that all necessary insurance details are accurately recorded for billing and coverage purposes.

***

## Modify Insurance Details

### Add, Edit and Delete

* Use the Plus ![](/files/CaYWH4IWds9Zyd9PTgz0) icon to add an insurance that may have been missed during patient registration or to add multiple insurances.
* To edit the insurance details, click the **EDIT CARD** button to open the pop-up screen. Make the necessary updates in the pop-up screen and then click **SAVE** to save the changes.

  <figure><img src="/files/gFAy8Ngs7XD33vsvQfpE" alt=""><figcaption></figcaption></figure>
* To delete the insurance details, click the **DELETE** next to the **EDIT CARD** button. This will remove the insurance details from the record.

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

***

### View the card details

* Click on the Insurance card to view its details directly.

  <figure><img src="/files/Qg5HVfcl2aaD3KZl0zSq" alt=""><figcaption></figcaption></figure>
* Select the **Front** and **Back** buttons to view the respective sides of the uploaded insurance card.

  <figure><img src="/files/IqGW5kLP0reqZskKnBk3" alt=""><figcaption></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://unitecare.gitbook.io/uniteemr/application-modules/patient-register/view-or-modify-patient-information/insurance.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.
