> For the complete documentation index, see [llms.txt](https://doc.playturbo.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.playturbo.com/personal-center/my-assets.md).

# My Assets

## <mark style="color:blue;">1.Creative Assets</mark>

<mark style="color:$info;">Creative Assets correspond to "Asset Library" - "My Assets" within the project.</mark>

"Creative Assets" section collects various types of creative assets uploaded during the editing of creative tools (Playable Tools/Video Tools/Screen Recording Tool). Here, you can manage them in a unified manner.

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

* Upload: Click the right-side button "Upload" to upload assets from your local device.&#x20;
* You can quickly filter and search for your creative assets based on "Asset Name/Asset ID," "Asset Format," "Asset Types," "Creation Time/Update Time/Asset Name/File Size."&#x20;
* Clicking "Advanced Filter" allows for more detailed filtering of creative assets based on direction, proportion, duration, code rate, file size, size, and date.

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

* Card View/List View: Click to switch between different display modes.&#x20;
* Operation: Clicking the icon allows for editing the asset name.

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

* By selecting assets, you can perform operations such as deletion and downloading to the local device.

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

## <mark style="color:blue;">2.Template Assets</mark>

"Template Assets" section collects template assets that are saved from works in the Content editor. Here, you can manage them collectively.

<figure><img src="/files/4Pa9y1UjFGEU7rEQjuQd" alt=""><figcaption></figcaption></figure>

### 2.1 How to save the creative as a template <a href="#kom0f" id="kom0f"></a>

* Click the "**Save as Template**" button to open the confirmation pop-up window
* Edit the template name
* Click the "**Confirm**" button to save as template
* After saving as a template, jump to the "My Assets-Template Assets" page to view the template

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

### 2.2 Template Assets Operations

* You can quickly filter and search for your template assets based on "Template Name," "Creation Time/Update Time."&#x20;
* Clicking "+ Blank Canvas" allows you to quickly create a new project for blank production by editing the project name and adaptation orientation.&#x20;

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

* Clicking on a template allows for previewing.&#x20;
* You can choose between "Template Feature Creation" (General Creation or Variant Creation) or "Template content creation."&#x20;
* Clicking the buttons allows you to view the previous or next template.

<figure><img src="/files/0KmFPDIq4Zl7PeSDnWfm" alt=""><figcaption></figcaption></figure>

Clicking the icon allows for more operations on the template.&#x20;

* Update: Clicking redirects to the project editing page, where you can edit and update the template.&#x20;
* Copy: Copy the template by entering the template name, generating a template asset with the same content.&#x20;
* Delete: Clicking requires confirmation and allows for template deletion.&#x20;
* Rename: Clicking opens a pop-up window to modify the template name.

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

## <mark style="color:blue;">3.Clone Voice Assets</mark>

Clone Voice Assets: Supports users uploading their voice to clone.  [/pages/yMHldqn5n5AFqpIjExV0#b.dub](https://doc.playturbo.com/personal-center/pages/yMHldqn5n5AFqpIjExV0#b.dub "mention")

* Enter the Clone Voice Assets.
* **Add Clone Voice**: You can upload files from your local storage OR add them from the asset library (<mark style="color:red;">only supports video/audio files, with a size limit of 10MB</mark>).
  * The ideal audio length is 1-2 minutes (no less than 1 second), clear with no reverb, defects, or background noise. (Supports audio and video)
  * Audio quality is the most critical factor affecting cloning results, including the voice itself, language, accent, and recording quality.
  * Maintain audio consistency to ensure tone and performance remain stable throughout the process.
  * Ensure moderate volume with an ideal range of -23 dB to -18 dB RMS and a true peak of -3 dB.
* After uploading the audio, it supports preview listening, editing the trim time, and the option to remove background music.
* Supports custom voice name and description.
* After checking the *Data Protection Appendix*, confirm by clicking **Add** and wait for the voice recognition to complete.

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

* Once the voice is successfully added, you can click the button to preview and listen (for video files, only the audio will be played).
* You can rename the voice, edit the description, and delete the voice.

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

## <mark style="color:blue;">4.Campaigns</mark>

Stores all previously linked product information.

* Supports adding, editing, and deleting products.

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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://doc.playturbo.com/personal-center/my-assets.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
