> ## Documentation Index
> Fetch the complete documentation index at: https://craft-support.mintlify.app/llms.txt
> Use this file to discover all available pages before exploring further.

# Links and Backlinks

> Create connections between documents and blocks with internal links, and discover relationships with automatic backlinks.

<iframe src="https://www.youtube-nocookie.com/embed/Q_eas6gZmVg" title="Links and Backlinks Overview" className="w-full aspect-video rounded-xl" allowFullScreen />

## Document & Subpage Links

With Craft you can easily create links to whole documents or individual subpages inside documents. This lets you create and share links that take people directly to what they need.

<img src="https://mintcdn.com/craft-support/wb5Ce6cIohLU54lt/images/organize-and-find/linking/en/content/create-secret-link.png?fit=max&auto=format&n=wb5Ce6cIohLU54lt&q=85&s=f73c4fdbe964c6a7db292b2d8e881c6a" alt="Creating a secret link for sharing" width="2060" height="1466" data-path="images/organize-and-find/linking/en/content/create-secret-link.png" />

You can read more about sharing secret links in the [Sharing Documents](/en/share-and-publish/share) article.

## Link to a Craft Document or Block

You can link another document or block inside the same Space. This is really powerful when you want to reference another piece of information. There are three ways to do this:

### Using the @ Command

After typing **@** you will see a dropdown of options to link. Typing the first few characters will help you to find the block / page / document you are looking for. You can also create a new page with a link by typing a title not currently in this Space.

<img src="https://mintcdn.com/craft-support/wb5Ce6cIohLU54lt/images/organize-and-find/linking/en/content/create-link-at.png?fit=max&auto=format&n=wb5Ce6cIohLU54lt&q=85&s=f9007cd9258ca5879fe813c81797d288" alt="Creating a link using the @ command" width="2060" height="1466" data-path="images/organize-and-find/linking/en/content/create-link-at.png" />

### Using the \[\[ Command

Typing **\[\[** will convert to **@**, and the same dropdown will appear.

### Selecting Text

Select the text and pick the **@** icon from the formatting toolbar.

<img src="https://mintcdn.com/craft-support/wb5Ce6cIohLU54lt/images/organize-and-find/linking/en/content/create-link-selection.png?fit=max&auto=format&n=wb5Ce6cIohLU54lt&q=85&s=af20f7cf1c55fbebef08f267e862d7a5" alt="Creating a link from selected text" width="2060" height="1466" data-path="images/organize-and-find/linking/en/content/create-link-selection.png" />

## Backlinks

Backlinks show you all the blocks linked to the current document. You can use these to quickly navigate around your Space and see the connections between your documents and blocks.

* Backlinks are created automatically! Anytime you @-mention a document / block, a backlink will be added to the content that you linked.
* Backlinks appear at the bottom of the linked content under **Links To This Page**. If a document doesn't have any links, this section is not visible.

You can navigate quickly to the document or exact block where the link is located.

<img src="https://mintcdn.com/craft-support/wb5Ce6cIohLU54lt/images/organize-and-find/linking/en/content/links-to-this-page.png?fit=max&auto=format&n=wb5Ce6cIohLU54lt&q=85&s=aa3c8e438987c22c54190cdba35f88e0" alt="Links to this page showing backlinks" width="2060" height="1466" data-path="images/organize-and-find/linking/en/content/links-to-this-page.png" />

<Warning title="Important Note">
  You can move the linked block into any other documents with the drag & drop method to preserve the connection. However, a "cut & paste" action will delete the connection.
</Warning>

## Related Articles

<CardGroup cols={2}>
  <Card title="Deeplinks" href="/en/organize-and-find/linking/deeplinks">
    Create direct links to specific pages and blocks
  </Card>

  <Card title="Embedding Maps" href="/en/organize-and-find/linking/embedding-maps">
    Embed Google Maps into your documents
  </Card>

  <Card title="Blocks and Pages" href="/en/write-and-edit/blocks-and-pages">
    Learn how blocks and pages create the foundation for linking
  </Card>

  <Card title="Sharing Documents" href="/en/share-and-publish/share">
    Share linked content with collaborators
  </Card>

  <Card title="Collections" href="/en/organize-and-find/collections">
    Link collection entries to other documents and blocks
  </Card>
</CardGroup>
