# Duplicate Field

Use **Duplicate field** to show the value of another field in a second place.

The duplicate is read-only. It mirrors the parent field value.

You can place this field in:

* structured documents
* PDF documents

{% hint style="warning" %}
You can’t remove the parent field while at least one duplicate exists.
{% endhint %}

### Add a duplicate field

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

1. Open the template in edit mode.
2. In the **Fields** panel find the **Duplicate field** and add it to the template.
3. Configure the field and click **Save**.

### Field settings

Click on the placed field to reopen settings menu.

{% columns %}
{% column width="58.333333333333336%" %}

* **Name** — field name shown in the document
* **Tooltip** — additional hint shown on hover
* **Document** — document where the parent field is located
* **Duplicate of** — field to duplicate
* **Search** — makes the field available for search/filtering in the mailbox UI (if enabled in your setup)

{% hint style="info" %}
If the duplicate is placed inside a dynamic table, you can duplicate only:

* fields from the same table
* fields outside all tables
  {% endhint %}
  {% endcolumn %}

{% column width="41.666666666666664%" %}

<figure><img src="/files/dfJGkd7RqkmCq72j9m3P" alt=""><figcaption></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

#### Links inside a duplicate field

If the value contains a URL, it is rendered as a normal browser link (blue + underline).

You can open the link from the right-click context menu.


---

# 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.docstudio.com/user/template-builder/template-dynamic-fields/duplicate-field.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.
