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

# Create a partial invoice

Create a partial invoice when the client should pay part of the booking now and the rest later.

> **Important:** A partial invoice bills only part of the booking. A partial payment records less than the amount already due on an invoice.

### Choose the amount to invoice

1. Open **Bookings**, then open the booking.
2. Select **Create invoice**.
3. Set the due date.
4. Under **Billing Mode**, choose one option:
   * **Target Amount** — enter the exact amount to invoice.
   * **Percentage (%)** — enter the percentage of the remaining balance to invoice.
5. Enter the amount or percentage.
6. Add an optional customer-facing note or internal note.
7. Review the **Draft Summary**. Check the draft total and the progress against the booking total.

![The invoice form using Target Amount to bill part of a booking](https://1239150628-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0xEFjtRHcsV7HPwU6C74%2Fuploads%2Fgit-blob-3ca960ab88b343a2be08faa62e5a735f480c7042%2F05-partial-invoice-setup.jpg?alt=media)

8. Select **Create invoice**.

### Check the result

The new invoice shows only the amount you selected and has an **Issued** status.

![The issued partial invoice showing a smaller total than the booking subtotal](https://1239150628-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0xEFjtRHcsV7HPwU6C74%2Fuploads%2Fgit-blob-7d78f5537b24b5a935221e725fc053ff1ece3120%2F06-partial-invoice-issued.jpg?alt=media)

You can create another invoice later for some or all of the remaining uninvoiced balance.

### Related guides

* [Create an invoice for the full booking balance](/help/invoices/create-a-full-invoice.md)
* [Record a payment on an invoice](/help/invoices/record-an-invoice-payment.md)


---

# 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://bundus.gitbook.io/help/invoices/create-a-partial-invoice.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.
