# Architecture

The below diagram represents the EPUB player components.

<figure><img src="https://1767651289-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FaanfWbeVT74C5lXDPde3%2Fuploads%2FvBmDLY5ZSWCbfDwEeHmT%2FEPUB%20Player.png?alt=media&#x26;token=86115ea3-cea7-407d-bfa4-9c3f1a467377" alt=""><figcaption><p>EPUB Player</p></figcaption></figure>

### Flow-diagram&#x20;

![](https://1767651289-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FaanfWbeVT74C5lXDPde3%2Fuploads%2FDFJPdBWqEUsDTmlAYlHe%2FcontentPlayerV2Epub.png?alt=media\&token=751c3006-302d-4396-ad21-9788fb12d874)

##

**Common Service Lib:**

This is used for generating the telemetry from the player as a utility dependency library.

**Sunbird Player SDK:**

SDK contains common components used by all the V2 players to make it consistent and reusable across players, It contains Start, End Page components along with Navigation and Side menu components

**EPub JS:**

Epub js dependency library is used for rendering the epub files and it helps in the navigation of the epub file. Refer [here](https://github.com/futurepress/epub.js/) for more details.


---

# 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/v2/epub-player/architecture.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.
