> For the complete documentation index, see [llms.txt](https://kb.mago.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kb.mago.io/mago-essential/user-guide/use-cases.md).

# Use cases

## Standalone (BYOD)

In this mode, Mago Essential is used in rooms **without video conferencing equipment**. When you enter the room, you will see a simple **display with Mago Essential instructions** on the screen. You can easily connect your personal device (phone, tablet, or laptop) to the screen via wireless presentation protocols like AirPlay, Miracast, or Google Cast. You can also visit Magolink.com from your browser to cast your screen without installing anything. If you prefer a cable, you can connect your device using the HDMI cable provided in the room. Mago will automatically start showing your screen. There are no video conferencing tools available in this setup. Follow the How To instructions to start.

Check the deployment guide here: [Standalone](/mago-essential/setup-guide/deployment-options/standalone.md)

## Standalone with BYOM Kit

In this setup, you will see **Mago Essential instructions** on the screen, but video conferencing equipment (such as a camera, microphone, and speaker) will also be available in the room. The **BYOM** (Bring Your Own Meeting) Kit is present, with a small transmitter dongle placed on the table or in a designated area by IT. This dongle allows you to **connect your device to the room’s audio/video system**, enabling seamless video calls, and you can present content from your personal device at the same time.

Check the deployment guide here: [Standalone with BYOM Kit](/mago-essential/setup-guide/deployment-options/standalone-with-byom-kit.md)&#x20;

## Integrated with Room Systems (MTR, Zoom Rooms, ...)

In rooms with **video conferencing equipment already installed** (e.g., Microsoft Teams Rooms or Zoom Rooms), Mago Essential will be accessible through the Share button on the touch controller if it’s a single display setup. If the room has a dual display, you will see Mago Essential instructions directly on the second screen. In this configuration, Mago Essential works alongside the company’s existing room system and lets you easily share content during video conferences.

Check the deployment guide here: [Integrated with a Room System (MTR, Zoom Rooms, ...)](/mago-essential/setup-guide/deployment-options/integrated-with-a-room-system-mtr-zoom-rooms-....md)


---

# 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://kb.mago.io/mago-essential/user-guide/use-cases.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.
