> For the complete documentation index, see [llms.txt](https://dentaltap.gitbook.io/dentaltap/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dentaltap.gitbook.io/dentaltap/finances/invoice-installments.md).

# 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="/files/qoMb4eDslejrE5dP7zAX" 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 & Payments](/dentaltap/finances/invoices-and-payments.md)

### 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://dentaltap.gitbook.io/dentaltap/finances/invoice-installments.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
