# Settings

KEMPER Connect provides settings at multiple levels: site settings, user settings, and device settings.

## Site Settings

### Accessing Site Settings

Click "Settings" in the site sidebar.

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

### Available Settings

| Setting   | Description                    | Editable |
| --------- | ------------------------------ | -------- |
| Site Name | Display name for the workspace | Yes      |
| Site ID   | Internal identifier            | No       |
| Slug      | URL-friendly identifier        | No       |

### Editing Site Name

If you want to change the name of your site, use this settings dialog to do so.

### Site ID and Slug

These are read-only identifiers:

* **Site ID**: UUID for API/internal use
* **Slug**: URL-safe identifier

## User Settings

### Accessing User Settings

Navigate to the site overview and click your profile in the navigation header, then select "Settings".

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

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

### User Settings Modal

| Setting    | Description                    |
| ---------- | ------------------------------ |
| First Name | Your first name                |
| Last Name  | Your last name                 |
| Email      | Your email address (read-only) |
| Phone      | Contact phone number           |
| Language   | Interface language preference  |

### Editing User Profile

{% stepper %}
{% step %}

### Open user settings modal

Click your profile and choose "Settings".
{% endstep %}

{% step %}

### Update fields

Modify the editable fields (First Name, Last Name, Phone, Language).
{% endstep %}

{% step %}

### Save

Click "Save" to persist changes.
{% endstep %}
{% endstepper %}

### Language Selection

Available languages:

* English
* German (Deutsch)
* Future translations:
  * French (Français)
  * Spanish (Español)
  * Italian (Italiano)
  * Dutch (Nederlands)
  * Polish (Polski)
  * Portuguese (Português)

Language affects:

* Interface text
* Date/time formats
* Number formats

## Device Settings

### Accessing Device Settings

Navigate to the device detail page and select the "Settings" tab.

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

### Common Device Settings

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

| Setting       | Description                   | Editable |
| ------------- | ----------------------------- | -------- |
| Device Name   | Custom display name           | Yes      |
| Location      | Physical location description | Yes      |
| Serial Number | Device serial                 | No       |

## Settings Best Practices

### Site Names

* Use descriptive names
* Include location or purpose
* Keep consistent naming

### Device Naming

* Include location info
* Use consistent conventions
* Make names searchable

### Location Fields

* Be specific
* Use a consistent format
* Include building/area/zone


---

# 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.kemperconnect.de/common/settings.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.
