> For the complete documentation index, see [llms.txt](https://help.aristotlemetadata.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.aristotlemetadata.com/creating-and-editing/cloning.md).

# Cloning

Cloning is feature in Aristotle registry that can help user to create a Copy of the current metadata.

## How to Clone a metadata item <a href="#how_to_clone_a_metadata_item" id="how_to_clone_a_metadata_item"></a>

1\. Go to the item page of the item you would like to clone.

2\. In the Actions bar click on  "Clone this item".

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

3\. The item is now cloned and you will be able to edit the item from a metadata creation page.

<figure><img src="/files/7NfpoiplV9RPIJfBHpxQ" alt=""><figcaption></figcaption></figure>

4\. User can define the version number to the cloned metadata.&#x20;

<figure><img src="/files/3XdgDResDxoHB67PAFJz" alt=""><figcaption></figcaption></figure>

User can also assign this cloned metadata to any workgroup. User can also assign workgroup after creating the item. This cloned version if not assigned to any workgroup with be in the User's Sandbox.

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

### How to add different value domain or data element Concept to the cloned data element

1. User can also add different value domain and data element concept to the cloned Data element.&#x20;
2. User can click on the Components tab.

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

3\. user can make changes to the cloned data element by changing data element concept and value domain.&#x20;

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

4\. Once user is satisfied with the cloned item, Click on <img src="/files/e39r01fcfA8FdVbSvNIk" alt="" data-size="original">  and the item will be saved and user will be taken to the new items "item page".

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


---

# 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://help.aristotlemetadata.com/creating-and-editing/cloning.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.
