# Shortcuts

## What Are Shortcuts?

Shortcuts provide a convenient method to swiftly access many of Transcript's features by simultaneously **pressing three keys** on your keyboard.

### Available Features

* [**Snapshot** ](/transcript-extension/searching/snapshot.md)- Capture any image, text, or multiple choice question for instant answers.
* **Toggle Visibility** - Quickly hide or show Transcript.
* **Open Extension** - Opens the Transcript home menu.

### How to Change Shortcuts

1. **Locate the Feature:** Find the feature you want to modify; the current key combination is shown to the right.
2. **Click to Edit:** Click on the group of keys.
3. **Set New Shortcut:** Press any three keys on your keyboard to set the new shortcut.


---

# 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://guides.transcript.study/transcript-extension/settings/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.
