## Definition
Linking in Obsidian refers to the creation of connections between notes, allowing for a network of interconnected ideas and information.
## Syntax
The primary linking method in Obsidian uses double square brackets:
```
[[document name]]
```
## Types of Links
### Basic Link
```
[[File Name]]
```
Links to a note titled "File Name"
### Link with Alternative Display Text
```
[[File Name|Display Text]]
```
Links to "File Name" but displays as "Display Text"
### Header Link
```
[[File Name#Header]]
```
Links to a specific header within "File Name"
### Block Link
```
[[File Name#^block-id]]
```
Links to a specific block with ID "block-id"
## Link Benefits
- Creates bidirectional connections (both documents show the relationship)
- Automatically generates backlinks panel
- Contributes to the graph view visualization
- When published as a website, becomes standard hyperlinks