> ## Documentation Index
> Fetch the complete documentation index at: https://docs.ingestly.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Keyboard shortcuts

> Navigate Ingestly quickly with keyboard shortcuts and the command palette.

Ingestly ships with a small set of global keyboard shortcuts so you can move around the app without leaving the keyboard. Press **?** anywhere to open the full shortcut list inside the app.

<Note>Shortcuts are listed with **Ctrl** for brevity. On macOS, Ingestly displays and binds **⌘** automatically, so the in-app tooltips, help dialog, and badges show the correct key for your platform.</Note>

## Global

| Shortcut   | Action                                                                     |
| ---------- | -------------------------------------------------------------------------- |
| **Ctrl+K** | Open the command palette                                                   |
| **?**      | Open the keyboard shortcuts help dialog                                    |
| **/**      | Focus the search field on list pages (Pipelines, Runs, Reviews, Documents) |
| **Esc**    | Close the active dialog, popover, or command palette                       |

## Command palette

Press **Ctrl+K** anywhere in the app to open the command palette. It surfaces navigation, recent pages, and common actions such as creating a new pipeline, API key, or alert rule.

| Shortcut              | Action                              |
| --------------------- | ----------------------------------- |
| **↑** / **↓**         | Move between results                |
| **Enter**             | Run the highlighted result          |
| **Ctrl+1**–**Ctrl+5** | Jump straight to result 1 through 5 |
| **Esc**               | Close the palette                   |

One of the actions in the palette is **Copy for LLM**. Running it opens a dialog where you pick which sections to copy as markdown: page context is available on any page, and when you are viewing a run you also get the run summary, steps, inputs, outputs, and errors. Ingestly assembles the selected sections and copies the result to your clipboard so you can paste it into an AI assistant. Sections that have no data appear disabled and are marked **(No data)**, and your section choices are remembered for next time.

## Pipeline editor

The [pipeline editor](/pipelines/editor) adds a few editor-specific shortcuts for working on the canvas:

| Shortcut                      | Action                            |
| ----------------------------- | --------------------------------- |
| **Ctrl+S**                    | Save the pipeline                 |
| **Ctrl+Z**                    | Undo                              |
| **Ctrl+Shift+Z** / **Ctrl+Y** | Redo                              |
| **Ctrl+L**                    | Auto layout the canvas            |
| **Ctrl+R**                    | Revert to the last saved pipeline |
| **Delete** / **Backspace**    | Remove the selected node or edge  |
| **Esc**                       | Deselect the current node or edge |
