# Custom Fields

## Custom Field Settings

From the custom fields section you can create, edit, delete, and enable custom fields for your Monolith tenant. Monolith currently supports custom field items for: **Cases, Evidence, Acquisitions, Inquiries** and **Storage.**&#x20;

### **Adding Custom Fields**

Open the collapsable section for the category of custom field you would like to create (for example **Custom Cases Fields**).&#x20;

{% hint style="warning" %}
Once created, a field's editor type cannot be changed, but fields can still be enabled, disabled, reordered, edited, or deleted at any time.
{% endhint %}

**Creating Custom Fields Options**

1. **Field Name (Required):** The display name of your custom field
2. **Is Required (Required):** A yes/no option to indicate whether this should be a required field in Create and Edit modals for this category.&#x20;
3. **Editor Type(Required):** Select whether you want this field to be:
   * Textbox - Regular text field&#x20;
   * Date - Provides a date selector dropdown
   * Drop Down Menu - User's can select an item from a dropdown list
   * Tag Box - User's can select multiple items from a dropdown list
4. **Description:** Populates placeholder text in the input box associated with your custom field in the category's Create and Edit modals.&#x20;

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

### **Managing Custom Fields**

* **Enable/Disable**: Determines if custom field will appear in Create and Edit Modals.&#x20;

{% hint style="info" %}
Disabling a custom field will not remove it from items that have been assigned a value for that field. For example, if you have an Evidence Custom Field called "Agency ID" that has been disabled, the evidence item(s) that have been assigned an "Agency ID" value will still display it in their individual pages. To remove the custom field completely from all items, you must delete that field.&#x20;
{% endhint %}

* **Edit**: Edit custom field details.&#x20;
* **Delete:** Removes the field and its values from your Monolith tenant.&#x20;

### Re-Order Custom Fields

Each category's custom field sections can be re-ordered by dragging and dropping custom field components within their respective lists.&#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://docs.monolithforensics.com/monolith/monolith-features/settings/custom-fields.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.
