> For the complete documentation index, see [llms.txt](https://docs.holoplot.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.holoplot.com/holoplot-control/operating-the-system/show-mode.md).

# Show Mode

Show Mode is an operating state in HOLOPLOT Control designed for use during active shows and performances. When enabled, it restricts access to actions that could affect audio output or system configuration, while keeping monitoring and real-time control functions readily accessible.

<figure><img src="/files/kD9qPeOIW0xH5NiZPkZZ" alt=""><figcaption><p>Show Mode active state</p></figcaption></figure>

## Configuring Show Mode

Before enabling Show Mode, administrators can define how specific actions behave while it is active. Do this in **Settings › Show Mode**. Each action can be set to one of three states:

* **Allowed** – the action is available without restriction.
* **Allowed with confirmation** – the action is available but requires the user to confirm before it is applied.
* **Not allowed** – the action is not available while Show Mode is on.

The following actions can be configured:

* System Gain
* System Mute / Unmute
* Master EQ
* Solo / Unsolo Beams
* Mute / Unmute Beams
* Environmental conditions
* Preset switching
* Processor failover
* Sleep / wake up modules

<figure><img src="/files/maa6JyzGNJt1mjKqWbhl" alt="" width="365"><figcaption><p>Show Mode configuration</p></figcaption></figure>

#### Blocked actions

The following actions are always disabled while Show Mode is active and cannot be configured otherwise:

* Pairing and unpairing modules
* Rebooting the system, arrays, or modules
* Audio stream management and audio routing
* Editing network settings
* Blinking modules
* Driver tests (for X1 Modules)
* Uploading and activating projects
* System restore
* All actions under **System Settings**
* Adjusting Processor settings

{% hint style="info" %}
Actions blocked in Show Mode cannot be overridden. To perform any of these actions, Show Mode must be disabled first.
{% endhint %}

## Using Show Mode

### Enabling and disabling Show Mode

The **Show Mode** button is available directly on the right side of the HOLOPLOT Control footer. Any user with access to the interface can enable or disable Show Mode.

<figure><img src="/files/3T0aFkHAq3GCzQRCDUWa" alt=""><figcaption><p>Show Mode toggle in the footer</p></figcaption></figure>

### Show Mode indicator

When Show Mode is active, a persistent indicator is displayed across all open sessions, regardless of the current view or panel. This ensures that all users connected to the system are aware of the active operating state.

### Monitoring

The following monitoring pages remain accessible while Show Mode is active:

* Device list
* Input and output level meters
* Event logger


---

# 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.holoplot.com/holoplot-control/operating-the-system/show-mode.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.
