What is a clickable table of contents, and why is it a separate service?
It is the navigation layer of your eBook: the nav document a reading system parses, the NCX behind it for older hardware, the landmarks that decide where the book opens, and the contents page a reader can turn to. It is a separate service because it fails independently of everything else. Books with beautiful interiors ship with broken navigation every day, and the fix does not require touching a single line of your typography.
My book already has a table of contents page. Why would I pay for this?
Because a contents page and a navigation file are different things, and having one does not mean you have the other. The page you can see is a styled list of paragraphs. The file a Kindle reads to build its Go To menu is a separate document most converters either skip or fill in badly. If your menu is empty on a device while the page looks fine in your preview, that is exactly the gap.
Why does my clickable table of contents land on the wrong line?
Almost always because the link points at the chapter file rather than at an id on the chapter heading itself. The reading system opens the file and begins rendering wherever it wants to, which on a small screen at a large font size can be half a page away from the title. We anchor every link to the heading element, then open every one of them to confirm where it actually lands.
What is the difference between the nav document and the NCX?
The nav document is the EPUB 3 navigation file: an XHTML document with an ordered list carrying a toc role. The NCX is the EPUB 2 equivalent, an XML file with a navMap. EPUB 3 formally deprecated the NCX, but a large amount of Kindle hardware and older software still reads it first and ignores the nav document entirely. We build both, matched to each other, because the cost is negligible and the alternative is a reader with no contents list.
Do I really need an NCX in a modern EPUB 3 file?
If you want your book to work on devices people bought before 2016 and have not replaced, yes. Deprecated means the specification would prefer you moved on. It does not mean the hardware in your reader's hand has moved on with it. The NCX adds a few kilobytes to the package and removes an entire class of complaint, which is an easy trade.
How deep should my table of contents go?
For a novel, one level. Chapters, in order, nothing beneath them. For business or self-help, two levels, because those readers skip to specific sections and the list is how they find them. For a textbook or reference work, three. Past three, the list becomes unusable on a phone. We will look at your structure and tell you honestly which one your book is, including when the answer is that it needs less than you were planning.
Should my front matter appear in the contents list?
The copyright page, the dedication and the epigraph should not. They exist in the book and a reader will scroll through them, but listing them pushes chapter one down below the fold, and no reader has ever gone looking for a copyright notice. A foreword or an author's note usually should be listed, because those are pages people genuinely return to. We exclude by intent, never by deletion.
Why is my Kindle Go To menu empty?
Because Amazon builds that menu from the navigation files in your package, and yours are missing or malformed. It is the most common failure we see and it is invisible in most preview tools, which is why authors discover it from a review rather than from a check. The fix is to build the nav document and NCX properly and confirm the menu populates in Kindle Previewer before the file goes anywhere near KDP.
What are landmarks, and does my book need them?
Landmarks are a short second list in the nav document declaring where the cover is, where the contents page sits, and where the body of the book begins. The last one is the important one. It determines where a reader lands when they open your book for the first time. Without it, they can arrive at your copyright page, which is a poor first impression for a book someone has just paid for.
Can you fix the navigation in a box set or omnibus?
Yes, and it is the job we are asked for most often at this price point. A box set assembled by stitching finished files together usually keeps book one's navigation and loses everything after it. We merge the packages, build a master list with each book as its own level, and set landmarks so a reader can reach book four directly. Every entry is then opened, which on a five-book set is a long afternoon.
My chapter titles are bold, centred paragraphs. Is that the problem?
That is the problem, and it is the root of most of them. Visual styling carries no meaning to software. A tool building navigation looks for heading elements, finds none, and either produces nothing or guesses. Converting those styled paragraphs into a real heading hierarchy is the first thing we do, and everything else in the service depends on it being done first.
Will you touch the rest of my interior?
No. This service is navigation and nothing else, which is why it is priced the way it is. If we open your file and find genuine interior problems, we will tell you what they are in the structural note and leave them alone unless you ask us to quote for them. You should not be billed for work you did not want.
How many links do you actually open?
All of them. Every entry, on every navigation surface, on the devices in our test list. A ninety-chapter poetry collection means several hundred taps, and we do it, because a validator can confirm a link is well-formed and cannot confirm it goes anywhere useful. The verification sheet you receive lists what was opened.
Can you link my index entries into the text?
Yes, as an add-on. In a reflowable eBook there are no page numbers, so an unlinked index is a column of words with no destination. We turn each entry into a live link that jumps into the relevant passage. It is meticulous work and it is the only thing that makes an index function in a digital edition rather than sit there as a fossil of the print one.
What is a page list and who needs it?
A page list maps the page breaks of a printed edition into the eBook, exposed in the navigation so that a device can report a real page number. Scholars citing your work need it. Library aggregators increasingly ask for it. If your book will never be cited or stocked by a library, you can skip it without losing anything.
Can you rebuild the navigation in a book that is already on sale?
Yes, and it is often the most valuable version of this job. Send us the file you uploaded, we repair the navigation, and you replace the file through your retailer dashboard. Existing buyers get the corrected version pushed to them on most stores, and the review that complained about the broken contents list stops being true.
Do the entries have to match my chapter titles exactly?
They should, and we check it word for word. A list saying Chapter Nine while the page says The Long Way Down makes a reader think they have tapped the wrong thing. Where a title is genuinely too long for a phone screen we will discuss a shortened form with you rather than truncating it silently and hoping nobody notices.
Does a clickable table of contents affect accessibility?
It affects it considerably. A screen reader user navigates by structure, which means the heading hierarchy and the nav document are their primary way of moving through your book. Correct navigation is the foundation of an accessible file, though it is not the whole of it. If accessibility is your actual goal, our accessible EPUB service goes much further than this one does.
How quickly can you rebuild a contents list?
A standard novel is a two to four day turnaround, and the Rush tier compresses that considerably. The work itself is not slow. The link-by-link verification is what takes the time, and we do not shorten that at any speed tier, because a fast file with an unchecked link is the thing we exist to prevent.
Is this service worth it on a short book?
On a short book it is the cheapest insurance you can buy. A twenty-thousand-word novella has perhaps twelve chapters, so the build is quick and the price reflects it. And a broken contents list on a novella is exactly as damaging to your rating as a broken one on an epic, because the reader leaving the review is not grading you on length.