# Navigation & command access

Before we start drawing, **let's quickly review how to navigate and access commands in Rayon.**

{% stepper %}
{% step %}

### Navigating

Navigation in Rayon is the easiest thing. \
It can be set from the **editor context menu**, or from the **user settings**.&#x20;

<figure><img src="/files/nVAI7YmIOQYohVoccdCZ" alt=""><figcaption></figcaption></figure>

All you need to do is choose a **Navigation mode**, either using **`Mouse`** or **`Trackpad`**.

{% hint style="info" %}
If you are using an Apple Magic Mouse, you should enable the **`Trackpad`** mode as it will allow you to swipe to pan.
{% endhint %}

**Mouse mode**

* To **Zoom**, simply scroll.
* To **Pan**, hold your mouse wheel down and move.

**Trackpad mode**

* To **Zoom**, pinch on your trackpad
* To **Pan**, swipe with two fingers
  {% endstep %}

{% step %}

### Command access <a href="#h_a43d0d86b4" id="h_a43d0d86b4"></a>

Command access can be set from the **editor context menu**, or from the **user settings**.&#x20;

<figure><img src="/files/BFiH1OUQp2m2uNW1QLVd" alt=""><figcaption></figcaption></figure>

It can be set to either **`shortcut`** mode or **`command line`** mode. Either mode's shortcuts can [be found here.](/documentation/design/shortcuts.md)

**Shortcuts mode**

* Allows to trigger a command **using single or double stroke shortcut**, and no validation stroke.&#x20;
* You may open the **command line** with **`CTRL + K`**&#x20;

**Command line mode**

* Allows to trigger a command **using single or double stroke shortcut**, ***and*** a validation stroke (**`Space`** or **`Enter`**)
* Type anytime on your keyboard to search for a command.
  {% endstep %}

{% step %}

### Next step

You are done! \
Head to the next step, **click below!**

<a href="/pages/fuTqVskbbaAHYrXY9zHm" class="button primary">Next step</a>
{% endstep %}
{% endstepper %}

***

### We are always available

Book a demo with our team, [right here](https://b1kzip68v9f.typeform.com/to/Hgr0eQ4k#source=docs).\
To get some support, reach out to us through our **in-app support chat**. \
More about [our support policy right here](/other-resources/others/support.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://docs.rayon.design/documentation/rayons-basics/navigation-and-command-access.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.
