# 定位你的对象

### 使用关联图谱

要找到你的所有对象以及它们之间的联系，可以从【关联图谱 (Graph)】中寻找主要事实来源。

在此处阅读有关 [关联图谱（Graph）](/anytype-docs/documentation_cn/ji-chu/graph.md)的更多信息。

### 浏览所有内容

另外，默认情况下会有一个“All Objects”的集合，会以列表形式显示你所有的对象以及它们的类型。

这个对象名为“All Objects”且使用这个 emoji 图标： :globe\_with\_meridians:

### 使用搜索

最后手段，如果你还是找不到想找的内容，可以尝试搜索。

要使用搜索，点击你导航栏上的放大镜。

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

{% hint style="info" %}
上述搜索功能目前不会在关联中搜索。
{% endhint %}


---

# 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/object-editor/finding-your-objects.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.
