> 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/share/how-to-share-custom-products-from-my-catalog-table.md).

# How to share custom products from My Catalog (Table)

If you are a Canoa user (Admin or Member) in **multiple accounts** you have the ability to **Share** custom products and their data between the accounts that you are a part of. This article will walk you through how to share product data from your account to other accounts you are a member of.

Whenever products are shared to other accounts, they will live in **My Catalog (Gallery)** of that receiving account and while some products cannot be edited, they can be removed from My Catalog by the receiving account at anytime.

## Share data from **My Catalog - Table**:

This is great for sharing custom products in large quantities.

* Open [<mark style="color:purple;">**My Catalog**</mark>](https://www.canoa.supply/catalog-pro)<mark style="color:purple;">**.**</mark> And choose the **Table** view in the upper navigation bar.
* Select all products you wish to **Share** by clicking the box next to the products' image.
* Click the **Share** button in the upper right corner. If you do not see the Share button, click the dropdown menu to select Share.

<figure><img src="/files/NJxm1XCd8OLB7edHM5xx" alt=""><figcaption><p>Catalog Pro view with selected products </p></figcaption></figure>

* Select the **account** you would like to **Share** your products with. Only accounts you are a member of will appear in the dropdown. &#x20;
* **Switch** accounts to confirm products are appearing correctly in [<mark style="color:purple;">**My Catalog**</mark>](https://www.canoa.supply/catalog)<mark style="color:purple;">**.**</mark>

<figure><img src="/files/nA1MBwWGuiSQcQ6K1qAw" alt=""><figcaption><p>Only accounts you are a member of will appear in this account dropdown selection.</p></figcaption></figure>

{% hint style="info" %}
**NOTE:** Users that are *not* apart of the account where the custom product is initially created will *not* be able to edit the product data in the shared account. They will have view-only access to this shared product data. They will be able to delete (remove) the shared product from their **My Catalog**.
{% endhint %}

<figure><img src="/files/CG4HwSBWFrpZKE6zl8em" alt="" width="375"><figcaption><p><strong>Switch</strong> accounts to confirm products are appearing correctly in My Catalog.</p></figcaption></figure>

You can also share products from **My Catalog**. Read the following article to learn about that process:

{% content-ref url="/pages/X1eljzEmKO3C5hhORqNk" %}
[How to share products from My Catalog (Gallery)](/docs/share/how-to-share-products-from-my-catalog-gallery.md)
{% endcontent-ref %}


---

# 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/share/how-to-share-custom-products-from-my-catalog-table.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.
