EPUB 3.3 package document
The package document defines the metadata, manifest, spine, and navigation wiring that validators inspect before a reading system can process the book reliably.
EPUB error guide
Why the Kindle Go To menu may not show your EPUB table of contents, and what EPUB Fixer checks before calling it repairable.
The Kindle Go To menu does not show the table of contents.
KDP accepts the upload screen far enough to preview the book, but the Kindle navigation panel has no usable table of contents.
Plain English
The book may have chapters, but the EPUB package is not telling Kindle which nav, NCX, or spine reference should be used as the table of contents.
Common causes include a missing EPUB 3 nav document, a missing properties="nav" manifest item, an EPUB 2 NCX file that is not connected to the spine, or TOC links that point to broken anchors.
User checklist
These checks keep the repair decision tied to the EPUB package instead of guessing from a generic error code.
Standards context
The package document defines the metadata, manifest, spine, and navigation wiring that validators inspect before a reading system can process the book reliably.
KDP supports EPUB files that meet Kindle Publishing Guidelines and recommends checking the file with Kindle Previewer before upload.
Repairability
EPUB Fixer can mark this repairable when the package contains a clear nav or NCX target, or when a minimal navigation file can be generated from stable chapter headings.
It is not safe to repair automatically when the chapter structure is ambiguous, headings are inconsistent, or the file is a fixed-layout or image-first book.
Before: chapters exist in XHTML files, but the OPF does not expose a valid navigation document. After: the OPF manifest and spine point to one valid nav or NCX file.
Next step
The same error code can come from different files and different causes. Uploading the EPUB lets the report show the affected path and whether the fix is deterministic.
Upload EPUB to scan