# Keyboard Shortcuts

Here are some keyboard shortcut that will give your games a boost. Think less about your mouse pointer and focus on your strategy!&#x20;

| Action                            | Key                   |
| --------------------------------- | --------------------- |
| Open cards panel                  | C                     |
| Open game stats                   | S                     |
| Show luck stats                   | L                     |
| Attack rolling 3 dice             | 3                     |
| Attack rolling 2 dice             | 2                     |
| Attack rolling 1 dice             | 1                     |
| Move tanks                        | M                     |
| Probability to keep states        | P                     |
| Place all your tanks on one state | ALT + Click on state  |
| Move the maximum number of tanks  | ALT + Click on "MOVE" |

{% hint style="danger" %}
Careful with the "ALT" shortcuts: you cannot undo your action!
{% endhint %}


---

# 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://rules.blitzwar.online/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.
