> For the complete documentation index, see [llms.txt](https://support.hivo.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.hivo.co/client-profile/groups/uploader-settings-for-group.md).

# Uploader Settings for Group

This feature allows Admins to customize what group members see when **uploading assets** to the HIVO. These settings help streamline the interface and ensure users only provide the necessary information.

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

👉 To configure and activate any of the sections below, you must switch the **toggle to "On"(blacked out**). If the **toggle is "Off" (greyed out)**, the settings for that section will not be applied to the group, and the system will use genneral settings instead.

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

#### 1. Uploader Fields

This option allows you to override the default information fields shown to **users during the asset upload process.**

* **Configurable fields include:** Asset descriptions (such as Name, Asset Tags, Folder Path, Production Date, Sensitive Date, etc.), Asset Permissions, and Asset Approval.
* **Precedence Rule:** If a user belongs to multiple groups, the system prioritizes fields set as Visible and Non-required.

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

#### 2. Metadata Fields

You can control which **custom metadata fields appear when a user uploads files**, such as Description, Copyright, License,etc. To ensure accurate asset categorization from the very first step.

* In addition to system Metadata Fields, Admins can create custom Metadata Fields within the [**Metadata Settings**](https://support.hivo.co/client-profile/client-profile-settings/asset-and-metadata-management/metadata-settings)**.**
* **Precedence Rule:** Similar to Uploader Fields, Visible and Non-required fields take precedence if a user is in multiple groups with conflicting settings.

#### 3. Automation

This feature allows you to override the Automation Options for a specific User Group.

* **Available Options:** Examples include Caption Prediction, Generate Transcript for video/audio assets, Face Detection, etc.
* **Precedence Rule:** If there are multiple settings across different Groups, values set to Visible and Default Enabled take precedence.

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


---

# 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://support.hivo.co/client-profile/groups/uploader-settings-for-group.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.
