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

# Learner walkthrough

## Getting started

Open a new web browser window and go to the login page for your Sandbox version. For example:

* [https://sandbox-safetytraining.insite.com](https://sandbox-safetytraining.insite.com/ui/lobby/signin)

Sign in with the email address and password for a learner. For example:

* <learner@example.com>
* SuperSecretPassword1234!

{% hint style="info" %}
If you want to see what the user interface looks like from any mobile device, you can install this Chrome browser extension: [Mobile Simulator - Responsive Testing Tool](https://chromewebstore.google.com/detail/mobile-simulator-responsi/ckejmhbmlajgoklhgbapkiccekfoccmk?hl=en\&pli=1)
{% endhint %}

You can navigate to the Dashboard page any time by clicking your name at the top right. Select **My Dashboard** from the menu.

> Administrator Note: Your organization account can be configured so this page is the default home page for all your learners.

<figure><img src="/files/ggaJs9UtWX9j4Vwnj4HN" alt="Learner experience 01"><figcaption></figcaption></figure>

The navigation menu in the left panel provides learners with quick and easy access to everything they need.

## Sample organization overview

Our team has configured a sample organization for demo and training purposes. You can use this to familiarize yourself with the system and experiment with various features.

The sample organization is named Safety Training Authority (STA). It has several sample courses. organization contains several courses. A typical learner interacts with the course content by following a simple sequence of steps:

1. Browse the course catalogue
2. Enroll in a course
3. Complete learning materials and/or assessments
4. Download achievements from the dashboard

In addition to allowing your learners to browse your e-learning catalogue for self-directed online learning, you can also create a schedule of classroom training sessions and exam events — which might be online or in-person — and allow your learners to browse the schedule and register for available seats.

Here, for example, here an administrator has published a library of online courses (Course Catalog) as well as event registrations (Enroll in a Course) in the learning portal:

<figure><img src="/files/gPPKzD6qbqZauqeOZJFx" alt="Learner experience 02"><figcaption></figcaption></figure>

Please note, in the STA demo organization:

* Courses are open for free browsing without a registration requirement.
* Notifications are disabled to prevent accidental delivery of email messages.
* E-commerce and online payment features are disabled for all courses except one. If you are interested to see the online payment process, then follow the registration steps for **JHSC Course 1 eLearning**.

## Explore courses

Here is a suggested activity to try for yourself:

* [ ] Click on the Course Catalog to browse available courses.
* [ ] Select Privacy Awareness FIPPA and proceed through the material. Ensure you complete the assessments for each module, as you can view the scores and reports for these later.
* [ ] Go to the My Dashboard view to look at your progress
  * [ ] On the Achievements tab, download your certificate or share it to social media
  * [ ] On the Assessments tab, view the results of your assessments
  * [ ] A complete list of completed Lessons and Assessments can be found on the Grades tab

<figure><img src="/files/yJAhR2ZkXEOK8Ve6BP95" alt="Learner experience 03"><figcaption></figcaption></figure>

## Explore class enrollments

Here is a suggested activity to try for yourself:

* [ ] From the **Home** tab, click the **Registration** tile
* [ ] Click either **Classes** or **Class Calendar** to initiate registration
* [ ] Click on the course name to start registration, select the **Self-Register** option
* [ ] Follow course registration through to the end. Test credit card details below:
  * [ ] Name: Anything
  * [ ] Number: 4030000010001234
  * [ ] Expiry: any future date
  * [ ] CVV: 123
* [ ] Go to the **My Dashboard** view to look at your progress
* [ ] On the **Events** tab, you can view the courses you are currently registered in. Click the View button for more information.


---

# 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.shiftiq.com/guides/role-based-guides/learner-walkthrough.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.
