> For the complete documentation index, see [llms.txt](https://docs.connect.jfrog.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.connect.jfrog.io/features-new-ui/devices/view-device-details/edit-device-details.md).

# Edit Device Details

You can change some of the system configuration settings of the device.&#x20;

To edit System Configuration parameters, do the following:

1. Go to **Devices** in the left navigation bar and click the row of the relevant device in the [Devices Table](/features-new-ui/devices/view-device-details.md). A panel appears on the right with detailed device information.
2. In the Device Details tab, go down to System Configuration and click the **Edit** icon (pencil).

<div align="left"><figure><img src="/files/60EYEsbakbda1Vfdw9DA" alt="" width="563"><figcaption></figcaption></figure></div>

3. Edit any of the items below and save your changes.

### Editable System Configuration Parameters

* **Device Name**: Change the name of the device.
* **Description**: Enter a brief description of the device or change the existing description.
* **Group**: Choose a group name from the list. This will cause the device to belong to a different group.
* **Location**: Choose the method by which the device location is determined:
  * **Automatic Location**: Google Maps geolocation determines the location of the device based on the device’s public IP address. The location could change if you [refresh locations](/features-new-ui/devices/fleet-overview/map.md#refresh-location).
  * **Manual Location**: The device location is the location that you enter manually in this field. Google Maps validates the location when you enter it, and then it will not change if you run a refresh.
* **Block Updates**: This creates a flag that determines whether the device is available to receive updates.&#x20;
  * When the trigger is `On`, the device cannot receive updates.&#x20;
  * The device can receive updates only when the switch is turned `Off`.

## What's Next?

Learn how to view information about the [artifacts on a device](/features-new-ui/devices/view-device-details/artifacts-on-device.md) and the deployments that downloaded them to the device.


---

# 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:

```
GET https://docs.connect.jfrog.io/features-new-ui/devices/view-device-details/edit-device-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.
