# FAQ's

<details>

<summary>How to use player outside of angular app ?</summary>

We can use as web component and its link is \
[Web Component](https://github.com/project-sunbird/sunbird-video-player/tree/master#use-as-web-components)

</details>

<details>

<summary>How to change the colours ?</summary>

We can use the sb styles and we can change colours

</details>

<details>

<summary>Will it work with any Video url ?</summary>

Yes

</details>

<details>

<summary>What is the latest node package manager version (npm) ? </summary>

Follow the below link for version \
<https://www.npmjs.com/package/@project-sunbird/sunbird-video-player-v9>

</details>

<details>

<summary>What is the size of the  VIDEO content supported by player ?</summary>

The  player supports any size of the video content/streaming data, but based on the size the loading time differs.&#x20;

</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/video-player/faqs.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.
