> 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/group/move-devices-from-group-to-group.md).

# Move Devices from Group to Group

The **Assign/Move function** allows Super Admins or users with the right permissions to efficiently organize devices across groups.

You can either:

* **Assign**: Add devices to another group **without removing them** from their original group.
* **Move**: Transfer devices **from one group to another**, **removing them** from the original group.

<figure><img src="/files/BQZtwVzBJe9crJO93sjU" alt=""><figcaption><p>Move Devices from Group to Group</p></figcaption></figure>

## Steps to Assign Device to Group

1. **Access the Assets View**\
   From the sidebar, go to **Assets View**.
2. **Open Groups Page**\
   Click on **“Groups”** to view the full group list.
3. **Click the Assign/Move Icon**\
   In the top right corner, click the icon with **two inverse arrows** (⇄).
4. **Select Source Group**\
   In the pop-up window:
   * Use the **left column** to browse or search for the group from which you want to transfer devices.
   * Select the desired **Source Group**.
5. **Select Target Group**
   * Use the **right column** to browse or search for the group you want to assign or move the devices to.
   * Select the desired **Target Group**.
6. **Choose Action: Assign or Move**
   * Click **Assign** to **copy** the devices into the target group (they’ll remain in the original group too).
   * Click **Move** to **transfer** the devices and remove them from the original group.
7. **Confirm Action**
   * A summary window will appear.
   * Confirm the operation. If **moving**, you’ll also be given the option to **delete the source group** if it becomes empty.

#### Steps to Assign or Move Devices

* **Assign**: Add devices to another group **without removing them** from their original group.
* **Move**: Transfer devices **from one group to another**, **removing them** from the original group.

<br>


---

# 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/group/move-devices-from-group-to-group.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.
