DocsFeature guides

Suggestion queue

A lasting, demand-first queue of suggested prompts from research and discovery, with safe repeat enqueue, safe accept, and a restorable rejected list.

Good prompt ideas should not vanish when you close a tab. The suggestion queue holds every question MentionFlow thinks you should track. Research and discovery runs fill it. The most-asked ideas rise to the top, and accepting one turns it into a tracked prompt right away.

What it does

Suggestions stay in a lasting queue instead of showing once and disappearing. They stay grouped by the discovery run that found them, ordered demand-first.

How to use it

Open /suggestions. Accept or reject each row, one at a time or in bulk. Accepting turns the idea into a tracked prompt. Rejecting takes it off the pending list. The rejected list is restorable, so a dismissed idea is never gone for good.

How it's computed

The queue is built to stay safe under repeated runs and against your quota:

  • Adding is repeat-safe against (brand, normalized text). A rejected suggestion keeps its normalized identity, so a later discovery run never resurfaces it.
  • The pending queue is capped at 500.
  • Accepting claims the rows first, then checks the prompt quota with the real count. If the quota is exceeded, the claim rolls back and the suggestions stay pending rather than being lost.
  • Pending suggestions hold no plan slot. They cost nothing until you accept them.

The normalized text here is the same trim + collapse-whitespace + lowercase identity that Prompts uses for CSV dedup. So a suggestion and an imported prompt are recognised as the same thing.

Limits

  • Pending cap: 500 suggestions.
  • Accepting is subject to the pooled prompt quota. See Plans and quotas.