> For the complete documentation index, see [llms.txt](https://docs.adminremix.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.adminremix.com/core/fines/creating-invoices-for-fines.md).

# Creating Invoices for Fines

1. Set up your Header for your invoices. You will do this under "Settings > Core", it only needs to be completed once.

   <figure><img src="/files/LInCjEF0qre9hmNChzW7" alt=""><figcaption></figcaption></figure>

2. Select the person or people who you want to create an invoice for (all fines will go into one invoice. Only use multiple people if creating a family invoice). You can create an invoice for 1 person with multiple fines as well. Once you've selected all of the fines, click the "+ > Create Invoice".&#x20;

   <figure><img src="/files/uHTIwud5QMKPYT6TNiuN" alt=""><figcaption></figcaption></figure>

3. If you've selected multiple people, chose the person you want to create an invoice for.&#x20;

   <figure><img src="/files/Xcw1tzrS3u5dyva316aa" alt=""><figcaption></figcaption></figure>

4. You can choose to add customer details if you would like. **\*You will have to manually do this each as we do not keep student addresses in our system.**&#x20;

   <figure><img src="/files/T5ihXWqs0oYtLmeXTagx" alt=""><figcaption></figcaption></figure>

5. If you would like to add a due date the date will automatically be put in the footer of the invoice. You can add a note if desired.

   <figure><img src="/files/0kdQXY1IXTf4ykKeskJy" alt=""><figcaption></figcaption></figure>

6. Click "Create" you will be automatically directed to the "Invoice" page.&#x20;

   <figure><img src="/files/DosxNkoSHaD1hxCaCGrH" alt=""><figcaption></figcaption></figure>

7. Click on the "Download" button under "Actions" to download the invoice and send or print.&#x20;

   <figure><img src="/files/q5R1hCtVo8MWMxEa02r3" alt=""><figcaption></figcaption></figure>

   <figure><img src="/files/IqhpkScALihncCxh4Wzg" alt=""><figcaption></figcaption></figure>


---

# 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://docs.adminremix.com/core/fines/creating-invoices-for-fines.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.
