# Invoices

The invoice settings allow you to specify a prefix for the invoice number as well as then next number in the sequence. As invoices are generated, Bunny will automatically increment the sequence number while ensuring that there are no gaps.

<figure><img src="/files/PS3LtpEyo0iBkgEsMhWE" alt=""><figcaption><p>Invoice settings</p></figcaption></figure>

### Invoice templates

There are times when you may need to provide additional information on an invoice based on the customer's location or industry. For example, in Europe you want to include the customer's VAT number on the invoice. Or maybe you want to ensure the purchase order number is included to ensure a smooth payment process. Invoice templates allow you to easily do this.

Invoice templates can also affect how quotes are accepted by the customer. For example, if PO number or Tax number are required on the invoice template, the user *must* provide the information when accepting the quote in the customer portal.

<figure><img src="/files/zSaaHgcac5JLDksFvxua" alt=""><figcaption><p>Invoice template</p></figcaption></figure>

When an account is created, it is automatically assigned the default invoice template. You can also create [workflows](/guide/tour/workflows.md) that auto-assign invoice templates based on account type, industry or country, for example.

#### Invoice footer

The footer will be printed at the bottom of the invoice after the totals.

#### Bank details

Bank details can be used to show details about how wire transfer are made.


---

# 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://docs.bunny.com/guide/tour/entities/invoices.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.
