# Make Video TVOD

TVOD is transaction based VOD model where users have to pay for each premium video to continue watching.

## How to Setup Pay Per View / Amazon Prime Model

To make any video TVOD, go to Videos/Content manager, click make premium, select edit any video, override the default and select TVOD, and add credits , rental hours and update the video details so to implement the required setting for user to access the respective content.&#x20;

![Setting TVOD model for content](/files/-MT_zJ8lOWg9ROkaVQGF)

To access the TVOD content, end user has to pay the required credit for the number of hours rental hours.


---

# 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://docs.vodlix.com/user-manual/monetization/selecting-business-model-for-videos/make-video-tvod.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.
