# Vimai

## Introduction

The Vimai OTT PaaS (Platform as a Service) consists of the following components

### CMS

This is the content management system, specialized for publishing, laying out, and editing content. Actions such as deciding which content is displayed and how it is arranged are performed here.

Please check out [Vimai CMS](/vimai-cms/onboarding.md)for Vimai CMS Guideline.

### Web

The web application used by end users (referred to as users) to access and view content.

### Mobile App

The mobile application that can be installed on a user's mobile phone or other mobile devices to access and view content.

### CTV App

The application that is specifically designed for users to use on large-screen devices with minimal interaction.

### Transcoding System

To publish content on the internet, it must go through a transcoding system. The transcoding process is automatic. However, if the transcoding fails, users may need to investigate the cause of the failure.


---

# 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://how.vimai.io/master.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.
