# Student Guide

## Your Dashboard

After signing in, students land on `/dashboard` — a full-screen calendar view of your personal class schedule.

The calendar shows every course you are enrolled in, including the course name, time, and location. Days with scheduled classes are highlighted.

### Navigating the Calendar

* Use the **left/right arrows** to move between weeks.
* Click a course block to see its details (name, time, instructor, location).

## Checking In

Your institution may use chestnut.tools for attendance. When a check-in session is active, your name will appear in the attendance list and your presence will be recorded automatically or by a staff member.

If your school uses a **PIN-based check-in**, a staff member will share a PIN code displayed on their screen. Enter it when prompted to record your attendance.

## Getting Help

If your schedule looks wrong or you cannot sign in, contact your institution's administrator. They can:

* Add or remove you from a course roster.
* Correct your attendance record.
* Reset your sign-in access.


---

# 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/student-guide.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.
