> For the complete documentation index, see [llms.txt](https://docs.docbits.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.docbits.com/administration-and-setup/settings/global-settings/document-types/fields/adding-and-editing-fields.md).

# Adding and Editing Fields

## Here are the steps to add a new field or modify existing fields in DocBits, including details on how to access advanced configuration options:

### Add a new field

* Log in and access Document Management:

<figure><img src="/files/l8zlKiOYnvRW9fqxBp31" alt="Settings Navigation Step 1"><figcaption><p>Settings</p></figcaption></figure>

<figure><img src="/files/e9n9xlF2eP3dGn67pv7k" alt="Settings Document Types Step 2"><figcaption><p>Settings Document Types</p></figcaption></figure>

**Add a new field:**

* Click the "Create Field" option.

<figure><img src="/files/fyckhzVaQeTT0XCK1RTx" alt="Create Field Button"><figcaption></figcaption></figure>

**Basic Configuration:**

<figure><img src="/files/m3QPMRVgp48zH7mTUry8" alt="Field Basic Configuration Form" width="375"><figcaption></figcaption></figure>

* **Name**
  * Choose a meaningful and descriptive name.
  * The name must be unique.
  * <mark style="color:red;">**Note:**</mark> **Once created, the name cannot be changed.**
* **Title**
  * This is the displayed name of the field.
  * It defines how the field appears in the user interface.
  * <mark style="color:red;">**Note:**</mark> **The title can be changed later if needed.**
* **Select Field Type**

  * Choose the type of field from a dropdown list.
  * The available field types include various options to suit different data entry needs.
  * <mark style="color:red;">**Note:**</mark> **Once created, the Type cannot be changed.**

  <figure><img src="/files/fTs4M1WUOb6RjtjckTv6" alt="Field Type Selection" width="375"><figcaption></figcaption></figure>
* **Optional: Enable Charges Element**
  * A checkbox labeled **Enable Charges Element** can be selected.
  * If checked, you must select a charge element from a dropdown list.
  * **Important:** Charge elements must be configured beforehand.
    * [Charge Elements Configuration](/infor-integration-and-configuration/importing-customer-master-data/m3/table-extraction-for-costing-element.md)

**Advanced Configuration:**

* Here you can set other properties such as validation rules, match values, read-only mode, hiding, and OCR settings.

<figure><img src="/files/Py1aRnJM9CmS9wdfLzMc" alt="Field Advanced Configuration Tab"><figcaption></figcaption></figure>

**Save:**

* After you have made all the necessary configurations, click "Save" or a similar button to create the new field.

<figure><img src="/files/6W6yUXLyM8UjyZS4j9JV" alt="Field Save Button" width="75"><figcaption></figcaption></figure>

### Edit an existing field

**Access field editing:**

* Navigate to the list of existing fields and find the field you want to edit.

<figure><img src="/files/iRPGfm4SYVDyCPZ7grAn" alt="Field List View"><figcaption></figcaption></figure>

**Select a field:**

* Click the appropriate field to access the editing options.

<figure><img src="/files/Bi0KWg34WxlzX8wXtcmp" alt="Field Edit Selection"><figcaption></figcaption></figure>

**Change the configuration:**

* Change the properties of the field as needed. This may include changing the name, the field type, adding or removing validation rules, setting match values, or adjusting other advanced settings.

<mark style="color:red;">**Note:**</mark> If you change the **Title** of a field, you must delete and re-add the field in the layout builder for the changes to take effect.

<figure><img src="/files/r5yfw3ub1mPju6VdXx0a" alt="Field Edit Configuration Form"><figcaption></figcaption></figure>

**Save:**

* Click "Save" to save the changes you made to the field.

<figure><img src="/files/ulejp68sC3uK72Gk13AJ" alt="Field Save Settings Button" width="260"><figcaption><p>Save Settings</p></figcaption></figure>

By providing steps to add new fields and edit existing fields, as well as access to advanced configuration options, you can maximize the flexibility and adaptability of your document processing system. This allows you to structure and process your data exactly as you need it.


---

# 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://docs.docbits.com/administration-and-setup/settings/global-settings/document-types/fields/adding-and-editing-fields.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.
