# Using the Console

**Green Stack Console** is a unified, web-based application where you configure and manage buildings connected to Green Stack using a computer, laptop, phone, or tablet.&#x20;

The console URL is <https://greenstack.app>

### Compatible Browsers

We recommend that you use the most up-to-date browser that's compatible with your operating system or device. The latest version of the following browsers (mobile and desktop) are officially supported:

* Microsoft Edge
* macOS Safari
* Google Chrome
* Mozilla Firefox

{% hint style="info" %} <mark style="color:blue;">**Please Note**</mark>

* *The console is only available via HTTP/S*
* *JavaScript must be enabled in your browser*
* *The console is not compatible with* [*Internet Explorer*](https://blogs.windows.com/windowsexperience/2022/06/15/internet-explorer-11-has-retired-and-is-officially-out-of-support-what-you-need-to-know/)
  {% endhint %}

## Basic Console Layout

<figure><img src="/files/4ttrbljuF76PF1IVbetB" alt=""><figcaption></figcaption></figure>

The console consists of three basic elements:

#### Application Shell

The shell contains the global application header and main navigation. These elements are always visible. The primary view content is displayed in the content area.

#### Global Header

As the name implies, the header is a static UI element available at all times. The header contains the ***Green Stack logo***, the current **module path**, **action buttons** for searching, commanding, and getting help, and the **user account menu**.

## Keyboard Shortcuts

{% tabs %}
{% tab title="Global Shortcuts" %}

<table><thead><tr><th width="229">Combination</th><th>Description</th></tr></thead><tbody><tr><td><strong><code>F1</code></strong>, <strong><code>Ctrl</code></strong> + <strong><code>?</code></strong></td><td>Open Help Panel</td></tr><tr><td><strong><code>Ctrl</code></strong> + <strong><code>/</code></strong></td><td>Open Command Prompt</td></tr><tr><td></td><td></td></tr><tr><td><strong><code>F1</code></strong>, <strong><code>Ctrl</code></strong> + <strong><code>?</code></strong></td><td>Switch User</td></tr><tr><td><strong><code>Ctrl</code></strong> + <strong><code>,</code></strong></td><td>System Preferences</td></tr></tbody></table>
{% endtab %}

{% tab title="Engineering" %}

<table><thead><tr><th width="229">Combination</th><th>Description</th></tr></thead><tbody><tr><td><strong><code>Ctrl</code></strong> + <strong><code>E</code></strong></td><td>Edit Current Record</td></tr><tr><td><strong><code>Ctrl</code></strong> + <strong><code>S</code></strong></td><td>Save Current Record</td></tr><tr><td><strong><code>Ctrl</code></strong> + <strong><code>D</code></strong></td><td>Duplicate Current Record</td></tr><tr><td><strong><code>Esc</code></strong></td><td>Cancel Current Editing Session</td></tr></tbody></table>
{% endtab %}
{% endtabs %}


---

# 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://docs.greenstack.dev/fundamentals/using-the-console.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.
