> ## Documentation Index
> Fetch the complete documentation index at: https://reseller-docs.wamatrix.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Seeder library

> Offer tenants ready-made automations and flows they can start from.

**Setup → Seeder Library** contains ready-made **Automations** and **WhatsApp Flows** that tenants can use in their workspace.

When a tenant starts a collection, it is **copied** to their account. The copy is independent, so changes to the original do not affect existing tenant copies.

<Info>
  Collections are hidden from tenants until **Available to Customers** is enabled.
</Info>

## Collection sources

The **Source** column shows where a collection comes from.

| Source                | Description                                           |
| --------------------- | ----------------------------------------------------- |
| **From the platform** | Provided by the platform and updated through syncing. |
| **Your own**          | Created or imported by you.                           |

## Collection list

<Frame caption="The Seeder Library list, with each collection's type, source and availability switch">
  <img src="https://mintcdn.com/reseller-docs/N3dwUQXnwHM07XTT/images/pa/seeder-library-list.png?fit=max&auto=format&n=N3dwUQXnwHM07XTT&q=85&s=6bf82a2d60698cd2cc35e8fed68672cf" alt="The Seeder Library list, with each collection's type, source and availability switch" width="1624" height="738" data-path="images/pa/seeder-library-list.png" />
</Frame>

| Column                     | Description                                            |
| -------------------------- | ------------------------------------------------------ |
| **Name**                   | Name shown to tenants.                                 |
| **Type**                   | **Automation** or **WhatsApp Flow**.                   |
| **Seeder Key**             | Unique key used when importing or syncing collections. |
| **Source**                 | Platform-provided or your own.                         |
| **Available to Customers** | Whether tenants can use the collection.                |

<Tip>
  You can filter collections by **Type**, **Source**, and availability.
</Tip>

## Add collections

<Tabs>
  <Tab title="Sync Seeders">
    Click **Sync Seeders** to get the latest platform collections. Syncing:

    * Adds new platform collections.
    * Updates existing platform collections.
    * Does not change the **Available to Customers** setting.

    <Note>
      A hidden collection stays hidden after syncing.
    </Note>
  </Tab>

  <Tab title="Add Collection">
    Click **Add Collection** to create your own collection.

    <Frame caption="The Add Collection panel, with the seeder key, type, flow JSON and availability switch">
      <img src="https://mintcdn.com/reseller-docs/N3dwUQXnwHM07XTT/images/pa/seeder-add-collection.png?fit=max&auto=format&n=N3dwUQXnwHM07XTT&q=85&s=2cde0013b7f79987cccc609d13bf6e3a" alt="The Add Collection panel, with the seeder key, type, flow JSON and availability switch" width="597" height="779" data-path="images/pa/seeder-add-collection.png" />
    </Frame>

    Supported types are **Automation**, **WhatsApp Flow**, and **Template**.
  </Tab>

  <Tab title="Import">
    Click **Import** to import collections from a `.json` file.

    <Frame caption="The Import page, with the upload area and the required and optional fields">
      <img src="https://mintcdn.com/reseller-docs/N3dwUQXnwHM07XTT/images/pa/seeder-import.png?fit=max&auto=format&n=N3dwUQXnwHM07XTT&q=85&s=68686262a284414dac86651fce51fbd9" alt="The Import page, with the upload area and the required and optional fields" width="1637" height="672" data-path="images/pa/seeder-import.png" />
    </Frame>

    * Maximum file size: **10 MB**
    * The file can contain a single collection or an array of collections.
    * Use a unique **seeder\_key** to safely re-import a collection.
    * If the same `seeder_key` already exists, the collection is updated instead of duplicated.
    * The **Available to Customers** setting is not changed during import.
  </Tab>
</Tabs>

## Edit collections

Editing depends on the collection source.

| Source                | What you can do                                                                                         |
| --------------------- | ------------------------------------------------------------------------------------------------------- |
| **Your own**          | You can edit or delete the collection.                                                                  |
| **From the platform** | You cannot edit it, because syncing can overwrite changes. You can still enable, disable, or delete it. |

<Tip>
  To customize a platform collection, create or import your own version and disable the original collection.
</Tip>
