# API 6 Reset Triggers and Configuration Loss

You can find what configuration is stored in the device and what is lost during various reset triggers.

| **Configuration**   | **Loss of power\*** | **Reset by wire\*** | **Brown reset\*** | **Flashing new FW** | **Reset cmd** | **Nvm\_reset cmd** | **Mode change** |
| ------------------- | ------------------- | ------------------- | ----------------- | ------------------- | ------------- | ------------------ | --------------- |
| **Key, ID, PAC**    | **kept**            | **kept**            | **kept**          | **kept**            | **kept**      | **kept**           | **kept**        |
| **HW bytes**        | **kept**            | **kept**            | **kept**          | **kept**            | **kept**      | **lost**           | **kept**        |
| **Mode**            | **kept**            | **kept**            | **kept**          | **kept**            | **kept**      | **lost**           | **lost**        |
| **Custom settings** | **kept**            | **kept**            | **kept**          | **kept**            | **kept**      | **lost**           | **lost**        |
| **State of arming** | **kept**            | **kept**            | **kept**          | **kept**            | **lost**      | **lost**           | **lost**        |
| **Seq. number\*\*** | **kept**            | **kept**            | **kept**          | **kept**            | **kept**      | **kept**           | **kept**        |

\*Loss of power, reset by wire & brown-out reset are handled as the same event.

\*\*Reset only when command clrcnt is issued.


---

# 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://ask.simplehw.eu/kb/simple-api-6-generation/api-6-reset-triggers-and-configuration-loss_38109185.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.
