> For the complete documentation index, see [llms.txt](https://docs.rekor.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rekor.ai/edge-pro/connecting/configuration-dashboard/device-settings.md).

# Device Settings

## Set Date, and Time

Navigate to the “System” menu on the left dashboard. Click on the “Device” page, where general Camera Information, Camera Name, and Date & Time are listed.

To adjust the date and time settings:

1. Select desired “Date Format”, “Time Format”, and “Time Zone” from dropdown menus, and set the “Sync Interval” as needed.
2. Click on the “Save All” button to apply and store the new settings.

{% hint style="info" %}
Date & Time will be set to MM/DD/YYYY format and EST time zone by default.
{% endhint %}

<figure><img src="/files/h1jySzlpnR8jWhTIe8gK" alt=""><figcaption></figcaption></figure>

## Adjust Camera Name

The default camera name is set to “Rekor Edge Pro” and can be modified as desired.

1. Erase the "Rekor Edge Pro" name in the text box next to the Camera Name field.
2. Enter the new, desired name. It's often best to name the camera after the location or property it is associated with.
3. Click on the “Save All” button to apply and store the new settings.

![](/files/AxQhaYp8yudkGHDBsRaP)


---

# 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.rekor.ai/edge-pro/connecting/configuration-dashboard/device-settings.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.
