# Tastaturkürzel

## Workflow Builder

Folgende Tastenkürzel stehen innerhalb des Workflow Builders zur Verfügung:

* `e` wechselt in den Bearbeitungsmodus, wenn der Workflow in der Live-Version geöffnet ist.
* `p` veröffentlicht den Workflow, wenn der Workflow in der Draft-Version geöffnet ist.
* `o` öffnet das Workflow Protokoll.
* `<cmd>-<enter>` bzw. `<ctrl>-<enter>` speichert den Workstep, der gerade in Bearbeitung ist.

## Workflow Protokoll

Folgende Tastenkürzel stehen zur Verfügung, wenn ein Protokoll geöffnet ist:

* `l` öffnet das nächste Protokoll
* `h` öffnet das vorige Protokoll
* `j` geht zum nächsten Workstep im Protokoll
* `k` geht zum vorigen Workstep im Protokoll
* `s` öffnet das Source-Event


---

# 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://help.aiaibot.com/robot/tastaturkurzel.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.
