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

# My Apps workspace (dashboard parity)

> Co-founder reads and writes the same workspace data as key My Apps tabs — localizations, releases, competitors, reports; ASC fail → draft fallback. (RevenueCat is separate — see Monetization Experiments.)

The **My Apps** tabs on appeeky.com are not a separate product from Co-founder — for the tabs below they are the **workspace layer** (drafts, watchlists, saved reports). Scheduled runs and chat use the same underlying data where it applies.

**Not covered here:** RevenueCat, ASC daily metrics, Apple Search Ads, and pricing intelligence were already part of Co-founder before this bridge — they come from **account integrations** (Settings → Data sources), not from My Apps draft tables. The RevenueCat tab in the dashboard is just another UI on the same RC API; see [Monetization Experiments (RevenueCat)](./monetization-experiments).

```
Live store (ASC / Google Play)     My Apps workspace (drafts)
         │                                    ▲
         │  asc_metadata_update               │
         ├──────────────────────────────────►│ app_localizations
         │  (success)                         │
         │                                    │
         │  ASC fails or Google app           │
         └──────────────────────────────────►│ app_localizations / app_versions
                                              │
         User reviews in dashboard ◄──────────┘
         publish_localization / ASC manual submit
```

## What Co-founder can do

### Localizations tab

| Capability                       | Scheduled run                            | Chat (Ask)                                       |
| -------------------------------- | ---------------------------------------- | ------------------------------------------------ |
| See pending drafts in briefing   | ✅ `## 📝 Pending localization drafts`    | ✅ `list_localizations`, `get_localization`       |
| Propose metadata change          | ✅ `asc_metadata_update` → draft fallback | ✅ `asc_metadata_update`, `generate_localization` |
| Publish to store                 | — (user action in dashboard)             | ✅ `publish_localization` (write mode)            |
| Pull live store copy into drafts | —                                        | ✅ `pull_localizations` (write mode)              |

**Draft fallback:** On `asc_metadata_update` or `asc_version_create`, if ASC rejects the write (e.g. API key without App Manager) or the app is on **Google Play**, the actor upserts `app_localizations` / `app_versions` with `source: cofounder` and notes in the briefing: *"Review in My Apps → Localizations / Releases before publishing."*

### Releases tab

| Tool                      | Purpose                                                                  |
| ------------------------- | ------------------------------------------------------------------------ |
| `my_apps_versions_list`   | Saved ASO version drafts (not live ASC)                                  |
| `my_apps_versions_create` | New draft version row                                                    |
| `my_apps_versions_update` | Edit a draft version                                                     |
| `asc_list_app_versions`   | **Live** App Store Connect versions — always use for "what's in review?" |

`asc_version_create` failures fall back to an Appeeky version draft (notes field holds proposed version string + What's New).

### Competitors tab

| Tool                                  | Purpose                             |
| ------------------------------------- | ----------------------------------- |
| `my_apps_competitors_list`            | Tracked watchlist                   |
| `my_apps_competitors_timeline`        | Metadata/screenshot change events   |
| `get_app_similar`                     | Discover apps to add as competitors |
| `my_apps_competitors_add` / `_remove` | Manage watchlist (write mode)       |

### Keywords Intelligence tab

| Tool                                                  | Purpose                           |
| ----------------------------------------------------- | --------------------------------- |
| `my_apps_keywords_list`                               | Dashboard watchlist               |
| `keyword_ranks_matrix`                                | Who ranks for a keyword right now |
| `keyword_ranks_history`                               | Market density over time          |
| `keyword_gap`, `keyword_clusters`, `compare_keywords` | Strategic ASO reads               |

### Reports tab

| Tool                                               | Purpose                                    |
| -------------------------------------------------- | ------------------------------------------ |
| `user_reports_list` / `user_reports_get`           | Saved ASO audit reports from the dashboard |
| `aso_competitor_report`                            | On-demand deep competitor comparison       |
| `cofounder_reports_list` / `cofounder_reports_get` | Past Co-founder daily briefings            |

### Analytics (Google Play)

| Tool                             | Purpose                                   |
| -------------------------------- | ----------------------------------------- |
| `google_play_analytics_overview` | Portfolio-level synced Play stats         |
| `google_play_app_analytics`      | Per-package installs, acquisition, vitals |

Apple analytics remain via `get_asc_metrics` / `get_asc_analytics` (collector + Ask — pre-existing).

### Growth / Reddit (read-only in chat)

Co-founder can **inspect** Growth data but cannot post replies or create projects from chat (dashboard + Growth API writes stay human-gated).

| Tool                                                     | Purpose                      |
| -------------------------------------------------------- | ---------------------------- |
| `growth_reddit_status`                                   | Connection health            |
| `growth_projects_list` / `growth_projects_get`           | Project configs              |
| `growth_projects_stats`                                  | Scan/reply stats             |
| `growth_opportunities_list` / `growth_opportunities_get` | Inbox opportunities + drafts |
| `growth_scheduled_posts_list`                            | Scheduled posts queue        |

### Settings / app metadata

| Tool             | Purpose                                                            |
| ---------------- | ------------------------------------------------------------------ |
| `my_apps_list`   | All tracked apps                                                   |
| `my_apps_update` | Update base app record (name, subtitle, category — not live store) |

## What is intentionally excluded

* **Meta Ads** and **TikTok Ads** — not exposed in Co-founder ask tools (use dashboard or MCP directly).
* **Growth write actions** — no `growth_opportunities_post_reply`, `growth_projects_create`, or `growth_scheduled_posts_create` from Co-founder chat.
* **RevenueCat** — already integrated separately ([Monetization Experiments](./monetization-experiments)); not a My Apps workspace/draft bridge. Chat recently gained `revenuecat_transactions` (transaction sample); overview/chart/attribution were already available.

## Good questions to ask in chat

* *"Do we have any localization drafts waiting for review?"*
* *"What did competitors change in the last 90 days?"* → `my_apps_competitors_timeline`
* *"Show me our last ASO audit report"* → `user_reports_list`
* *"How's Google Play performing this month?"* → `google_play_analytics_overview`
* *"Any high-intent Reddit posts in the inbox?"* → `growth_opportunities_list`
* *"Save this subtitle as a draft if ASC won't let you publish"* → automatic on failed `asc_metadata_update`

## Related docs

* [Localization ROI](./localization-roi) — country-level opportunity scoring + pending drafts in briefings
* [App Store Connect (write)](../integrations/asc-write) — live ASC actions + draft fallback
* [Growth Channels (Reddit)](./growth-channels) — full Growth product (dashboard)
* [Chat (Ask)](./ask-cofounder) — where most My Apps tools are called
