# Keyboard shortcuts

Sumble supports keyboard shortcuts throughout the web application for faster navigation.

## Search & filters

| Shortcut           | Action                                                   |
| ------------------ | -------------------------------------------------------- |
| `/`                | Focus the search input                                   |
| `Escape`           | Blur the search input                                    |
| `1`                | Open the technology filter                               |
| `2`                | Open the job function filter                             |
| `3`                | Open the project filter                                  |
| `4`                | Add another filter                                       |
| `0`                | Add another filter                                       |
| `R`                | Reset / remove the selected filter                       |
| Left / Right arrow | Switch between Individual Techs and Tech Categories tabs |
| Up / Down arrow    | Navigate between filter panel sections                   |

## Tables

| Shortcut        | Action                                  |
| --------------- | --------------------------------------- |
| Up / Down arrow | Navigate between table rows             |
| `J` / `K`       | Navigate between table rows (vim-style) |

## Signals

| Shortcut | Action                              |
| -------- | ----------------------------------- |
| `F`      | Toggle favorite on selected signals |
| `M`      | Open the mark-as menu               |
| `A`      | Mark as relevant                    |
| `N`      | Mark as not relevant                |
| `U`      | Mark as unread                      |

## Account lists

| Shortcut | Action                              |
| -------- | ----------------------------------- |
| `B`      | Add organization to an account list |


---

# 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.sumble.com/web-application/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.
