# Grid Gateway Overview

**Grid Gateway** is a tool for monitoring and managing Windows-based systems used in live entertainment, broadcast, and installation environments. It connects computers to **Grid Studio**, enabling centralized monitoring, automation, and remote control.

Gateway can display system information directly on the desktop through a dynamic wallpaper, including metrics such as **system uptime, CPU and RAM usage, storage information, and network configuration**.

Through the connection with Grid Studio, systems can be remotely controlled to **start or close applications, execute commands, run scripts, or perform system actions** such as shutdown or reboot. This allows operators to manage multiple machines and automate workflows from a central interface.

## Getting Started:

### [Access Settings](/grid/gateway/access-settings.md)

* [Connection](/grid/gateway/access-settings/connection.md)
* [Monitoring](/grid/gateway/access-settings/monitoring.md)
* [Wallpaper](/grid/gateway/access-settings/wallpaper.md)
* [Overlay](/grid/gateway/access-settings/overlay.md)
* [Automatic Startup](/grid/gateway/access-settings/automatic-startup.md)

### [Grid Gateway in Grid Studio](/grid/gateway/grid-gateway-in-grid-studio.md)

* [Access CPU / RAM in Grid Studio](/grid/gateway/grid-gateway-in-grid-studio/access-cpu-ram-in-grid-studio.md)
* [Commands / Actions](/grid/gateway/grid-gateway-in-grid-studio/commands-actions.md)
  * [Focus Application](/grid/gateway/grid-gateway-in-grid-studio/commands-actions/focus-application.md)
  * [Force Shutdown](/grid/gateway/grid-gateway-in-grid-studio/commands-actions/force-shutdown.md)
  * [Kill Process](/grid/gateway/grid-gateway-in-grid-studio/commands-actions/kill-process.md)
  * [Open File](/grid/gateway/grid-gateway-in-grid-studio/commands-actions/open-file.md)
  * [Press Key](/grid/gateway/grid-gateway-in-grid-studio/commands-actions/press-key.md)
  * [Reboot](/grid/gateway/grid-gateway-in-grid-studio/commands-actions/reboot.md)
  * [Run Console command](/grid/gateway/grid-gateway-in-grid-studio/commands-actions/run-console-command.md)
  * [Show Message](/grid/gateway/grid-gateway-in-grid-studio/commands-actions/show-message.md)
  * [Shutdown](/grid/gateway/grid-gateway-in-grid-studio/commands-actions/shutdown.md)
  * [Sleep](/grid/gateway/grid-gateway-in-grid-studio/commands-actions/sleep.md)
  * [Start Application](/grid/gateway/grid-gateway-in-grid-studio/commands-actions/start-application.md)
  * [Start Application with Parameter](/grid/gateway/grid-gateway-in-grid-studio/commands-actions/start-application-with-parameter.md)
  * [Tally](/grid/gateway/grid-gateway-in-grid-studio/commands-actions/tally.md)
  * [Wake On Lan](/grid/gateway/grid-gateway-in-grid-studio/commands-actions/wake-on-lan.md)

### [Grid Engine specific commands](/grid/gateway/grid-engine-specific-commands.md)

* [Engine LED Color](/grid/gateway/grid-engine-specific-commands/engine-led-color.md)
* [Widgets for Display](/grid/gateway/grid-engine-specific-commands/widgets-for-display.md)


---

# Agent Instructions: 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:

```
GET https://stage-precision.gitbook.io/grid/gateway/grid-gateway-overview.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
