---
title: Where your apps live
description: "Every app gets a stable URL the moment it's built, and three ways back to it: Account Home, your agent, or the link itself."
sidebar:
  label: Where your apps live
  order: 3
---

## What is it?

Every Charming app is a real, stable URL from the moment your agent creates it (see [How Charming works](how-charming-works)). You don't have to remember that URL: Account Home keeps one list of every app you can open, and any agent connected to Charming can list them for you and hand back the link.

## How to find and open an app

- **Account Home.** [charm.ing](https://charm.ing/) lists every app you own, plus apps shared with you and apps owned by a team you belong to, most recently used first. Choose any app to open it.
- **Your agent.** Any agent connected to Charming, Claude, ChatGPT, Cursor, and the rest, can list your apps and give you a link to each one. Say something like "show me my Charming apps."
- **The link itself.** An app's URL is a normal web page. Paste it into a browser tab, bookmark it, or send it to someone you've given access to.

Each account and team also has a public profile at `charm.ing/<handle>`. It lists that owner's Public Apps and Listed Templates. A signed-in team member normally sees Team Home at the team's route; add `?view=public` to open the same public profile visitors and crawlers see.

On a phone, that link can become an icon on your home screen. Each app is a proper installable web app: open its URL in the phone's browser, then choose "Add to Home Screen" (iOS Safari) or accept the install prompt (Android Chrome). It gets its own icon and opens full-screen, with no browser address bar.

## Which agents render apps inline?

Charming checks whether a connecting client supports the MCP Apps extension, an addition to [MCP](https://modelcontextprotocol.io) that lets a connected app draw its own UI in the conversation, and sends the app inline only when it does; otherwise the agent gets back a link to the app's own page, which opens like any other link. The full client-by-client table lives in [AI clients](../clients).

## Related

- [How Charming works](how-charming-works)
- [Privacy and sharing](../capabilities/privacy-and-sharing)
- [AI clients](../clients)
- [Docs home](..)

Found a bug or need a feature? [Tell us](/docs/capabilities/feedback) with `submit_feedback` or `POST /app/{id}/feedback`. Your feedback shapes what we build next.
