> For the complete documentation index, see [llms.txt](https://edehr.gitbook.io/edehr-compass/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://edehr.gitbook.io/edehr-compass/user-guides/instructor-dashboard.md).

# Instructor Dashboard

### **Dashboard Layout**

The Instructor Dashboard opens automatically when you launch an EdEHR activity link as an Instructor.

#### **Main Areas**

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

### Dashboard Components

The dashboard pages have three main sections:

1. **Application Banner**:
   * Link to documentation
   * Link back to the demonstration login page (appears only in Full demo)
   * Instructor tools menu (contains the same items as the navigation section)
2. **Dashboard Navigation** (Left sidebar)

<table data-header-hidden><thead><tr><th width="276.03515625"></th><th width="453.8515625"></th></tr></thead><tbody><tr><td><strong>Tab</strong></td><td><strong>Purpose</strong></td></tr><tr><td>Courses</td><td>Lists all LMS-linked courses you’ve accessed.</td></tr><tr><td>Course</td><td>Shows the set of Activities linked to the current course.</td></tr><tr><td>Activity</td><td>Opens this specific activity’s setup and evaluation options.</td></tr><tr><td><sub>Class List</sub></td><td>Displays enrolled students and their submission/evaluation status.</td></tr><tr><td>Learning Objects / Case Studies</td><td>(Visible only to Course Designers or if promoted) Used to build or preview patient scenarios.</td></tr><tr><td>Learning Objects / Case Studies</td><td></td></tr></tbody></table>

1. **Content Area**:
   * Displays the page content (Activity, Course, Class list, etc.)


---

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

```
GET https://edehr.gitbook.io/edehr-compass/user-guides/instructor-dashboard.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.
