# Configure Custom Fields

### Overview

Custom fields in MangoApps allow you to add additional data to files, enhancing your workflow by enabling you to track information such as deadlines, priority, cost, or any other relevant detail. This guide will walk you through the steps to manage custom fields effectively.

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

***

### Types of Custom Fields

MangoApps provides various field types for custom fields:

* **Single Line Text**
* **Multiple Line Text**
* **Multiple Choices (Multiple Selection)**
* **Multiple Choices (Single Selection)**
* **Calendar Lookup**
* **User Typeahead**
* **Phone Number**

Custom fields are displayed in the Advanced search filters in the Files module on the User Portal. They are shared between the Files and Media Library modules, meaning custom fields created in one module are visible in the other.

{% hint style="info" %}
Custom fields are displayed in the Advanced search filters in the Files module on the User Portal.
{% endhint %}

{% hint style="info" %}
The Files and Media Library modules share custom fields in MangoApps. Custom fields created in the Media Library module are displayed in the Files module and vice versa.
{% endhint %}

***

### Adding a New Custom Field

To add a new custom field:

1. Hover over the <img src="/files/-Lk2gEj2uhsAHH-MQVo4" alt="" data-size="original">(**More Options**) button and then click **Configure Custom Fields** option to open the Setup Custom Fields pop-up.
2. In the Setup Custom Fields pop-up, click the **New Custom Field** button.

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

3. Enter the name for the new custom field in the Field Name text box.
4. Select the type of the field from the drop-down list.&#x20;
5. Mark the Required check box to set the custom field as a mandatory field when uploading a media file on the User Portal.
6. Enter the choices for the field. You can click the Add New Choice link to add more choices for the field.
7. Click the **Save** button.
8. Drag-and-drop the field to reorder it. This is a optional step.
9. Click the **Close** button to exit the pop-up.

{% hint style="info" %}
Custom fields marked as **Required** are **mandatory** when a user uploads files from the User Portal.
{% endhint %}

***

### Editing and Deleting a Custom Field

In the Setup Custom Fields pop-up, click the<img src="/files/-LfxCNNu22YFlviqCJgo" alt="" data-size="original">(three dots) button for a field and then click **Edit** to edit the custom field or click **Delete** to delete the custom field.

{% hint style="info" %}
Deleting a custom field only removes the association of the field from the files.&#x20;
{% endhint %}

***

## FAQs

### What are the prerequisites for uploading files to a folder via email?

The prerequisites to upload files to a MangoApps folder via email are:

* The user **MUST** be a part of the MangoApps domain with a valid company email ID matching their profile in the domain or the email ID in the Accepted List (**Admin Portal > Email > Accepted List**), **AND**&#x20;
* The user **MUST** be an Active network user, **AND**&#x20;
* The user **MUST** have permissions to upload files to the folder they are uploading the files to.&#x20;


---

# 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://guides.mangoapps.com/admin-guide/module-settings/files/more-options.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.
