> 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/settings/set-default-invoice-notes.md).

# Set default invoice notes

Set customer-facing text that appears as the starting note when your team creates an invoice.

### Set the default note

1. Open **Settings**.
2. Under **Documents**, select **Invoices**.
3. Enter the text under **Default invoice notes**.
4. Select **Save invoice settings**.

![Invoice settings with a customer-facing default note](https://1239150628-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0xEFjtRHcsV7HPwU6C74%2Fuploads%2Fgit-blob-6d9a8df53aa3dd4b0b83151b6c630356e394973e%2F01-default-notes.jpg?alt=media)

You can use the note for payment instructions, payment terms, collection arrangements, or general rental information. Have a qualified adviser review wording you intend to use as contractual terms.

### Check the result

Bundus displays **Invoice settings updated**. The note becomes the starting text for new invoices, and your team can still edit it on an individual invoice.

### Related guides

* [Create an invoice for the full booking balance](/help/invoices/create-a-full-invoice.md)
* [Create a partial invoice](/help/invoices/create-a-partial-invoice.md)
* [Add a bank account](/help/settings/add-a-bank-account.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/settings/set-default-invoice-notes.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.
