Skip to content

Commit 8c1cb6c

Browse files
committed
Search: add plan eligibility section to AI Answers roadmap
1 parent b4f37c6 commit 8c1cb6c

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

projects/packages/search/docs/plans/search-ai-answers-roadmap.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,23 @@ Until then, both CPTs coexist: `jp_search_behavior` takes precedence if set, wit
2727

2828
---
2929

30+
## Plan Eligibility
31+
32+
Currently the feature is gated only by the `jetpack_search_ai_answers_enabled` option with a flat 500-request/month quota for all plans. Before general availability, we need to decide:
33+
34+
- **Which plans get access?** Likely Search paid plans only (not free tier). The wpcom quota API already tracks usage per site; enforcement would happen there before any LLM call is made.
35+
- **Quota tiers by plan?** Free Search could get a lower limit (or none), paid Search gets a higher limit, with the option to upgrade for more.
36+
- **How does the plugin know the site's plan?** Options: read from the existing `jetpack_search_subscription_plan` option (or equivalent) already synced to the plugin; or gate entirely on the wpcom side and have the agent return `error` with `code: plan_not_eligible` so the overlay can show an upgrade prompt rather than silently hiding.
37+
- **UI treatment for ineligible sites?** The Behavior and Topics tabs may still be useful to show (so site owners can configure in advance), but the overlay panel should be hidden and replaced with an upsell if the plan doesn't include AI Answers.
38+
39+
Open questions to resolve before GA:
40+
- [ ] Confirm which plan tiers include AI Answers
41+
- [ ] Define quota limits per tier
42+
- [ ] Decide whether plan gating lives on the wpcom side only (simpler) or also in the plugin (faster UI feedback)
43+
- [ ] Design the upgrade/upsell flow for ineligible sites
44+
45+
---
46+
3047
## Analytics Tab
3148

3249
A future **Analytics** tab will be added to the Search dashboard tab bar and will become the default tab. The current Overview content (billing/usage) will remain but yield the default position to Analytics.

0 commit comments

Comments
 (0)