# Using a keyboard

## Keyboard Shortcuts

| **`ctrl`** + **`space`**                                          | Opens the Requirement Dialog in the top-left slot of the first platoon board. |
| ----------------------------------------------------------------- | ----------------------------------------------------------------------------- |
| **`←`**                                                           | Move left                                                                     |
| **`→`**, **`tab`**                                                | Move right                                                                    |
| **`↑`**,  **`↓`**                                                 | Navigate through dropdown options                                             |
| **`shift`** + **`tab`**                                           | Switch between active dropdowns                                               |
| **`ctrl`** + **`←`**,  **`→`**,  **`↑`**,  **`↓`**                | Move left, right, up, down                                                    |
| **`ctrl`** + **`shift`** +  **`←`**,  **`→`**,  **`↑`**,  **`↓`** | Move left, right, up, down between boards                                     |
| **`Esc`**                                                         | Close the active Requirement Dialog                                           |


---

# 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.echobase.app/tb-platoon-assigner/usage-guide/manual-entry/using-a-keyboard.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.
