BrandWiseDocs
Scenarios & Runs

Running a Brand Evaluation — Statuses, Checks, and Resuming Runs

How to run a scenario evaluation in BrandWise: pre-launch balance checks, run status lifecycle, resuming stopped runs, and email notifications.

Pre-launch checks

Before launching a scenario, BrandWise automatically verifies two conditions:

CheckRequirementError if unmet
Billing profileThe project must have an active billing profile linkedPROJECT_BILLING_NOT_CONFIGURED
AI credit balanceThe balance must be at least 100 AI creditsBILLING_BALANCE_TOO_LOW

If either condition is not met, the system displays an error and prevents the run from starting. You can top up your balance on the account billing page.

Run statuses

Each scenario run progresses through several statuses. The run lifecycle is displayed on the project reports page.

Reports page — scenario run statuses

StatusDescription
DraftScenario created but never launched
QueuedRun is queued for execution
Collecting answersModels are processing intents — BrandWise is receiving responses
Analyzing answersResponses are being evaluated across 6 metrics by the judge model
Building reportThe aggregated report is being generated
DoneReport is ready — you can view the results
ErrorAn error occurred during execution
PausedRun is paused
Stopped by billing limitRun was stopped because the per-run credit limit was exceeded

Normal flow

A typical run follows this path:

Queued → Collecting answers → Analyzing answers → Building report → Done

The entire process takes anywhere from a few minutes to tens of minutes depending on the number of intents, models, and mode (Basic is faster; History takes longer due to multi-turn dialogs).

Stopped by credit limit

If the run's spending exceeds the per-run credit limit, BrandWise stops the run with a Stopped by billing limit status.

In this case:

  • Some items were completed and evaluated — a partial report is generated
  • Remaining items were not processed
  • Credits are only charged for completed items

Resuming a stopped run

If a run was stopped due to a credit limit, any project member can resume it:

  1. Increase the per-run credit limit in the project billing settings or top up the balance
  2. Click the Resume button on the run page
  3. BrandWise will process the remaining items and update the report

Resuming does not cause double-charging — the system only processes unfinished items.

Email notifications

When a run completes, BrandWise sends an email notification to the user who initiated the run. The notification type depends on the outcome:

OutcomeDescription
CompletedAll items processed, report is ready
PartialSome items completed, partial report available
FailedRun ended with an error, no credits charged
StoppedRun stopped due to credit limit

Notifications are sent to the email address linked to the user's account.

Execution matrix

Each run generates a set of items using this formula:

Items = intents × models × temperature variants

Each item is a separate AI model call with a specific intent. In History mode, each item includes a full dialog of 1 to 10 turns. After receiving a response, each item is evaluated across 6 metrics by the judge model.

The cost in AI credits is calculated from input and output tokens for each item. Learn more about pricing in the first project guide.

What's next

On this page