# NFC Write Tag

Uses the device NFC antenna for writing data from HF tags when in close proximity.

Action available for the following operating systems:

![](/files/kfMeq0OanEe5OOx5RmUn)

### Parameters

* **Tag Type** numeric - The type of tags to write data. It can be one of:
  * 1 - **Mifare Classic**
  * 2 - **Mifare Ultralight**
  * 3 - **ISO 15693**
* **Coded** numeric - Specifies if the data to write is coded with ASCII codes enclosed in ‘<’ and ‘>’. This is useful for debugging. It can be one of:
  * 1 - **Yes**
  * 2 - **No**
* **Block Index** numeric - Block index to read.
* **Data** string - The data to write into the tag block. It should be a multiple of the block size. If it is not, Kalipso will try to read the current content of the block before writing to change only the needed data, but it will be a slower operation.

{% hint style="info" %}
On iOS currently read/write is only supported for ISO 15693
{% endhint %}


---

# 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://doc.sysdevmobile.com/kalipso5/developing/form/actions/actions-description/group-rfid/nfc-write-tag.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.
