> For the complete documentation index, see [llms.txt](https://docs.inogic.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.inogic.com/click2clone/features/multiple-copies-of-a-record.md).

# Create multiple copies of a record

Apart from cloning single and multiple records, you can also create multiple copies of any given record. Follow the below steps to create multiple copies of record:

1\) While configuring Click2Clone template go to **'Multiple Copies Configuration'** and duly fill the required fields.

**Number of copies to be created:** Enter any number as required.

**Allow default edit:** Choose yes or no. If yes, you can edit the no. of copies before cloning the records. If no, then the given no.of copies will be created.

**Begin Number:** This defines a number that the clone copy counter will start from.

**Suffix Length:** It defines the number of digits to be added in the incremented suffix value.

<figure><img src="/files/FJIp1wGeKj4TlZvk3Etm" alt="Clone Record"><figcaption></figcaption></figure>

2\) Navigate to **entity home page** --> Select **a record** to clone --> Click on **Click2Clone** button.

<figure><img src="/files/-M69gPEPIEfxivwqqR09" alt="Clone Record"><figcaption></figcaption></figure>

3\) A pop up will appear --> Select **the templates** in case of multiple templates --> Edit the no. of copies field, only if **'Allow default edit'** is **enabled** --> Click on **OK.** Here, the **'No. of Copies to be created'** field is **changed to 3**.

<figure><img src="/files/ahK2FAk4yqkxAcWndAmA" alt="Clone Record"><figcaption></figcaption></figure>

4\) Refresh the grid to view multiple copies of cloned record.

<figure><img src="/files/-M69hnSiDAsC0TJsZuwN" alt="Clone Record"><figcaption></figcaption></figure>

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


---

# 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.inogic.com/click2clone/features/multiple-copies-of-a-record.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.
