> ## Documentation Index
> Fetch the complete documentation index at: https://learn.playlab.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Share with Collections

> Collections in Playlab: curated sets of apps you can share like a single resource.

<div className="pl-badges">
  <span className="pl-badge pl-badge--new">New</span>
</div>

A Collection is a bundle of apps you put together, name, and share. Think of it like a playlist for apps. You build a Collection once, add the apps you want included, and share the whole thing with a person, a group, or an entire organization. When you update an app inside the Collection, every recipient sees the update.

<Frame caption="The Collections tab on an organization: each card is a Collection, with its owner, org, and app count. Search, filter by Created by Me or Shared with Me, or start a New Collection.">
  <img src="https://mintcdn.com/playlabai/N_qf0YRGPeXGUWqu/images/v2/collections.png?fit=max&auto=format&n=N_qf0YRGPeXGUWqu&q=85&s=8abe4376110ebc2bd9f43fd1da8e2012" alt="An organization Collections tab showing a grid of Collection cards — Educator AI Agency Pilot, Lab Schools Collection, Mehdi's collection, Monika's Collection Test, Muppet Apps, Ramy's Collection, and Taz — each with an owner, organization, and app count, above a Search field, All / Created by Me / Shared with Me filters, and a New Collection button." width="2202" height="1170" data-path="images/v2/collections.png" />
</Frame>

## What is a Collection

A Collection holds references to apps. The apps themselves keep their owners and live in their original workspaces. The Collection is a way to group them and share them as a unit.

If you have used a music streaming service, the analogy works: an album is a fixed set of songs by one artist; a playlist is a curated set you assembled. Apps are like songs. Collections are like playlists.

A few properties:

A Collection has a name and a description. You set both when you create it.

A Collection has an owner. By default, the person who created it.

A Collection holds apps you have access to. You can add your own apps and apps that have been shared with you.

A Collection can be shared with individuals, groups, or organizations using the same Share modal that works on apps.

When you update an app inside a Collection, the change propagates. Recipients see the new version on their next visit.

Collections are turned on for everyone. Every organization and personal account can create and share Collections — there's no setup or enablement step.

## When to use a Collection

Collections solve a common partner problem: a partner organization wants to give a curated bundle of apps to many districts, schools, or teachers, and they want updates to flow without having to redistribute.

Common cases:

**Starter packs.** A Learning Partner gives a new partner district a Collection of seven onboarding apps so teachers have a known starting point.

**Curriculum sets.** A curriculum org bundles the apps that go with a unit and shares the Collection with each adopting school.

**Department resources.** A district admin builds a Collection of math apps and shares it with the math department across all schools.

**Pilot bundles.** An R\&D team curates the apps that are part of a pilot and shares the Collection with the pilot teachers.

## ONE8 story

ONE8 Foundation works with Massachusetts districts on AI in education. They build a Collection of curated apps once. Partners add the Collection to a workspace, and the apps become available there. ONE8 sees aggregate activity across the network. Each district sees only its own. When ONE8 publishes an update to one of the apps, every classroom using it sees the new version.

```mermaid theme={null}
graph LR
 Coll["📚 ONE8 Collection<br/>(owned by ONE8)"]
 A1["✏️ App 1"]
 A2["✏️ App 2"]
 A3["✏️ App 3"]
 O1["🏛️ District A"]
 O2["🏛️ District B"]
 O3["🏛️ District C"]

 Coll -.references.-> A1
 Coll -.references.-> A2
 Coll -.references.-> A3
 Coll ==shared with==> O1
 Coll ==shared with==> O2
 Coll ==shared with==> O3

 classDef coll fill:#efd8ef,stroke:#0c0f14,stroke-width:2px,color:#0c0f14
 classDef app fill:#a4beeb,stroke:#0c0f14,stroke-width:1px,color:#0c0f14
 classDef org fill:#fbf9f6,stroke:#0c0f14,stroke-width:1px,color:#0c0f14
 class Coll coll
 class A1,A2,A3 app
 class O1,O2,O3 org
```

*One Collection, three apps, three districts. ONE8 updates an app once and every district sees the new version.*

This is the canonical Collections workflow.

## Collections vs workspaces vs apps

| Container  | What it holds                                   | Who owns it           | Activity                               |
| ---------- | ----------------------------------------------- | --------------------- | -------------------------------------- |
| App        | One app's prompt, references, and conversations | One person            | Per app, segmented by where it is used |
| Workspace  | Members and apps for a class or team            | Workspace owner / org | Per workspace                          |
| Collection | A curated set of apps for sharing               | Collection creator    | Aggregate across recipient orgs        |

Collections do not contain conversations or members. They contain apps. The apps inside a Collection still live in their original workspaces and keep their original owners. The Collection is a sharing wrapper.

## Next: how to create one

For the create-and-share walkthrough, see [Creating and sharing a Collection](/features/collections/Creating%20and%20Sharing%20a%20Collection).

## Key points

<Info>
  * A Collection is a bundle of apps shared as a single resource
  * Updates to apps inside the Collection propagate to every recipient automatically
  * Ideal for partner deployments, curriculum sets, and starter packs
</Info>

## FAQ

<AccordionGroup>
  <Accordion title="Can I add other people's apps to a Collection?">
    You can add any app you have access to. That includes apps shared with you with sufficient permissions. The original owner is unchanged. If they unshare with you, the app drops out of your Collection.
  </Accordion>

  <Accordion title="Do Collections expire?">
    No. Collections persist until you delete them. Apps inside the Collection persist as long as the original app exists.
  </Accordion>

  <Accordion title="Can a Collection contain Collections?">
    Not in this release. A Collection contains apps. If you need a hierarchy, group apps into multiple Collections and share each.
  </Accordion>

  <Accordion title="How is a Collection different from a workspace?">
    A workspace holds members, apps, and activity for a class or team. A Collection is a sharing bundle. Members of a workspace use apps together. Recipients of a Collection get a curated set to use however they want, in their own workspaces.
  </Accordion>

  <Accordion title="Who sees activity for apps inside a Collection?">
    Activity rolls up to the app's owner. The Collection creator sees aggregate usage of the apps in the Collection. Each recipient org sees only its own activity.
  </Accordion>

  <Accordion title="Can a Collection have hundreds of apps?">
    Technically yes, though Collections work best when curated. Recipients lose track when there's too much. Aim for 5 to 20 apps per Collection.
  </Accordion>

  <Accordion title="How do recipients discover Collections shared with them?">
    Shared Collections appear in the recipient org's Collections tab and on their dashboard. They also get an email notification when you share.
  </Accordion>

  <Accordion title="Can I tag or organize my Collections?">
    Tags ship in a follow-up release. Today, descriptive Collection names are the way to keep them findable.
  </Accordion>
</AccordionGroup>

***

Last updated: 06-01-2026

Contact us at [support@playlab.ai](mailto:support@playlab.ai)
