<img src="https://img.shields.io/badge/%20-ALL-%2300B180" style="float:left"/><br />
A chapter marker provides a way to convey viewing milestones within the timeline of a player. It allows the segmentation of long videos into discrete segments.

Chapter marker in a video
<br />
A viewer can quickly hover over the cue point and can see the title of the chapter or section. Clicking on the cue point navigates you directly to that point of the video. These markers are rendered by the player when a standard WebVTT text track is provided in the player embed code.
JWP provides the following approaches to adding chapter markers to the videos in your media library.
<br />
Approach | Description |
**[Tracks Editor](🔗)** | Enables creating chapters from your JWP dashboard |
**[.VTT file upload](🔗)** | Enables manually creating and uploading a Web Video Text Track file that defines each chapter in a video |
<br /> <hr />
## Tracks Editor
<img src="https://img.shields.io/badge/%20-Beta-green.svg" style="width:35px;height:20px;"> This is a beta offering. By using this documentation, you are agreeing to abide by the terms of the <a href="https://www.jwplayer.com/beta-program-agreement/">JWP Beta Program Agreement</a>
<br />
The **Tracks Editor** enables you to define chapter markers for a media item directly within your JWP dashboard.
Use the following steps to create chapter markers:
From your <a href="https://dashboard.jwplayer.com/p/media" target="_blank">JWP Media Library</a>, click the name of a video. The details page for the video appears.
On right side of the page beneath the preview player, click the **Tracks** tab.
In the **Chapters** section, click **Manage**. The **Chapters Tracks** panel appears.
Click **Create**. The **New Track** page appears.
In the **Track Label** field, enter the name of the track.
Click **Add Chapter**. Fields appear to define a chapter.
Select the start time and enter the chapter text.
Click **Done**. The chapter appears in the chapter list.
Repeat steps 6-8 to add another chapter.
Click **Save**.
Returning to the **Chapter Tracks** tab, the list of chapters is displayed.
<br /> <hr />
## .VTT file upload
If your content is uploaded or registered with the JWP dashboard, you can also host your VTT file on the JWP platform.
A .vtt file is subject to <a href="/players/docs/jw8-crossdomain-file-loading-reference" target="_blank">cross-domain security restrictions</a> and therefore will not automatically load from another domain than the player.
<br />
Use the following steps to upload chapter markers:
<a href="/platform/docs/vdh-vtt-file-creation" target="_blank">Create a .vtt file</a> for your chapter markers.
From your <a href="https://dashboard.jwplayer.com/p/media" target="_blank">Media Library</a>, click the name of the video to which to add chapter markers. The video details page appears.
On right side of the page beneath the preview player, click the **Tracks** tab.
In the **Chapters** section, click **Manage**. The **Chapters Tracks** panel appears.
Click **Upload**.
Select a single .vtt file or multiple .vtt files to open from your computer. The selected file or files are uploaded and associated with the video. Once uploaded, the track appears on the **Chapters Tracks** panel.
<br />
<!-- Removes the automatic page-to-page navigation at the bottom of the page -->
<style> .rm-Pagination { display: none; } </style>