> For the complete documentation index, see [llms.txt](https://docs.g-iot.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.g-iot.io/platform-user-guide-book/device/device-dashboard-details/device-configuration/copy-configuration.md).

# Copy Configuration

The Copy Configuration function allows users to replicate an existing device configuration and apply it to other devices of the same type. This feature streamlines configuration management and ensures consistency across devices.

<figure><img src="/files/WjSQtV47nsKr0tx4A9VR" alt=""><figcaption><p>LM - Copy Configuration</p></figcaption></figure>

## Steps to Use the Copy Configuration Function:

1. **Navigate to Device Configuration:**
   * From the Cockpit menu, go to the Devices section and select the desired device.
   * Open the device's configuration page.
2. **Access Copy Configuration:**
   * Click the Copy icon located on the right side of the configuration page.
3. **Select Target Devices:**
   * Choose the group or individual devices to which the configuration will be applied.
   * Only devices of the same type will be available for selection.
4. **Apply Configuration:**
   * Confirm the selection to replicate and apply the configuration to the selected devices.

{% hint style="warning" %}
NOTE: The Copy Configuration function is restricted to devices with:\
The same firmware version&#x20;

The same hardware version&#x20;

The same hardware capabilities&#x20;

The same device model name (eg LowCostTrackerNG - Advanced)
{% 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.g-iot.io/platform-user-guide-book/device/device-dashboard-details/device-configuration/copy-configuration.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.
