# 帮助

***

* 本用户手册介绍了使用 Keyboard Maestro 编辑器的基础知识。&#x20;
* 本教程将向您展示如何创建简单的宏。您可以通过选择“帮助”➤“教程”菜单来启动教程。快速入门介绍了 Keyboard Maestro 的组件以及它们如何协同工作，了解这些基础知识对于充分利用 Keyboard Maestro 非常重要。&#x20;
* Wiki 包含有关 Keyboard Maestro 各个方面的大量信息。&#x20;
* 论坛 \[<https://forum.keyboardmaestro.com/>] 是寻求宏帮助的好地方。&#x20;
* Keyboard Maestro 中的每个操作都在操作右上角的 ⚙ 菜单中包含一个“帮助”选项。从“编辑”菜单中的任何“插入”菜单中进 行选择时按住 option 键将为您提供有关操作、功能或标记的帮助。&#x20;
* 从新的触发器菜单中进行选择时按住选项键将为您提供有关触发器的帮助。&#x20;
* 从新条件菜单中进行选择时按住选项键将为您提供有关条件的帮助。从新的收藏菜单中进行选择时按住选项键将 为您提供有关收藏的帮助。&#x20;

最后但并非最不重要的一点是，您可以通过选择“帮助”➤“交互式帮助”菜单向 Keyboard Maestro 本身寻求帮助。&#x20;

特别是，交互式帮助窗口可以帮助您：&#x20;

* 如果发生了您意想不到的事情 - Keyboard Maestro 可以向您展示它正在做什么。&#x20;
* 如果宏没有执行任何操作 - Keyboard Maestro 可以帮助您了解原因。


---

# 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://km.qxpai.cn/bang-zhu.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.
