# Admin - general details

### Overview

In progress

### Sort order

When viewing the Admin page, items are shown alphabetically in their groups then shown in this order:

**Folders:**

1. Folders
2. Locations
3. Users
4. Containers
5. Controllers
6. Performance Test Templates
7. Agent Groups
8. Unassigned Agents

**Locations:**

1. Users
2. Devices
   1. Watches
3. WiFi Controllers

### Move

See [Moving Items in Highlight](/admin/admin-general-details/moving-items-in-highlight.md) page.

### Search

See [the Admin Search](/admin/admin-general-details/search.md) page.

### Filter

### Override and Revert

If the word **Override** is showing and the input fields are greyed out, this means the current settings are inherited from a folder further up the tree structure.

To alter the inherited values for this folder and any subfolders, click **Override** and change the text.

If the word **Revert** is showing and the input fields are editable, this means the current settings are locally defined in this folder.

To return to the parent folder settings, click **Revert** and **Save**

### Time zones

The time zone of a watch is used in the charts on the Details page. On the Details page it's possible to view a watch in other times zones including UTC and your time zone - as detected from your browser.

Time zones in Highlight are designed to work in a flexible way. On folders, you can set a **Time zone**. This time zone will then be applied to any subfolder or location created under that folder.

#### Folders

If the time zone on a folder is set to "Inherited - Country/time zone" then the folder inherits the time zone from its parent folder. Any locations created in this folder show the same "Inherited - Country/time zone." If the time zone on a folder is set to a specific time zone (e.g. "USA, Eastern Time (-5)") then any locations created in this folder show the same time zone.

#### Locations

The time zone on a location can be manually changed at any time. If the time zone on a location is set to "Inherited - Country/time zone" then if that location is moved to another folder, the time zone on that folder will be applied to the location. If the time zone on a location is set to a specific time zone (e.g. "USA, Eastern Time (-5)") then moving the location will not change the time zone.

[Contact us](/getting-started/contact-us.md) if you do not find the country or time zone you need or for any questions about time zones.


---

# 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://help.highlight.net/admin/admin-general-details.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.
