# Set up Entities for Click2Clone

Follow the steps given below to set up entities for Click2Clone:

1\) Go to **Click2Clone app** --> **Click2Clone Templates** --> Click on **New**.

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

<figure><img src="/files/38VkSnwY1Jpp4baEXnlh" alt=""><figcaption></figcaption></figure>

2\) Enter an appropriate name for the template. Here, we are setting up an **'Order'** entity in source as we want to clone an order entity record.&#x20;

**Prefix/Suffix** – This will be appended with the name of clone record (This helps user to quickly recognize the clone copy).&#x20;

<figure><img src="/files/8l8d5aidwxPVc5jlyj0P" alt=""><figcaption></figcaption></figure>

Once this is done, click **'Save'** to save the template and proceed to **attributes/relationship** selection.

Click2Clone supports static as well as **dynamic placeholders**, which can be used in prefix/suffix configuration.

Supported placeholders:

* {currentYear} – Replaced with the current year (e.g., 2026)
* {currentMonth} – Replaced with the current month (January)
* {createdOnYear} – Year from the source record’s *Created On* date
* {createdOnMonth} – Month from the source record’s *Created On* date
* {field’slogicalname} – Value of the specified field from the source record (e.g., {name} for Account name)

{% hint style="info" %}
**Note: CRM restricts modification of primary attribute fields for Headerline entities, such as OpportunityLine, QuoteLine, OrderLine, and InvoiceLine. Therefore, we cannot append a prefix or suffix to Headerline entities.**
{% endhint %}

{% hint style="success" %}
For further queries, reach out to us at <crm@inogic.com>
{% endhint %}


---

# 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.inogic.com/click2clone/configuration/cloning-a-record/click2clone-template.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.
