# On-Premise creation

For most cases, the video template can be stored in [Blings.io](http://blings.io) servers. Some use cases require minimal or no online connectivity. For those cases, it's quite easy to replace the regular `blingsPlayer.create` function, with a manual creation that gets the video template as a JSON object.

An example of video creation without fetching the video template from an online server can be found here:

{% embed url="<https://codepen.io/yonsch/pen/qBjQorz>" %}

💡 For most on-premise use cases, Blings will help to layout the initial structure of the dynamic video. \*\*This demo representation is just to validate the "client-side" only architecture.\*\*


---

# 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://help.blings.io/developers/getting-started/advanced-topics/on-premise-creation.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.
