> 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/creation/linking-objects.md).

# Links

Linking on Anytype is what turns a bunch of separate notes into a connected knowledge base. When you link a 'Task Object' to a 'Project Object', you are saying that these are related. This relationship is registered in Anytype as a link and becomes visible in your Knowledge Graph—which is a mind map of your entire space.

Over time, these connections become incredibly valuable. You can trace how ideas relate, see what's connected to a project, or discover patterns you didn't plan for.

<div data-with-frame="true"><figure><img src="/files/gyp38rVvgIQQxaCWANd9" alt=""><figcaption></figcaption></figure></div>

## How to link

Anytype offers multiple ways to create links, each useful in different situations:

| Method             | What it does                                 | Best for                             |
| ------------------ | -------------------------------------------- | ------------------------------------ |
| **Block Links**    | Adds a visible card or text link on the Page | Prominent references you want to see |
| **Property Links** | Adds a property to an Object.                | Subtle references used to organize   |
| **Date Links**     | Adds a date reference to an Object           | Time references used for chronology  |

## Creating links

### Link to an Object

Directly through the editor by using:

1. **Block Links** — Type `/link`. These appear as cards.
2. **Inline Links** — Type `@` and the object name. These appear as rich text.
3. **Link Alias** — Highlight text, `Cmd/Ctrl + Shift + K`, select the link. These appear as hyperlinked text, good for alternative names.

<div data-with-frame="true"><figure><img src="/files/dv7L075gwjoSvzQdJ7nI" alt=""><figcaption></figcaption></figure></div>

### Link to a Property

When viewing an Object, you can add links to [Properties](/anytype-docs/organize/relations.md) using:

1. [**Object Header**](https://app.gitbook.com/o/Ssa9i5QAuI6HhV4jXCLv/s/uI82XLdf1100Q75OKbEQ/~/edit/~/changes/46/creation/object-editor/format#page-format) — Select a property from the header. If the property is not visible, add it to the header from the [type settings](broken://spaces/uI82XLdf1100Q75OKbEQ/pages/CwWIytM6orQjP320Rv3t#managing-properties).
2. [**Block Menu**](broken://spaces/uI82XLdf1100Q75OKbEQ/pages/kKMvdjkyPuslLTe0ciuD#adding-blocks) — Add an inline property block from the menu using the plus button or slash command.

Alternatively, you can add a property from [Views](/anytype-docs/organize/views.md). This is better when you are editing properties of multiple Objects.

<div data-with-frame="true"><figure><img src="/files/1EilsU5cip0e8CwYq8Uk" alt=""><figcaption></figcaption></figure></div>

### Link to a Date

You can link to a specific date by typing the `@date` shortcut in the editor. Alternatively, you can type `@today`, `@tomorrow`, or `@specific date`. You can also click into a specific date block to reveal objects related to that date.

<div data-with-frame="true"><figure><img src="/files/uHG5VHBqrlgHSEmKz3pJ" alt=""><figcaption></figcaption></figure></div>

<div data-with-frame="true"><figure><img src="/files/zZG7GXxu3MQGXxZGmyEU" alt=""><figcaption></figcaption></figure></div>

### Link to external files

If you want to add a link to an external Object on your desktop, use links starting with **file:///** followed by the local file path. For example:

* `file:///Users/Name/Downloads/Protocol-Berg.pdf` — to open PDFs;
* `file:///Users/Name/Downloads/my_budget.xlsx` — to open spreadsheets (Excel, Numbers).

To add such a link, select the "Link to website" in the editor just like when you add a new link to a website.

## Viewing Links

#### Backlinks

You can use the Backlinks property in the Object Header to check which Objects link to the currently opened one. If you cannot locate the Backlinks property, go to the Type settings and add it to Header section. [See here](broken://spaces/uI82XLdf1100Q75OKbEQ/pages/CwWIytM6orQjP320Rv3t#managing-properties) for more details.

<div data-with-frame="true"><figure><img src="/files/nWrp0UGKibTjRk8fxlai" alt=""><figcaption></figcaption></figure></div>

#### Knowledge Graph

In your documents you may have multiple connections which could be attached to other objects in your space. The Graph is the best visualizer for this, showing the complete web of connections for all objects. Click on the graph icon on the top left of the editor to access the Graph.

<div data-with-frame="true"><figure><img src="/files/TGEBTX73k2ZBp5he1nTT" alt=""><figcaption></figcaption></figure></div>

Learn more about [Properties](/anytype-docs/organize/relations.md) and the [Graph](/anytype-docs/features/graph.md) with these links.


---

# 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/creation/linking-objects.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.
