---
name: story-audio
description: Add narrator audio to StoryBook comic pages.
---

# Story audio

Comic pages should exist first (`list_comic_pages`).

1. Call `list_narrator_voices` and ask which voice to use.
2. Call `generate_page_audio` with `story_id`, `pageNumber`, and `voiceAgentId`.
3. If audio fails, tell the person the error and ask whether to retry or pick another voice.
4. After pages are narrated, offer `save_comic_progress` and ask about `publish_comic`.
