How do I turn a DOCX manuscript into a publishable EPUB ebook?
+
Upload the DOCX and the converter parses heading structure to detect chapters, then builds a reflowable EPUB container with one chapter per ebook section, a generated TOC, and cover-art slot. The result is ready to upload to Kindle KDP, Apple Books, or Kobo.
Does the converter auto-detect chapters in my DOCX?
+
Yes — Heading 1 / Heading 2 styles in the DOCX become EPUB chapters by default. If your DOCX uses inconsistent headings, the advanced "chapter marker" option lets you specify a regex (e.g. `^Chapter \d+`) to override the heuristic.