# Epub Player - v1

## Overview

Epub Player is used to play the epub files and user can navigate and see the location of the epub file page. The epub file can be renderer online and offline.

#### Mime type

```
mimeType: "application/epub"
```

## **Configuration**

Below is the configuration metadata to render/play EPUB content:

```
"metadata": {
    mimeType: "application/epub",
    artifactUrl: "https://sunbirdstagingpublic.blob.core.windows.net/sunbird-content-staging/content/assets/do_2132443770726891521736/famouspaintings.epub"
    contentType: "Resource",
    identifier: "do_2132443770726891521736"
    mediaType: "content",
    streamingUrl: "https://sunbirdstagingpublic.blob.core.windows.net/sunbird-content-staging/content/assets/do_2132443770726891521736/famouspaintings.epub"
}
```

## Features

1. **Location**\
   This is a default feature and help user to understand current page number and total number of pages

![](https://1767651289-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FaanfWbeVT74C5lXDPde3%2Fuploads%2F8iqIVe2YMYht0PbBtyNk%2Fepub-location.png?alt=media\&token=ab42d295-a6d6-457b-a57a-94058babb38b)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://knowlg.sunbird.org/learn/product-and-developer-guide/player/v1/players/epub-player-v1.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
