> ## 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.

# App privacy and visibility

> How privacy works for Playlab apps: who can see your app, when, and why.

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

Every Playlab app starts private. Only you and your organization's Owners can see it until you take action to share or publish. This page explains who can see what, why org Owners still have visibility, and how to move from private to shared.

## Who can see your app

| Audience                                           | Sees the app?                                | When                                    |
| -------------------------------------------------- | -------------------------------------------- | --------------------------------------- |
| You (the owner)                                    | Always                                       | From creation                           |
| Org Owners of your organization                    | Always                                       | For trust and safety oversight          |
| People you have added as Editors                   | Yes                                          | After you share                         |
| People you have added as Viewers                   | After publishing                             | Once you publish                        |
| Members of workspaces where you have added the app | Yes                                          | After you add the app to that workspace |
| Other members of your organization                 | Only if visibility is Organization or Public | After you publish at that level         |
| Anyone on Playlab                                  | Only if visibility is Public                 | After you publish at that level         |

```mermaid theme={null}
graph LR
 App["🔒 Your App<br/>(private by default)"]
 You["👤 You"]
 Owner["🛡️ Org Owner"]
 Editor["✏️ Editor<br/>(direct share)"]
 Viewer["👁️ Viewer<br/>(after publish)"]
 Workspace["📁 Workspace members<br/>(if added to workspace)"]
 OrgPub["🏛️ Org members<br/>(if published org-wide)"]
 Public["🌐 Anyone<br/>(if published public)"]

 App --> You
 App --> Owner
 App -.share.-> Editor
 App -.share + publish.-> Viewer
 App -.add to workspace.-> Workspace
 App -.publish: Organization.-> OrgPub
 App -.publish: Public.-> Public

 classDef app fill:#a4beeb,stroke:#0c0f14,stroke-width:2px,color:#0c0f14
 classDef always fill:#feffa0,stroke:#0c0f14,stroke-width:1px,color:#0c0f14
 classDef opt fill:#fbf9f6,stroke:#0c0f14,stroke-width:1px,color:#0c0f14
 class App app
 class You,Owner always
 class Editor,Viewer,Workspace,OrgPub,Public opt
```

*Yellow blocks see the app from creation. The rest open up only after you share, add, or publish.*

For details on publishing and visibility levels, see [Publishing your app](/features/Publishing).

**Filtering your app list.** These same scopes appear as filter tabs wherever you browse apps — **All**, **Built by me**, **Shared with me**, **Built in my org**, and **Shared with my org**. They only ever surface apps you already have permission to see. See [Finding apps](/getstarted/Navigating%20Playlab#finding-apps-filter-by-scope) in Navigating Playlab.

## Going from private to shared

<Frame caption="The Share modal. While an app is unpublished, only you and your org's Owners can see it — search to share with a person, group, or org, or click Publish to open it up.">
  <img src="https://mintcdn.com/playlabai/N_qf0YRGPeXGUWqu/images/v2/privateapp.png?fit=max&auto=format&n=N_qf0YRGPeXGUWqu&q=85&s=d81436ef39eea53881211bec3dcbb1df" alt="The Share Amazing Teacher App modal with a banner reading 'Your app is NOT published' and a Publish button, a search field for a user, group, or organization, a USERS (1) list showing Wyman Khuu as Owner, and a Done button." width="360" className="mx-auto" data-path="images/v2/privateapp.png" />
</Frame>

You have several ways to share an app, each with different reach:

**Share with one person.** Use the Share modal. They get Viewer or Editor access. See [Sharing with individuals](/features/Sharing%20with%20Individuals).

**Share with a workspace.** Add the app to the workspace's Apps tab. Members of that workspace can use the app. See [Cross-workspace app use](/features/Cross-Workspace%20App%20Use).

**Share with a group or organization.** Use the Share modal. The whole group or org gets Viewer access. See [Sharing with groups and orgs](/features/Sharing%20with%20Groups%20and%20Orgs).

**Publish broadly.** Set visibility to Organization or Public. See [Publishing](/features/Publishing).

You can combine these. An app can be Public and also shared with specific Editors in your org. The most permissive setting wins.

## Why org Owners still see your app

Org Owners have always-on visibility for trust and safety reasons. If a student conversation in any app is flagged, an Owner needs to be able to find the conversation, the app it came from, and the people involved.

For most builders, the practical effect is small. The Owner sees the app in their org-level dashboard. They do not get notified when you create or edit it.

<Frame caption="A workspace view with the Your permissions panel open. Each member sees what they can build, share, and manage in this workspace.">
  <img src="https://mintcdn.com/playlabai/LAnMv7XIv6fYKHyM/images/v2/v2_app_card_permissions.png?fit=max&auto=format&n=LAnMv7XIv6fYKHyM&q=85&s=27db6c6833c3dcedcf13c42f3512c4dd" alt="A Playlab workspace called 8th Grade Period B showing app cards (Vocabulary Vault, Essay Coach, Poetry Decoder) with a Your permissions tooltip listing the member's build, share, and management rights." width="2268" height="1228" data-path="images/v2/v2_app_card_permissions.png" />
</Frame>

Owner visibility is read-only. They can view the app but not edit it. They cannot publish your app or change who has access.

## Key points

<Info>
  * New apps start private to you and your org's Owners
  * Sharing is an explicit action: Editor, Viewer, or add to a workspace
  * Org Owners always see your apps for trust and safety oversight
</Info>

## FAQ

<AccordionGroup>
  <Accordion title="Can I make my app fully private, hidden from org Owners?">
    No. Org Owners keep visibility for trust and safety. The default is private from peers and members of your workspaces unless you share or publish.
  </Accordion>

  <Accordion title="Can I see who has accessed my app?">
    Yes. Activity views show usage per app, including who used it and when. See [Reviewing student activity per class](/getstarted/Reviewing%20Activity).
  </Accordion>

  <Accordion title="Does private mean no one but me can find it through search?">
    Yes. Private apps do not appear in any search outside the owner's view and the org Owner's dashboard.
  </Accordion>

  <Accordion title="Can I download a list of who has access to my app?">
    Yes. From the Share modal, click Export. You get a CSV of every individual, group, and organization with access, plus their permission level.
  </Accordion>

  <Accordion title="If I delete an app, what happens to people who had access?">
    They lose access immediately. The app and its conversations are removed. Activity history is retained for compliance, visible only to org Owners.
  </Accordion>

  <Accordion title="Does setting an app private remove existing conversations?">
    No. Conversations are preserved. Privacy controls future access, not past records.
  </Accordion>
</AccordionGroup>

***

Last updated: 06-26-2026
Contact us at [support@playlab.ai](mailto:support@playlab.ai)
