@model OnboardingManuscriptBuildResult @{ ViewData["Title"] = "Chapters prepared"; }
    @foreach (var label in new[] { "Welcome", "Writing Preferences", "Project", "Book", "Connect Word", "Scan", "Review", "Prepare Chapters", "Complete" }) {
  1. @label
  2. }

Prepare Chapters

Your chapters are ready.

@(Model.AlreadyBuilt ? "These chapters have already been prepared in PlotDirector, so nothing was duplicated." : "PlotDirector prepared the approved chapters. Story Intelligence will create scenes after you review the analysis.")

@if (!string.IsNullOrWhiteSpace(Model.MarkerWarning)) {

@Model.MarkerWarning

}
Chapters @Model.ChaptersCreated
Scenes created now @Model.ScenesCreated
Characters created now @(Model.CharactersCreated + Model.CharactersReused)
Scene appearances now @Model.SceneAppearancesCreated

Next: analyse manuscript

Story Intelligence will detect scenes from the approved chapter text. You will review the results before PlotDirector creates scenes.