> For the complete documentation index, see [llms.txt](https://olab4.gitbook.io/help/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://olab4.gitbook.io/help/basic-topics/logging-in.md).

# Logging In

## Playing a scenario

To run a case or play a scenario, you will need to go first to the OLab4 Player.&#x20;

Eventually, we will have a single interface for all these functions but for now, these are separate.&#x20;

You can find info on where to Login to our main demo server at <https://olab.ca/olab4/>

You will see a screen like this:

<figure><img src="/files/OOOjgaWVvodbNr57SN8p" alt=""><figcaption><p>OLab login screen</p></figcaption></figure>

Remember that your password is case-sensitive.&#x20;

If you don't already have a login, use 'guest' for the username and password.

## Request an account

As we roll out OLab4 more extensively, it will be easier to get full access to our systems.&#x20;

In the meantime, we suggest you try our Contact page: <https://olab.ca/contact-us/>&#x20;

## Access via Moodle

Many courses and classes will get access through our Moodle service. If you have directed to login via <https://moodle.olab.ca/>, the login credentials for OLab should be taken care of. Moodle will know whether you are a student, a teacher/facilitator or a course author and will pass on your credentials to OLab. &#x20;

## Creating your own scenarios

As noted in the [Quick Notes](/help/quick-notes.md) section, you will need to login to our Designer service for this. Your account will need the appropriate Role e.g. teacher, author etc. See [Users, roles](/help/advanced-topics/users-roles.md) for more on this.&#x20;


---

# 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://olab4.gitbook.io/help/basic-topics/logging-in.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.
