> For the complete documentation index, see [llms.txt](https://docs.wayfinders.network/apps-and-tools/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.wayfinders.network/apps-and-tools/wayfinder-platform/sharing-content-links-urls.md).

# Sharing Content Links (URL's)

When you click on content on the canvas, the URL in the address bar of the browser will now have the ID for that content appended to it. You can now share that URL such that when other people (or you) load the canvas web page, the content icon will be selected (and centred) on the canvas, and content details displayed in the left side panel...

This becomes more powerful when you **click and hold** on content on the canvas to put it into "focus" mode...now only that piece of content and its connected content are displayed. If you now copy the URL and use it to load a canvas, only that piece of content and its connected content will be displayed on the canvas - this is really useful when a canvas becomes heavily populated with content, which may overwhelm a first-time user who is unfamiliar with it.

NOTE: you can increase the "links in the chain" to display connections further out/in by using the up/down arrows on the right edge of the canvas,  about half-way down (see screenshot below). Click on the target icon in between the arrows to clear [focus mode](https://www.youtube.com/watch?v=H58oEjq-yWo\&t=552s) and re-display all content on the canvas...

<figure><img src="/files/Hc1W4fHut3eRuuuhAUqj" alt=""><figcaption><p>focus buttons that appear on the far right of a canvas</p></figcaption></figure>


---

# 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://docs.wayfinders.network/apps-and-tools/wayfinder-platform/sharing-content-links-urls.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.
