> 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.md).

# Fines

## 1 - Creating a Fine from the Core Menu

1. Under "Core", click on "Fines".

<figure><img src="/files/9m9wWwxBJDnP1ccBsGCE" alt="" width="258"><figcaption></figcaption></figure>

2. Click the "+" at the top right of the page, then click "Create".

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

3. Choose the User to assign the fine to by clicking the "User" box and either selecting from the list, or typing in the name of the user.

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

4. Enter the fine amount and if it requires payment.
5. Add any notes you would like to let the user or admin know why the fine was assigned.

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

6. Click "Issue Fine" and it will be entered into the user's profile.

## 2 - Create a Fine using the User's Profile

1. Click on the user you are issuing the fine to, then select "Issue Fine" under the "Info" menu.

<figure><img src="/files/1f10TKVEnhg1n21G6YF4" alt=""><figcaption></figcaption></figure>

2. Follow steps 3-6 under [#id-1-creating-a-fine-from-the-core-menu](#id-1-creating-a-fine-from-the-core-menu "mention").

## 3 - Create a Bulk Fine

1. Under "Core", click on "Fines".

<figure><img src="/files/9m9wWwxBJDnP1ccBsGCE" alt="" width="258"><figcaption></figcaption></figure>

2. &#x20;Click the "+" at the top right of the page, then click "Bulk Create".

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

3. Fill in the fields and either tab to add more rows, or select the "+ Add Row".

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

4. Continue filling in the missing fields. The "User" is a search or drop down menu, under "Item" you can select any item the user had checked out to them.

<figure><img src="/files/347uMODqf9zhvHIHzKAB" alt=""><figcaption></figcaption></figure>

5. Save the bulk create. You will receive and email when the bulk create is complete.


---

# 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.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.
