# Sample Response

## Version 1 (Japan Residence Card)

```
{
    "status": "success",
    "listFieldMaps": [
        {
            "fieldType": "id_no",
            "fieldValue": "XXXXXXXXXXXXXX"
        },
        {
            "fieldType": "address",
            "fieldValue": "暑地 未定(届出後裏面に記載)"
        },
        {
            "fieldType": "gender",
            "fieldValue": "F"
        },
        {
            "fieldType": "nationality",
            "fieldValue": "Japan'"
        },
        {
            "fieldType": "dob",
            "fieldValue": "四和60 缶0A GO士"
        },
        {
            "fieldType": "name",
            "fieldValue": "中百那"
        }
    ]
}
```

## Version 1 (Japan Driving License Card)

```
{
    "status": "success",
    "listFieldMaps": [
        {
            "fieldType": "id_no",
            "fieldValue": "XXXXXXXXXXXXXXX"
        },
        {
            "fieldType": "address",
            "fieldValue": "中頭郡"
        },
        {
            "fieldType": "issuing state",
            "fieldValue": "公安委員会'"
        },
        {
            "fieldType": "dob",
            "fieldValue": "四和60 缶60A GOロA士"
        },
        {
            "fieldType": "name",
            "fieldValue": "LEW STEFANI ISAIAH"
        },
        {
            "fieldType": "grant date",
            "fieldValue": "平成22年22月22日"
        }
    ]
}
```


---

# 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://api2-ekycapis.innov8tif.com/okayid-lite/okayid-lite-all/supported-countries/japan-non-roman-characters/sample-response.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.
