# How to use ChameleonUltra to write Mifare Dump

The Python-based CLI only supports writing single blocks for the moment. With MTools BLE App you can view and write the whole Mifare Dump to a magic card.

### Supported Mifare Type

* Mifare Classic mini
* Mifare Classic 1k
* Mifare Classic 2K
* Mifare Classic 4K

### Supported Magic Card Type

* Gen1A
* Gen2(Default)
* Gen3
* Gen4(Ultimate Magic Card): Comming soon

### Steps

1. Connect Chameleon Ultra with MTools BLE
2. Import Mifare Dump with mct, bin or json file.
3. Write dump to magic cards<br>


---

# 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.mtoolstec.com/how-to-use-chameleonultra-to-write-mifare-dump.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.
