# Links

## Creating new links

### Link to another object in Anytype

You have 3 ways to link an object to another existing object:

1. Through the canvas directly by either using:
   1. **Block Links.** Add the slash character ("/") to invoke a command bar, and then look for the link to object option in the menu. These can appear either as text or as cards.
   2. **Inline Links**. The @ character to invoke the object picker menu.
2. Through relations by using an object relation type and then going through the same object picker menu.

### Link to external object on your device

If you want to add a link to an external object on your desktop, please use the links **starting with file:///** plus the local file destination. For example:

* file:///Users/Alex/Downloads/Protocol-Berg.pdf — to open PDFs;
* file:///Users/Alex/Downloads/my\_budget.xlsx — to open spreadsheets (Excel, Numbers).

To add such a link, pick up "Link to website" just like when you add a new link to a website.

### Date mentions

You can use **Inline Links** to quickly link to either absolute or relative dates.

Some examples:

* @now or @today&#x20;
* @tomorrow&#x20;
* @nextweek&#x20;
* @nextmonth
* @24/8/2023&#x20;

{% hint style="info" %}
These are unfortunately not yet available on our mobile apps.
{% endhint %}

## Checking Existing Links

### Relations on the Graph

In your documents you may have multiple references or connections which could be attached to other work in your library. The Graph is the visualizer for this. Objects connected to other objects, connected to humans, or tasks.&#x20;

Learn more about [Relations](/anytype-docs/~/revisions/SFjMNGZIAXS10yHETGw8/basics/relations.md) & The [Graph](/anytype-docs/~/revisions/SFjMNGZIAXS10yHETGw8/basics/graph.md) here.&#x20;

![](/files/RMpXmwBLQPNkfDt4NIXk)

### Use the Flow

Another option to check which objects are linked together can be found in the tab just next to the Graph.&#x20;

On the top, center of your screen you will see the option to toggle to **Flow** view. This will show you which object is linked before and after the current object you are viewing.

### Collections

Collections also use links to manage what is shown in their canvas. To add an existing object to a collection, use the **Link To** option from the object context menu.


---

# 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/~/revisions/SFjMNGZIAXS10yHETGw8/basics/linking-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.
