> 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/features.md).

# Features

<div><figure><img src="/files/OKGhvhILUkxLOtsFDbnQ" alt=""><figcaption><p>Features for all users</p></figcaption></figure> <figure><img src="/files/KG2UFwxvKkOXlPhW7GnD" alt="" width="188"><figcaption><p>Navigation in a Canvas</p></figcaption></figure></div>

## [<mark style="color:purple;">**Canvas**</mark>](https://www.canoa.supply/canvas)

Clicking on Canvas or the Canoa logo in the navigation bar will take you to your Canvas Dashboard. Each Dashboard is unique to the user and will feature your Canvas boards. You can search for a Canvas board using the search bar on the left. You can filter for the Canvas boards that you've created by clicking on **Created By Me,** or find the Canvas boards you've been shared by clicking on **Shared by My Team** and **Shared with Me**.

<figure><img src="/files/uGfU8DW4T4jGuLys9G5C" alt=""><figcaption><p>The Canvas Dashboard</p></figcaption></figure>

### What is Canvas?

The Canvas is a browser-based design environment for interior designers to create data-rich furniture layouts, product furniture schedules, presentations and digital mood board. Coupled with our proprietary AI-recommendation engine for furniture and lighting products, **Canoa AI** provides recommendations generated from hundreds of millions of product combinations. Designers can quickly identify products from an image or search for new ones with prompts like ‘low carbon’’ and ‘in stock’ across millions of records, replacing a workflow that is entirely manual, error-prone, and typically takes weeks to accomplish.

<figure><img src="/files/V1qBFTEtfdauH3R78eqj" alt=""><figcaption><p>Inside a Canvas</p></figcaption></figure>

## [<mark style="color:purple;">Public Catalogs</mark>](https://www.canoa.supply/products)

The Public Catalogs page is our +23k database of products, aka our Products library of over 100 Brands' data. You can **filter** by Second Life condition (such as Open Box, Like New, Used etc.) or filter further by Quickship, Price, Brand, and Category.

<figure><img src="/files/5TVnooeZwZfJQdXW26e4" alt=""><figcaption><p>Public catalogs</p></figcaption></figure>

<figure><img src="/files/kUS6M18VmolNlgc1pzZA" alt=""><figcaption><p>Products in public catalogs</p></figcaption></figure>

## [<mark style="color:purple;">Account</mark>](https://www.canoa.supply/team)

The Account page allows you to manage your subscription and plan, view your usage, edit your settings, and manage the users on your account.&#x20;

### Account Settings:

You'll find your account information when you click on the Pencil Icon. You can edit your Account Name, Legal Company Name, and add an email domain.

<figure><img src="/files/eyTWD4F1O225PDvEL5HD" alt="" width="375"><figcaption><p>Account Settings</p></figcaption></figure>

{% content-ref url="/pages/AEK0NNojyjGTBOA4c0K1" %}
[How to edit your account settings](/docs/support/managing-your-account/how-to-edit-your-account-settings.md)
{% endcontent-ref %}

### Users:

When you create an account, your default role will be as an Admin. As an Admin, you can add or remove users, determine the level of access for each user, and edit your account information.&#x20;

{% hint style="info" %}
**NOTE:** Starter (Free) accounts are limited to a **single** user per account with limited access to Canoa's platform. You will need to upgrade your account tier to add users to your account.
{% endhint %}

<figure><img src="/files/sW8ogzXyuGAQqLtDwGqg" alt=""><figcaption><p>The Acount Users page</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/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.
