> For the complete documentation index, see [llms.txt](https://developer.magtek.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.magtek.com/hardware/card-readers/mms-dyna-devices/dynaflex-ii-go/documentation/user-manuals/rms-application-encryption-onboarding-ios/user-instructions.md).

# User Instructions

The user must load the most current DynaFlex II GO firmware before beginning. Follow these steps to update your DynaFlex II GO Firmware:

## Set Profile to SmartTab <a href="#id-2.1_set_profile_to_smarttab" id="id-2.1_set_profile_to_smarttab"></a>

From the Connect tab, ensure the Profile Name is set to SmartTab and Tap on the Device you want to connect to.

<figure><img src="/files/4C5eAjZfDZkmF0rpNMTf" alt=""><figcaption></figcaption></figure>

## Update Firmware

After Connecting a DynaFlex II GO to RMS, press the Device tab. To update device firmware, check the Firmware option only, and press the Update button. Only the updates that are checked will be loaded to the device. A prompt will appear asking the user not to manually turn off the screen, press OK .

<figure><img src="/files/61lF70eluxnmsTxvITX0" alt=""><figcaption></figcaption></figure>

#### Log Data

The log will indicate:

* If current configurations are up to date,
* If updates have succeeded,
* If updates have failed

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

### Load Selectable Card Data Encryption Key

To update or change your device’s configurations to include SCDE, begin by loading the SCDE Key:

* Tap on LoadSelectableCardDataEncryptionKey first.
* Press the Refresh button to refresh the list of available configurations if LoadSelectableCardDataEncryptionKey does not appear.
* Press the Update button to load the key.

The log will indicate if the configuration update is successful or if it has failed.

<figure><img src="/files/75Smaeqgngc3gYPuPF7z" alt=""><figcaption></figcaption></figure>

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

### Load SCDE Enable Name Expiration Date Service Code

To load SCDE Enable Name Expiration Date Service Code:

* Tap on LoadSelectableCardDataEncryptionKey first.
* Press the Refresh button to refresh the list of available device updates if LoadSelectableCardDataEncryptionKey does not appear.·​
* Press the Update button to load the key.

The log will indicate if the configuration update is successful or if it has failed

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

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

After completing the steps, the device will support Selectable Card Data Encryption, allowing the user to view card data outside of a transaction scenario.


---

# 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://developer.magtek.com/hardware/card-readers/mms-dyna-devices/dynaflex-ii-go/documentation/user-manuals/rms-application-encryption-onboarding-ios/user-instructions.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.
