# Duplicating An Axon in Turium

The duplication of a deployed Axon enables the creation of a new Axon. It's important to note that any runtime configurations set in the original Axon will not be reflected in the duplicate Axon.

Duplication is applicable to any deployed Axon. This process creates an in-memory replica of the Axon and adds "\_copy" to its name when it's opened in the Genesis.

Upon duplication, you have the option to assign a unique name to the Axon and then either save it as a draft or deploy it as a new Axon. Every new Axon requires a unique name. Incrementing the names, such as going from 'Example-1' to 'Example-2' with each new duplicate Axon, is a common practice.<br>

***


---

# 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.turium.ai/home/algoreus/turium-connector-documentation/turium-fabriq-overview/how-to-guides/axons-pipeline-user-guide/duplicating-an-axon-in-turium.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.
