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