# Invoice Installments

Dentaltap allows invoices to be split into multiple installments, making it easier for patients to pay over time while keeping financial records accurate. Each installment is recorded as a separate invoice in the system according to the chosen schedule.

### Installment Types

When creating an invoice, you can enable installments and configure the payment plan:

* **Schedule-Based Installments**
  * Choose a schedule such as daily, weekly, or monthly.
  * Specify the amount the patient will pay per period.
  * The system automatically calculates the number of installments needed.
* **Custom Installments**
  * Specify the exact amount for each installment.
  * Define the number of installments and set due dates for each phase.
* **Downpayment**
  * Optionally, require a downpayment at the start of the plan before the first installment.

### Create Installment

You can create an installment plan from any invoice that is not already part of another installment plan.

Installments can be also created from the invoices that are partially paid already.

<figure><img src="https://774973970-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MCSfaCbl5WBCUFhF8TR%2Fuploads%2FstSZuNujgVF2JDcrGgad%2FNasser%20_%20106%20-%20Dentaltap%202025-12-20%2014-38-08.gif?alt=media&#x26;token=53621638-f74e-46a0-874e-c9f7bba99b3a" alt=""><figcaption></figcaption></figure>

Procedures costs will be distributed automatically for each installment invoice.

Once installments are created, you can treat them same way as original invoices and do similar operations mentioned in [invoices-and-payments](https://dentaltap.gitbook.io/dentaltap/finances/invoices-and-payments "mention")

### Benefits

* Allows flexible payment options for patients
* Automatically tracks and generates all installment invoices
* Keeps full payment history and due dates organized
* Integrates with invoices, treatment plans, and financial reporting


---

# 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/finances/invoice-installments.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.
