> For the complete documentation index, see [llms.txt](https://knowledge-base.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.letsgetdigital.com/virtual-event.md).

# Virtual Event

- [The Lobby](https://knowledge-base.letsgetdigital.com/virtual-event/the-lobby.md): The lobby forms the basis of the virtual event platform. Welcome attendees using a live stream or video and navigate to the programme, company stands and attendee overview.
- [CO₂ Calculator](https://knowledge-base.letsgetdigital.com/virtual-event/sustainability.md): Users can calculate their individual effective CO₂ savings based on attending the event remotely rather than at the physical location it would have otherwise taken place.
- [Switch User View (Virtual event)](https://knowledge-base.letsgetdigital.com/virtual-event/switch-user-view-virtual-event.md): This article explains how admins can prior to the events start preview how the virtual event will look through the account of a different user type.
- [Accreditation](https://knowledge-base.letsgetdigital.com/virtual-event/accreditation.md): This page describes the accreditation system in Let's Get Digital.
- [Helpdesk](https://knowledge-base.letsgetdigital.com/virtual-event/helpdesk.md)
- [LGD Testing suite (Virtual event)](https://knowledge-base.letsgetdigital.com/virtual-event/testing-suite.md): In order to make sure everything will work properly during the event, it is recommended to check if the platform and session services work in advance.
- [Interactive map (Virtual event)](https://knowledge-base.letsgetdigital.com/virtual-event/interactive-map-virtual-event.md): The interactive map displays an overview of the attendance in each session and the movements from one location to another.
- [Instruction videos (Virtual event)](https://knowledge-base.letsgetdigital.com/virtual-event/instruction-videos.md): The following pages includes instruction videos explaining how to use and setup several features.


---

# 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.letsgetdigital.com/virtual-event.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.
