> 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/navigating-a-canvas.md).

# Navigating a Canvas

Learning how to navigate a canvas and interact with the content is best exemplified through a demo - watch the full video below, or just specific sections that are listed and linked underneath the full video...

{% embed url="<https://www.youtube.com/watch?v=H58oEjq-yWo>" %}

[0:00](https://www.youtube.com/watch?v=H58oEjq-yWo\&t=0s) intro to a canvas

[0:43](https://www.youtube.com/watch?v=H58oEjq-yWo\&t=43s) from vertical scrolling to canvas interfaces

[2:05](https://www.youtube.com/watch?v=H58oEjq-yWo\&t=125s) displaying the details of content on a canvas

[2:50](https://www.youtube.com/watch?v=H58oEjq-yWo\&t=170s) hiding and showing the left side panel

[3:18](https://www.youtube.com/watch?v=H58oEjq-yWo\&t=198s) filtering by profiles - who are the **humans** around the digital campfire?

[4:20](https://www.youtube.com/watch?v=H58oEjq-yWo\&t=260s) more filtering options - author, @mentions

[5:35](https://www.youtube.com/watch?v=H58oEjq-yWo\&t=335s) accessing protected content

[6:10](https://www.youtube.com/watch?v=H58oEjq-yWo\&t=370s) further filtering options - #hashtags, date

[7:05](https://www.youtube.com/watch?v=H58oEjq-yWo\&t=425s) clustering - author, @mentions, @hashtags

[8:50](https://www.youtube.com/watch?v=H58oEjq-yWo\&t=530s) zooming in and out of a canvas

[9:12](https://www.youtube.com/watch?v=H58oEjq-yWo\&t=552s) bringing content into "focus" mode

[10:20](https://www.youtube.com/watch?v=H58oEjq-yWo\&t=620s) navigating using the browsers forward and back arrows

[11:10](https://www.youtube.com/watch?v=H58oEjq-yWo\&t=670s) viewing media 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://docs.wayfinders.network/apps-and-tools/wayfinder-platform/navigating-a-canvas.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.
