> For the complete documentation index, see [llms.txt](https://cortex-docs.paloaltonetworks.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cortex-docs.paloaltonetworks.com/cortex-xsoar-8-on-prem/8.12/troubleshoot-and-reference/reference/keyboard-shortcuts.md).

# Keyboard shortcuts

The following keyboard shortcuts enable you to quickly navigate and manage Cortex XSOAR.

#### Playbooks, Scripts, and CLI

| Description                                                   | Mac                         | Windows                     | Available in Pages    |
| ------------------------------------------------------------- | --------------------------- | --------------------------- | --------------------- |
| Fast Navigation                                               | Command-K                   | Ctrl + K                    | All                   |
| Focus on the CLI                                              | Command-;                   | Ctrl + ;                    | All                   |
| Save the Playbook                                             | Command-S                   | Ctrl + S                    | Playbooks (edit mode) |
| Auto-Align the Playbook                                       | Command-L                   | Ctrl + L                    | Playbooks (edit mode) |
| Copy Task(s)                                                  | Command-C                   | Ctrl + C                    | Playbooks (edit mode) |
| Paste Task(s)                                                 | Command-V                   | Ctrl + V                    | Playbooks (edit mode) |
| Cut Task(s)                                                   | Command-X                   | Ctrl + X                    | Playbooks (edit mode) |
| Select task(s)                                                | Shift + drag with the mouse | Shift + drag with the mouse | Playbooks (edit mode) |
| Undo                                                          | Command-Z                   | Ctrl + Z                    | Playbooks (edit mode) |
| Delete task(s)                                                | Delete                      | Delete                      | Playbooks (edit mode) |
| Save the script or integration that is currently being edited | Command-S                   | Ctrl + S                    | Scripts, Integrations |
| Create a New Script                                           | Command-I                   | Ctrl + I                    | Scripts               |
| Create a New Incident                                         | Command-I                   | Ctrl + I                    | Home, Incidents       |
| Open the Markdown Box and the Toolbar in CLI                  | Command-M                   | Ctrl + M                    | CLI area in all pages |
| Show or hide the CLI                                          | Option-F                    | Alt + F                     | CLI area in all pages |

#### Open and Close Side Panels on the Incident Page

| Description                                | Mac      | Windows |
| ------------------------------------------ | -------- | ------- |
| Open/Close the Incident Summary Quick View | Option-Q | Alt + Q |
| Open/Close the Systems Windows             | Option-W | Alt + W |
| Open/Close the Incident Team Window        | Option-E | Alt + E |
| Open/Close the Incident Context View       | Option-R | Alt + R |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://cortex-docs.paloaltonetworks.com/cortex-xsoar-8-on-prem/8.12/troubleshoot-and-reference/reference/keyboard-shortcuts.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
