> For the complete documentation index, see [llms.txt](https://doc.anytype.io/anytype-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.anytype.io/anytype-docs/documentation_cn/za-xiang/keyboard-shortcuts/commands.md).

# 命令类

### 菜单

**/** | 激活命令菜单

**上 & 下 箭头** | 在菜单中移动

**左 & 右 箭头** | 进入 & 关闭 子菜单

**Esc** | 关闭菜单

按“/”键后输入正确的块类型名称，无需鼠标即可将其选中，以及更改块颜色和激活操作功能。

### 文本

**/text** | 文本块

**/h1** | 大标题

**/h2** | 中标题

**/h3** | 小标题

**/high** | 更大地高亮文本块

### 列表

**/todo** | 带复选框的待办列表

**/bullet** | 项目符号列表

**/num** | 编号列表

**/toggle** | 折叠列表

### 对象（Objects）

**@today, @tomorrow** | 创建一个带有相对日期的对象。同样的有：@three days ago, @last month, @2023-01-01

**/page** | 页面

**/file** | 文件

**/image** | 图片

**/video** | 视频

**/bookmark** | 书签

**/link** | 链接到页面

### 其他

**/line** | 分隔线

**/dots** | 圆点分隔线

**/code** | 代码片段


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://doc.anytype.io/anytype-docs/documentation_cn/za-xiang/keyboard-shortcuts/commands.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
