> 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/clone-single-record.md).

# Clone single record

After setting up templates and selecting attributes/ relationships, the next step is to clone the record. In order to clone the record, follow the steps given below:&#x20;

* Navigate to **Sales Hub** --> **Order entity** --> **Select and open** the record to be cloned --> Click on **Click2Clone** button.

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

* Once the cloning is done, the cloned copy will open immediately. Here, you can see **prefix** has been added to the cloned record and the copied related order line items.

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

* Further, you can see the original record from which the copy is created in **Source order** field due to setting the source lookup reference on clone record.

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

* In similar way to see **Cloned order** reference, click on the **source record** and it will be redirected to the original record where you will be able to see the clone record reference.

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

This is how **target** and **source** entity reference work which helps you to navigate within target and source records more efficiently.

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

&#x20;


---

# 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/clone-single-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.
