# Keyboard Shortcuts

<figure><img src="/files/ldPEP6qxImTGKllzVahL" alt=""><figcaption></figcaption></figure>

Kiln offers a number of keyboard shortcuts which makes navigating the app easier:

* After opening a dataset item from the Dataset screen, use right and left keys to navigate to the next and prior item.
* When focusing a 5-star rating, using the 1-5 keys to select a value, or 0 to clear the value
* When viewing a dataset item, use the delete key to delete that item.
* When on the Run screen, you can invoke a run with Ctrl+Enter on Windows, or Command+Return on macOS.
* Elsewhere: wherever you see a keyboard shortcut preview on a button, such as ![](/files/OYSspAHnGAoY0kCzv8tD), you can enter that shortcut to activate the button where the preview appears.
* See the [organizing datasets](/docs/organizing-datasets.md) docs page for how to multi-select dataset items


---

# 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.kiln.tech/docs/keyboard-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.
