# Key Bindings

Key bindings allow you to start, stop, etc. multiple bots at the same time with a single key press.

<figure><img src="/files/1xZoH5IyHQPMKVoNcpur" alt=""><figcaption></figcaption></figure>

1. Enable key bindings
   * Enables the bot to watch for key inputs.
2. Start Bot
   * Key binding for starting the bot.
3. Stop Bot
   * Key binding for stopping the bot.
4. Start Trace
   * Key binding for starting trace.
5. Stop Trace
   * Key binding for stopping trace.
6. Get Position
   * Key binding for getting the current position for the active training area.
   * This can be useful for when you want to move an entire party to a new area.
7. Enable conditions
   * Enables all conditions.
8. Disable conditions
   * Disables all conditions.
9. Call Python
   * Calls a Python function when you press the key binding.
10. Python function name


---

# 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://guide.phbot.org/phbot/key-bindings.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.
