> For the complete documentation index, see [llms.txt](https://guides.mangoapps.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guides.mangoapps.com/user-guide/my-recordings/user-actions.md).

# User Actions

### Overview

The **My Recordings** module in Mango Recorder provides tools for managing and sharing recordings.  User features include pinning recordings for quick access, renaming, adding hashtags for easy search, setting custom thumbnails, and adding call-to-action buttons to videos.&#x20;

Bulk actions and the search feature streamline management, while new recordings inherit default privacy settings and can be directly uploaded. These capabilities ensure efficient recording organization and collaboration across the platform.

***

### **Individual Actions for Recordings**

Once a user has uploaded or captured media to the module, they will have additional options available to them from the 3-dot menu located in the bottom right corner of each file.

<figure><img src="/files/s5h1SL6BXPB9sgOY7Koi" alt="" width="563"><figcaption></figcaption></figure>

**Pin / Unpin**

Pin recordings for quick access through **Top Right Username Dropdown > Pinned List of Items**.

***

**Set Thumbnail&#x20;**<mark style="color:red;">**(Video Only)**</mark>

Click this option to choose a custom thumbnail to represent your video.

<figure><img src="/files/jPOuDoZlODyWubMmPxPb" alt="" width="563"><figcaption></figcaption></figure>

**Capture a frame from the video:**

* Play or seek through the video to find the frame you want.
* Click the **Capture Frame** button to set that frame as the thumbnail.

**Create an animated thumbnail:**

* Play or seek to the frame you want as the starting point of the animation.
* Click the **Create Thumbnail** button.

**Upload a custom image or GIF:**

* Select a file (JPEG, PNG, or GIF).
* Recommended dimensions: 1250 x 773 px.

***

#### **Enable Subtitles&#x20;**<mark style="color:red;">**(Video Only)**</mark>

Generate closed captions (CC) for videos as outlined in the [**Media Center Tools**](https://guides.mangoapps.com/user-guide/media-center/media-gallery#video-subtitles)**:**

* Available in multiple languages.
* Admins can auto-detect the language or specify it manually.
* Upload and edit `.vtt` subtitle files as needed.

***

#### **Set Call to Action&#x20;**<mark style="color:red;">**(Video Only)**</mark>

Add a **call-to-action button** to a video to direct viewers to forms, surveys, downloads, or other links.

<figure><img src="/files/mf2x7JtO7qhuxO9KL9pj" alt="" width="563"><figcaption></figcaption></figure>

From the **Create Call To Action** pop-up, users can customize the button text, colors, and link. This Call-to-Action button will be visible during video playback in the upper right corner of the video and at the end in the center of the video player.

***

#### **Share**

Share with specific **people** or **teams** or share publicly for universal access. Secure internal links (**mlink**) can also be generated for authorized users only.

<figure><img src="/files/DnY2DlWJmSd30iThEAxP" alt="" width="526"><figcaption></figcaption></figure>

**Public and Internal Links**:

* **Copy Public Link**: Available only for recordings with public permissions.
* **Copy Internal Link**: Always available; requires user authentication to access.

{% hint style="success" %}
Permissions are verified through a Just-In-Time (JIT) check.
{% endhint %}

***

#### **Permissions**

Users can set sharing permissions for individual recordings, independent of the [default permission settings](https://guides.mangoapps.com/user-guide/my-recordings/my-recordings-module-toolbar#privacy-and-permissions-settings) for the module.

While viewing the share permissions pop-up menu, click **Share with more: Colleagues, Teams, or Anyone outside the company** to generate share links and configure their permission levels.

Generate a share link for **specific colleagues** to assign the following permission levels:

* **Owner:** Grants full ownership rights to the specified colleague.
* **Editor:** Allows the specified colleague to edit. Default permissions for admins, network members, and guest members (as set in the team) will still apply, but individual member permissions can be customized here.

General permission levels for public and internal links:

* **Viewer**
* **Viewer (No Download)**

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

When sharing with colleagues or internal teams, user can include an optional message.

***

#### **Rename**

Update the title of a recording for clarity. This title can include up to 150 characters.

***

#### **Set Hashtags**

Assign hashtags to recordings for easier searching.

<figure><img src="/files/IYITfyAY4GuBu6etm4sW" alt="" width="387"><figcaption></figcaption></figure>

***

#### **Download**

Download a video, image, or screenshot to your device.

***

#### **Delete**

Remove the selected recording from the user portal module.&#x20;

<mark style="color:red;">This item can be restored by and admin from the</mark> [Trash Can](https://guides.mangoapps.com/admin-guide/home-1/trash-can) <mark style="color:red;">menu in the Admin Portal.</mark>

***

### **Bulk Actions**

Select the checkbox on multiple items to access the Bulk Actions toolbar at the top of the screen.

<figure><img src="/files/fN31cnVnBHUpJzRygJZW" alt="" width="563"><figcaption></figcaption></figure>

Bulk options include:

* Generating multiple share links. These links will all abide by a default set of permissions as set by the user in this instance of sharing.
* Download many files to your device.
* Add or set new hashtags for selected items.
* Delete all selected items.

***

### **Integration with Other Features**

Recordings can be embedded across the MangoApps domain, including posts, pages, courses, and campaigns.&#x20;

Use the **My Recordings** tab under the **Add Media** dialog to embed videos.

<figure><img src="/files/XE0YUGpzH8ejmByGAWyR" alt="" width="563"><figcaption></figcaption></figure>


---

# 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://guides.mangoapps.com/user-guide/my-recordings/user-actions.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.
