> 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/xsoar-6-administrator-guide/6.12/reference-docs/reference/keyboard-shortcuts.md).

# Keyboard Shortcuts

There are keyboard shortcuts that 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                                        |
| 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 mouse | Shift + drag with mouse | Playbooks (edit mode)                            |
| Undo                                         | Command-Z               | Ctrl + Z                | Playbooks (edit mode)                            |
| Delete task(s)                               | Delete                  | Delete                  | Playbooks (edit mode)                            |
| Save the Automation Script                   | Command-S               | Ctrl + S                | Automation                                       |
| Create a New Automation script               | Command-I               | Ctrl + I                | Automation                                       |
| 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                            |
| Toggle Full View/Right Side Menu View        | Option-F                | Alt + F                 | Dashboard, Incident Page, Automations, Playbooks |

**Switch Between Incident Pages**

| Description                            | Mac      | Windows |
| -------------------------------------- | -------- | ------- |
| Navigate to the Incident Details Page  | Option-1 | Alt + 1 |
| Navigate to the War Room Page          | Option-2 | Alt + 2 |
| Navigate to the Workplan Page          | Option-3 | Alt + 3 |
| Navigate to the Evidence Board Page    | Option-4 | Alt + 4 |
| Navigate to the Related Incidents Page | Option-5 | Alt + 5 |
| Navigate to the Canvas Page            | Option-6 | Alt + 6 |

#### Open and Close Right Shoulders

| 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/xsoar-6-administrator-guide/6.12/reference-docs/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.
