# Uploader Settings

The **Uploader Settings** feature allows you to configure default settings when users upload files to the system. This includes ***default permissions, blocked MIME types, and automation options.***

<details>

<summary>Benefits of using Uploader Settings</summary>

* ***Time-saving**: Predefined permissions and automation options eliminate the need for manual configuration during each upload.*
* ***Enhanced security**: Block unsafe file types at the point of upload to minimize security risks.*
* ***Consistency**: Ensure uploaded files comply with established content management rules and standards.*
* ***Automation**: Apply automated processes such as tagging and categorization to improve asset management efficiency.*

</details>

### How to use Uploader Settings?

* ⚠️ **User Right Required:** User must have the permission: **“Is Client Admin - User can manage the Client Profile”.**
* Navigate to Uploader Settings: **Client Profile** → **Settings** **tab** → **Uploader Settings.**

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

#### 🔹 Step 1: Configure **Default Permissions**

* Set default asset permissions that will apply to a particular user or group, which will appear as being preselected in the upload tool when a user goes to complete an upload.&#x20;
* In the **Default Permissions** section, you will see a list of entities in the system (e.g., *HIVO Demo Account*).
* For each entity, you can select a default permission level such as: **can view, can share, can edit, add version, full access.**

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

#### 🔹 Step 2: **Blocked MIME Types**

* Prevent users from uploading files with specific MIME types.
* Click the **Blocked MIME Types** field to select the file types you want to block, e.g., .exe, .bat, .js, etc.
  * Files with these formats will be blocked from uploading.
  * **Note:** This is a general check and should not be relied upon as a complete security solution.

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

#### 🔹 Step 3: **Set up Automation**

* Allows you to choose what automation tasks should run on the uploaded assets during the Asset Details step in the Uploader.&#x20;
* **Visible Default Enabled:** You can select which default automation actions will be preselected to be performed when uploading files.&#x20;
* These preselected options include:

<table><thead><tr><th width="241">Type</th><th>Description</th></tr></thead><tbody><tr><td><strong>Tag Prediction</strong></td><td>Run the auto tagger using image and video recognition technology. Tags will be auto generated on the uploads based on what is actually in the image or video.</td></tr><tr><td><strong>Caption Prediction</strong></td><td><p>Allows the system to automatically analyze and generate descriptions for digital assets as soon as they are uploaded.</p><ul><li>These captions are stored and managed directly within the Metadata section of the asset. </li><li>You can <strong>review and edit these results in the Asset Information section on the Asset Detail page.</strong></li></ul></td></tr><tr><td><strong>Scan Asset Text Content</strong></td><td>Automatically read and extract text content from digital asset files, such as images, PDFs, or documents, allowing users to search for keywords that appear within the asset's content, even if the word is not in the file name or metadata.</td></tr><tr><td><strong>Face Detection</strong></td><td>Run the facial recognition detection technology on images and videos to detect faces.</td></tr><tr><td><strong>Generate Transcript for video/audio assets</strong></td><td>Automatically generates written transcripts from your <strong>video or audio assets</strong> using AI-powered speech recognition.</td></tr><tr><td><strong>Run Governance Risk &#x26; Compliance Checks</strong></td><td>Configuration rules uses to determine whether an asset violates policies, laws, or brand regulations</td></tr><tr><td><strong>Run Check Asset Readiness</strong></td><td>Checks and evaluates digital assets (images, videos, data) against predefined standards.</td></tr><tr><td><strong>Create thumbnails</strong></td><td>Automatically create a default thumbnail version of the assets being uploaded.</td></tr><tr><td><strong>Create web version</strong></td><td>Automatically create a default web version of the assets being uploaded.</td></tr><tr><td><strong>Create watermark version</strong></td><td>Automatically create a watermarked version of the assets being uploaded. These Automation tools will be automatically displayed in the step of adding Asset details during the process of uploading assets to the system.</td></tr><tr><td><strong>Create custom version (image only)</strong></td><td>Automatically create a specified custom version (size, dimensions, file type etc) of the assets being uploaded.</td></tr></tbody></table>

These **Automation tools** will be automatically displayed in the step of adding Asset details during the process of uploading assets to the system.

If you have any questions, don't hesitate to ask, we're always here to help!


---

# 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://support.hivo.co/client-profile/client-profile-settings/asset-and-metadata-management/uploader-settings.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.
