# Introduction

Scheduling made easy for students and staff alike.

## Documentation

### For Everyone

* [Getting Started](/user-docs/getting-started.md) — signing in, sign-in errors, signing out

### For Students

* [Student Guide](/user-docs/student-guide.md) — dashboard, schedule calendar, checking in

### For Staff & Administrators

* [Staff Guide](/user-docs/staff-guide.md) — admin panel overview, managing students, staff, courses, schedules, and rosters
* [Attendance](/user-docs/attendance.md) — running daily and per-course check-in sessions, reviewing records, tardiness
* [Inviting Users](/user-docs/inviting-users.md) — generating invite links for new students and staff
* [Roles & Permissions](/user-docs/roles-permissions.md) — creating roles, assigning permissions, managing access

### Troubleshooting

* [Troubleshooting](/user-docs/troubleshooting.md) — common sign-in issues and fixes

### For Developers

* [Developer Index](broken://pages/W58hYtGBIhhenwr7kwmt)


---

# 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.chestnut.tools/user-docs/index.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.
