> For the complete documentation index, see [llms.txt](https://help.highlight.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.highlight.net/admin/admin-general-details/moving-items-in-highlight.md).

# Moving Items in Highlight

## Overview

If the Network Explorer tree structure needs to be changed, or a user or watch needs to be moved, follow the procedures shown below.

{% hint style="info" %}
Moves are recorded in the [Highlight Audit Log](https://help.highlight.net/reporting/audit-log).
{% endhint %}

**Move notes**

* Containers and test templates cannot be moved.
* Discovered watches (for example, classes) will move automatically with their parent bearer, **except** WAPs, which can move independently from their controller.

***

## Moving a User

On the Admin Browse page, either open the containing folder or search for the user name to be moved.

Position the cursor over the user to be moved, then drag and drop it into the target folder or location. Highlight will ask for confirmation — click **Yes** to confirm.

***

## Moving a Watch

On the Admin Browse page, either open the containing location or search for the watch to be moved.

Position the cursor over the watch to be moved, then drag and drop it into the target location. Note that watches can only be moved to another location. Highlight will ask for confirmation — click **Yes** to confirm.

{% hint style="info" %}
Discovered watches (for example, classes) will move automatically with their parent bearer. This does not apply to Wireless Access Points (WAPs) — see below.
{% endhint %}

***

## Moving a Controller Device

On the Admin Controllers page, open the folder or location containing the device to be moved.

Position the cursor over the device to be moved, then drag and drop it into the target location. Note that devices can only be moved to another location that has been manually created, not auto-generated. Highlight will ask for confirmation — click **Yes** to confirm.

{% hint style="info" %}
All associated watches (including pending watches) will move automatically with their parent device. The number of non-pending watches moving with the device is shown on drag and in the confirmation message.
{% endhint %}

Controller devices can also be moved via the clipboard — see [Moving via the Clipboard](#moving-via-the-clipboard) below.

{% hint style="danger" %}
Once a controller device has been moved out of its auto-generated location, it cannot be moved back to its original location.
{% endhint %}

***

## Moving WiFi Access Points and WiFi Controllers

It is possible to move Wireless Access Points (WAPs) away from their controller, unless the controller was created in Highlight using the legacy bearer method.

{% hint style="warning" %}
WAPs can only be moved to locations below the controller's folder in the tree structure.
{% endhint %}

On the Admin page, either open the containing location or search for the item to be moved.

Position the cursor over the item to be moved, then drag and drop it into the target location. Note that WAPs and controllers can only be moved to another location. Highlight will ask for confirmation — click **Yes** to confirm.

If a Wireless Access Point (WAP) is now in a location separate from its controller, this is indicated in the interface. To view the full path to the location of the controller, hover on the controller name. From the WAP, you can also click the controller to edit it.

{% hint style="info" %}
Moving a legacy controller will also move its associated WAPs.
{% endhint %}

***

## Moving a Location

On the Admin Browse page, either open the containing folder or search for the location name to be moved.

Position the cursor over the location to be moved, then drag and drop it into the target folder. Highlight will ask for confirmation — click **Yes** to confirm.

***

## Moving a Folder

On the Admin Browse page, either open the containing folder or search for the folder name to be moved.

Position the cursor on the folder to be moved, then drag and drop it into the target folder. Highlight will ask for confirmation — click **Yes** to confirm.

***

## Moving via the Clipboard

As an alternative to drag and drop, you can move an item or multiple items to another folder or location using the clipboard.

**To move using the clipboard:**

1. Click the clipboard icon on the right to temporarily store the item. Any number of items can be selected before moving.
2. Use Network Explorer to navigate to the new folder or location.
3. Click on the item in the clipboard to complete the move. Repeat as needed.

**Move notes**

* Containers and test templates cannot be moved.
* Discovered watches (for example, classes) will move automatically with their parent bearer, **except** WAPs, which can move independently from their controller.

**To remove an item from the clipboard:**

When an item is removed from the clipboard, it does not affect the original Highlight entry. You can remove items from the clipboard by clicking the bin icon to the right of each item, or close the clipboard using the **X** and confirm when prompted.


---

# 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.highlight.net/admin/admin-general-details/moving-items-in-highlight.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.
