> For the complete documentation index, see [llms.txt](https://help.canoa.supply/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.canoa.supply/docs/getting-started/navigating-our-platform-and-features.md).

# Navigating our Platform and Features

## How to Navigate throughout the App

Easily navigate through our interface and find all of our main features in the pull-down menu at the right of our logo in the top toolbar whenever you are logged in. Inside this drop-down menu, you'll find your Canvas Dashboard, My Catalog, Public Catalogs, and your Account page.

These icons correspond to the features available to you in your account tier. The features available to you will be activated. Features that are not available will be greyed out.

<figure><img src="/files/OqXVj32HIccSUYrDM9CW" alt="" width="563"><figcaption><p>Nav Bar in the Canvas Dashboard</p></figcaption></figure>

{% content-ref url="/pages/ce5n4S9xg0sojSPSCVyn" %}
[Features](/docs/getting-started/navigating-our-platform-and-features/features.md)
{% endcontent-ref %}

## How to find Resources

You can quickly access resources like Help Docs & Support and Templates by clicking on your profile picture in the upper right-hand corner of the navigation bar.

<figure><img src="/files/KG2UFwxvKkOXlPhW7GnD" alt="" width="375"><figcaption><p>Profile Picture drop-down menu in Canvas</p></figcaption></figure>

You can also access a Resource menu from our website's [<mark style="color:purple;">**home page**</mark>](https://www.canoa.supply/). Hover over and expand the **Resources** tab to explore more.

<figure><img src="/files/cvvNJpknFZHcl4OC9SvG" alt=""><figcaption><p><a href="https://www.canoa.supply/our-story"><mark style="color:purple;"><strong>Canoa Resources</strong></mark></a></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://help.canoa.supply/docs/getting-started/navigating-our-platform-and-features.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.
