# 添加新的关联

#### 添加和管理关联 <a href="#adding-and-managing-relations" id="adding-and-managing-relations"></a>

在编辑器中，你可以像添加块一样，使用 `+` 按钮或行内的 `/` 菜单来为你的【对象】添加【关联】。你还可以通过【关联面板】管理某个【对象】的【关联】：将鼠标悬停在【对象】名称上方会出现一个三角形图标，这个面板显示了这个【对象】的所有关联。

**精选关联（Featuring Relations）**

你可以添加、精选或者修改现有的【关联】。由于【精选关联】会直接显示在标题下方，因此，你可以通过【精选关联】来优先显示与某个【对象】最相关的【关联】。在【关联面板】中，你可以通过点击任一关联右侧的 ★ 来精选这个【关联】。

{% embed url="<https://vimeo.com/749076155?embedded=true&source=vimeo_logo&owner=177568036>" %}

#### 关联的类型 <a href="#types-of-relations" id="types-of-relations"></a>

以下是 Anytype 中当前可用的【关联】类型：

* **文本（Text）**：接受文本作为输入。
* **数字（Number）**：接受所有数字。即将会推出不同的格式。
* **日期（Date）**：日期，可选的时间信息。
* **状态（Status）**：你可以自定义并选择的一系列分类关系，如 X、Y 或 Z。
* **标签（Tag）**：另一种没有限制的单个字符串。
* **邮箱/电话/URL（Email/phone/URL）**：URL、电子邮件、电话号码的特殊格式。
* **复选框（Checkbox）**：带有布尔值、字符串或对象链接的对象。
* **媒体（Media）**：可以查看、播放或下载的音频、电影或图片。
* **对象（Object）**：对某个特定对象的引用，如某人、某任务或某文件。


---

# 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://doc.anytype.io/anytype-docs/documentation_cn/ji-chu/relations/create-a-new-relation.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.
