# Command Palette

## 1. What's it?

Introduce a global Command Palette that helps developers:

* Quickly search Debugging Tools
* Toggle Debugging Tools
* Open a new Guideline for iOS, Simulator, Android, and Emulators
* Pin your most used action

<figure><img src="/files/bviEuwPVnTNTwvPMnoIw" alt="Proxyman with Command Palette"><figcaption></figcaption></figure>

{% hint style="success" %}
Use ⌘⇧P to open the Command Palette Windows
{% endhint %}

{% hint style="warning" %}
Command Palette is available on Proxyman macOS 5.26.0 or later
{% endhint %}

## 2. Missing your shortcut?

If you could not find your shortcut in the Command Palette view, please request it in our GitHub Public Tracker at <https://github.com/ProxymanApp/Proxyman/issues>


---

# 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.proxyman.com/basic-features/command-palette.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.
