# Work Creation-New Creation Guide

## <mark style="color:blue;">💡Video to Playable Project Creation</mark>

### 1.Entry

**Entry 1**: Home → Creative Toolbox → Video to Playable

<figure><img src="/files/7Z60lvLylsmgRX1gmCtX" alt=""><figcaption></figcaption></figure>

**Entry 2**: My Projects → Playable Projects → Create Project → Video to Playable

<figure><img src="/files/6bWMhRRh6uh2l97Bk8bu" alt=""><figcaption></figcaption></figure>

### 2.**Create a Project**

Fill in the "Project Name" and choose the "Adaptation Orientation."

💡Friendly Reminder: Once a project is created, the Adaptation Orientation cannot be changed. If you need to modify it, you can <mark style="color:red;">copy the project, choose a new Adaptation Orientation</mark>, and edit it.

<div align="left"><figure><img src="/files/RzALAivwFiZYLo0oUtyE" alt=""><figcaption></figcaption></figure></div>

🌟The "Adaptation Orientation" supports three options: Horizontal & Vertical screen, Landscape, and Portrait.

#### 1）Horizontal & Vertical screen (Recommended for Mintegral)

* You need to create layouts for both portrait and landscape modes within one project.
* Playable content will be displayed according to the screen orientation.
* The actual adaptation is as follows:

<div><figure><img src="/files/rCd5nXgGRkncrJmYi14z" alt="" width="452"><figcaption></figcaption></figure> <figure><img src="/files/kDHA3jE8774xJkwaN7l4" alt="" width="452"><figcaption></figcaption></figure></div>

#### 2）Portrait

* Only portrait layout creation is needed within one project.
* When deployed to a landscape app, it will be displayed in a scaled-down version with excess areas filled with black by default.
* The actual adaptation is as follows:

<div><figure><img src="/files/rCd5nXgGRkncrJmYi14z" alt="" width="452"><figcaption></figcaption></figure> <figure><img src="/files/jcupVIJeKHAhI0ogn5Wx" alt="" width="453"><figcaption></figcaption></figure></div>

#### 3）Landscape

* Only landscape layout creation is needed within one project.
* When deployed to a portrait app, it will be displayed in a scaled-down version with excess areas filled with black by default.
* The actual adaptation is as follows:

<div><figure><img src="/files/7aAEoRsRnGsVo3Hu4qCc" alt="" width="451"><figcaption></figcaption></figure> <figure><img src="/files/kDHA3jE8774xJkwaN7l4" alt="" width="452"><figcaption></figcaption></figure></div>

Once the creation is complete, you can enter the project and start editing 👉 [Video to Playable - User Guide](/playable-tools-video-to-playable/video-to-playable-user-guide.md)

## <mark style="color:blue;">💡Video to Playable</mark> <mark style="color:blue;"></mark><mark style="color:blue;">**Project Management**</mark>

* **Project List:** Displays all project names, IDs, associated product names, project status, update times, etc.
* **Operations:** Supports preview, download, copy, rename, view details (associated product), and delete project.
* **Search & Filter:** Projects can be searched and filtered by project name, ID, project status, creation/update time, etc.

<figure><img src="/files/nvuK6X9no9OihtxXAY0V" alt=""><figcaption></figcaption></figure>


---

# 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://doc.playturbo.com/playable-tools-video-to-playable/work-creation-new-creation-guide.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.
