# Shortcuts

Go to `chrome://extensions/shortcuts` in your Chrome and you will see something like this:

<figure><img src="/files/4sQNm8kN9Hk9BIj8qlJN" alt="" width="523"><figcaption></figcaption></figure>

#### Start mirror

With this shortcut you can have almost the same functionality as our CLI - but for shock drops. Start mirror and all other PepperScripts instances will open the same product as you are currently watching. You need to open the CLI in the `mirror product page` mode!

#### Start quicktask

This shortcut will cause Pepper to start your quicktasks for the [CLI modules](broken://pages/YddPcboVBT0ChMNFFsqu) on whatever link you have opened. You will still need to have the Quicktask task file filled. More about that [here](/getting-started/cli/quicktasks.md).

#### Switch mode

Most of the sites supported by Pepper have at least two working modes. In a situation when something goes wrong and you want to switch to the next mode, you normally have to open Pepper and manually change it before refreshing the page.&#x20;

By using the `Switch mode` shortcut you could easily switch to the next mode and the page will be automatically refreshed.

#### Toggle modules switches

With `Toggle modules switches` shortcut you can enable or disable all the Pepper modules at once.

This is very useful for testing purposes.


---

# 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.pepperscripts.com/getting-started/shortcuts.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.
