> 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/collect/my-catalog/working-in-table-view.md).

# Working in Table view

Onboard your own product data easily with [<mark style="color:purple;">**Table View in My Catalog**</mark>](https://www.canoa.supply/catalog-pro) (formally Catalog Pro). Whether you're a brand wanting to showcase your catalog of products or a design team managing 1,000s of skus on a project, the ability to upload, download, and edit product data in bulk on Canoa is a life saver.

**Table** view is where you import, maintain, and export products to and from your private **Catalog**. If you are a brand, you will be able to **publish** your products to the [<mark style="color:purple;">**Public Catalogs**</mark> ](https://www.canoa.supply/products)for all users to discover on Canoa.

As an upgraded feature for all Pro, Studio, and Custom accounts, the **My Catalog** feature allows you to manage all of your products in bulk through the simple importing and exporting of CSV files. **Table View** is the tool that helps you bring your own data into Canvas in a simply and fast way to then play and design with.

{% hint style="info" %}
**Note**: Anything you save from the [<mark style="color:purple;">**Public Catalogs**</mark>](https://www.canoa.supply/products) will live in your **Gallery** view but not appear in **Table** view, as you do not have editing ability of public products.&#x20;
{% endhint %}

<figure><img src="/files/2EgLqrbHjlbnUoHWtmoj" alt=""><figcaption><p><strong>My Catalog Table View</strong> is an upgraded feature, located in the Navigation bar.</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/collect/my-catalog/working-in-table-view.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.
