# The basics

The **central shortcut** of Monarch is **`WIN + ALT + Space`**. It opens the **Monarch Navigation Menu**, providing quick access to applications, system tools, virtual desktops, and other key features.

<p align="center"><img src="/files/5TnHDgBQeT2BpqrGRVgB" alt="Monarch menu" data-size="original"></p>

From the main system menu, you can perform a variety of actions, including:

* **Launch applications**
* **Access system documentation**
* **Add or remove software** (Apps, TUIs, Webapps)
* **Customize the system’s look and feel**
* **Update the system**
* ...and more.

#### **Quick Access with Walker**

Applications and utilities can be launched instantly using the **`WIN + Space`** shortcut.\
This shortcut opens **Walker**, a versatile launcher that not only starts applications but also provides additional features such as a **calculator**, **to-do list**, **clipboard manager**, **web search**, and more.

#### **Virtual Desktops**

Monarch supports **10 virtual desktops** for efficient multitasking. You can switch between desktops using **`WIN + 1`**, **`WIN + 2`**, **`WIN + 3`**, … up to **`WIN + 0`**

To move a window from one desktop to another, use **`WIN + SHIFT + [1–0]`**

#### **Handy Shortcuts**

Some useful keyboard shortcuts for frequently used applications:

| Action                     | Shortcut            |
| -------------------------- | ------------------- |
| Open Terminal              | **WIN + Enter**     |
| Open Firefox               | **CTRL + ALT + W**  |
| Private Browsing (Firefox) | **ALT + SHIFT + W** |
| Open File Browser          | **CTRL + ALT + F**  |
| Open Outlook               | **WIN + SHIFT + E** |
| Open CyberChef             | **WIN + SHIFT + C** |
| Open Deezer                | **WIN + SHIFT + M** |

{% hint style="warning" %}
If you ever get lost, press **`WIN + K`** to display **all system shortcuts**.\
This provides a complete overview of available keyboard commands, helping you navigate Monarch efficiently.
{% endhint %}


---

# 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.monarchlinux.com/getting-started/usage.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.
