> For the complete documentation index, see [llms.txt](https://docs.emobiq.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.emobiq.com/emobiq-client/008-services/001-services-reference/nfc-reader.md).

# Nfc Reader

The NFC Reader facilitates communication with Near Field Communication (NFC) devices, allowing the reading of NFC tags.

## Name

* **Description**: The name of the NFC reader instance.
* **Type**: Text (string)
* **Example**: "NFCReaderInstance"

## Receivetag

* **Description**: Specifies whether the reader should receive the ID or message from the NFC tag.
* **Type**: Text (string)
* **Values**: "id", "message"
* **Example**: "id"

## Autostop

* **Description**: Flag indicating whether the reader should automatically stop after reading an NFC tag.
* **Type**: Boolean (true/false)
* **Example**: false
