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

# README

Welcome to the Branimi Help Center — your guide to using the Branimi school management system at Elayne and Co. Nail Academy.

## Quick Links

| I want to...            | Go to...                                                                               |
| ----------------------- | -------------------------------------------------------------------------------------- |
| Learn the basics        | [Getting Started](/getting-started/getting-started-with-branimi.md)                    |
| Check who's clocked in  | [Managing Punches](/daily-operations/managing-punches.md)                              |
| Look up a student       | [Looking Up a Student](/daily-operations/looking-up-a-student.md)                      |
| Fix a missing clock-out | [Managing Punches](/daily-operations/managing-punches.md)                              |
| Register a fob          | [Registering NFC Fobs](/people-management/registering-nfc-fobs.md)                     |
| Run payroll             | [Payroll Report](/administration/payroll-report.md)                                    |
| Import time data        | [Importing Timesheets](/data-imports/importing-timesheets.md)                          |
| Upload Canvas bookwork  | [Importing Bookwork](/data-imports/importing-bookwork.md)                              |
| Set up the kiosk tablet | [Kiosk Setup](/administration/kiosk-setup.md)                                          |
| Manage inventory        | [Inventory](https://github.com/justinlfink-collab/branimi/blob/main/docs/inventory.md) |

## About Branimi

Branimi is the management system for Elayne and Co. Nail Academy. It tracks student hours, coursework completion, staff payroll, and kiosk-based time clock operations.

**App URL:** [app.branimi.com](https://app.branimi.com)

If you need help that isn't covered in these guides, contact your system administrator.


---

# 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.branimi.com/readme.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.
