> For the complete documentation index, see [llms.txt](https://knowledge-base-speakers.letsgetdigital.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledge-base-speakers.letsgetdigital.com/logging-in.md).

# Log-in

### Logging into the Let's Get Digital platform

1. You should receive an email from your events organiser that includes a link to your Virtual room.
2. Click on the link and you will be taken to the login page of the event.
3. The system will ask if you would like to be redirected to your session choose; '**yes, continue**'
4. You are now in your virtual room! &#x20;
5. A speaker instruction video will automatically welcome you to your room
6. You can now set up your microphone and camera.

![](/files/ff5VqnawZdLqb9uWNwaT)

{% hint style="warning" %}
**Note:** the Let's Get Digital platform is only accessible via a laptop or desktop.
{% endhint %}

### Logging in the app as a speaker

1. Download the event app on your phone (or the Let's Get Digital app).&#x20;
2. Log in to the app either by:\
   \- Entering the credentials recievied by email.\
   \- Scanning the QR in the mail.


---

# 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://knowledge-base-speakers.letsgetdigital.com/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.
