# Device Configuration अपडेट करें

### अपनी Deployment को कॉन्फ़िगर करना

Deployment Manager में Configuration पेज आपको अपने डिवाइस पर चल रही services को प्रबंधित करने देता है। यह गाइड प्रमुख configuration विकल्पों का एक अवलोकन प्रदान करता है।

#### Device Settings

आप अपने डिवाइस का नाम बदल सकते हैं या उसका timezone अपडेट कर सकते हैं। डिवाइस नाम केवल Deployment Manager यूज़र इंटरफ़ेस में display के लिए होता है और इससे किसी भी integration पर कोई असर नहीं पड़ेगा। timezone का उपयोग logs को display करने और अन्य device actions के scheduling को coordinate करने में मदद के लिए किया जाता है। हम दृढ़ता से अनुशंसा करते हैं कि आप इसे deployment के भौतिक स्थान के अनुरूप रखें

<figure><img src="/files/1b800a5665c1622b32a9ea164a46b512d223c7e8" alt="" width="375"><figcaption></figcaption></figure>

#### Updates / Performance Settings

Services के versions प्रत्येक service के tab पर configure किए जा सकते हैं। Versions आमतौर पर Roboflow team द्वारा अपडेट किए जाते हैं।

<figure><img src="/files/1e5985497a9e76c8280bb6c923aee6e6ce3c5569" alt=""><figcaption></figcaption></figure>

**Version indicators:**

* **Green checkmark** — नवीनतम version चल रहा है
* **"Update available"** — एक नया version मौजूद है

**Automatic Updates** — अपने configured maintenance windows के दौरान automatically update करने के लिए इस toggle को enable करें (inference और manager services के लिए उपलब्ध)।

> **नोट:** यदि आपका डिवाइस configured version से अलग version report करता है, तो आपको एक mismatch indicator दिखाई देगा।

**TensorRT सक्षम करें** — तेज़ inference के लिए TensorRT optimization सक्रिय करता है।

***

#### CA Certificates

अपने डिवाइस के लिए trusted CA certificates प्रबंधित करें। यह तब उपयोगी होता है जब उन services के साथ communication किया जा रहा हो जो custom या internal certificates का उपयोग करती हैं (जैसे corporate proxies या private registries)।

आप PEM format में certificates जोड़, edit, और remove कर सकते हैं। Certificate names में केवल letters, numbers, dots, hyphens, और underscores हो सकते हैं। बदलाव करने के लिए **Edit** पर क्लिक करें, फिर **Save** करें ताकि लागू हो जाए।

***

#### Additional Services

Roboflow आपको अपने डिवाइस में पूर्व-configured अतिरिक्त services जोड़ने की भी अनुमति देता है, जैसे local event store, default HMI UI, और testing के लिए RTSP simulator। इनमें से प्रत्येक की अपनी configuration options होती हैं। जब आप प्रत्येक service जोड़ने की कोशिश करेंगे, तब आवश्यकतानुसार आपसे पूछा जाएगा।

<figure><img src="/files/a0f5c76dcaa9ae35d257be02953b8e9b7e402cde" alt="" width="563"><figcaption></figcaption></figure>


---

# 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://docs.roboflow.com/roboflow/roboflow-hi/deploy/device-manager/making-changes/update-device-configuration.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.
