> 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/ji-chu/object-editor/create-an-object.md).

# 如何创建对象

### 导航菜单

左键单击加号按钮，就会立即创建一个新对象，类型是你在空间设置中设定的默认对象类型。

右键单击加号按钮，会出现一个菜单，其中有标准类型以及你最近使用过的【类型】。

### 正斜杠命令

使用 Anytype 时，你可以键入“/”来创建一个新的【对象】。这将显示你已创建过的【对象】列表。只需选择要创建的【对象】，它就会链接到你当前的位置。

<figure><img src="/files/mRCe25tRhD7tUVkHuCQm" alt=""><figcaption></figcaption></figure>

你也可以在这里链接到已经存在的【对象】。

### 使用快捷键

要快速创建一个新的【对象】，可以使用这个快捷键：⌘+N

它会执行与点击导航栏中“+”号相同的操作。

### 转换为对象

如果你在处理现有的【对象】中的某些内容，并且想只将某个块转换为【对象】，你可以通过操作菜单中的任一操作来实现：

1. 将鼠标悬停在激活中的块的左侧，然后点击那 3 个点的操控杆。
2. 使用键盘快捷键 ⌘+/ 。

<figure><img src="/files/tQVSmzzVOAOdvbVI5Vc7" alt=""><figcaption><p>操作菜单</p></figcaption></figure>


---

# 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/ji-chu/object-editor/create-an-object.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.
