[Yandex Cloud documentation](../../../index.md) > [Yandex Cloud Video](../../index.md) > Video Player > Player presets > Creating a template

# Creating a player preset

{% list tabs group=instructions %}

- Cloud Video UI {#console}

  1. Open the Cloud Video [home page](https://video.yandex.cloud/).
  1. Select a channel.
  1. In the ![image](../../../_assets/console-icons/gear-play.svg) **Player template** tab, click **Create template**.
  1. In the **Template name** field, specify the preset name.
  1. Under **Widget settings**:
     * Enable or disable the relevant widgets.
     * Set their location in the player interface.

  1. Under **Style setup**:
     * Select a color scheme.
     * Set the sizes of elements.
     * Configure other visual settings.
  
  1. Under **Logo settings**:
     1. Enable the **Show logo** option to display your logo over the video.
     1. Upload the logo image (2 MB or less) in JPG, PNG, or GIF format.
     1. Enable **Hide with player interface** for the logo to disappear together with player controls when the user is not interacting with the video.
     1. In the **Logo redirect link** field, add a URL that will open when the logo is clicked.
  
  1. Optionally, to see what the video and playlist will look like a separate window with the selected preset, click **View template in a separate window**.
  1. Click **Create**.

- API {#api}

  Use the [create](../../api-ref/StylePreset/create.md) REST API method for the [StylePreset](../../api-ref/StylePreset/index.md) resource or the [StylePresetService/Create](../../api-ref/grpc/StylePreset/create.md) gRPC API call.

{% endlist %}

#### Useful links {#see-also}

* [Updating or duplicating a player preset](update.md)
* [Deleting a player preset](delete.md)
* [Getting player preset information](get.md)