# Sample Response

{% code title="Version 1" %}

```

{
    "status": "success",
    "messageCode": "api.success",
    "message": "",
    "id": "fc32fc59-935c-464b-bfd3-2c28653a35b3",
    "methodList": [
        {
            "method": "landmark",
            "label": "Landmark Analysis Result",
            "componentList": [
                {
                    "code": "l-my-dl-emblem",
                    "label": "National Coat of Arms",
                    "value": "50.91567635536194",
                    "imageUrl": null,
                    "refImageUrl": null
                },
                {
                    "code": "l-my-dl-header",
                    "label": "Driving Licence Header",
                    "value": "50.13906955718994",
                    "imageUrl": "/public/image/v2/fc32fc59-935c-464b-bfd3-2c28653a35b3?type=l-my-dl-header",
                    "refImageUrl": null
                },
                {
                    "code": "l-my-dl-flag",
                    "label": "Malaysian Flag",
                    "value": "96.50254249572754",
                    "imageUrl": "/public/image/v2/fc32fc59-935c-464b-bfd3-2c28653a35b3?type=l-my-dl-flag",
                    "refImageUrl": null
                },
                {
                    "code": "l-my-dl-hibiscus",
                    "label": "Hibiscus Icon on Driving Licence",
                    "value": "90.40488600730896",
                    "imageUrl": "/public/image/v2/fc32fc59-935c-464b-bfd3-2c28653a35b3?type=l-my-dl-hibiscus",
                    "refImageUrl": null
                },
                {
                    "code": "l-my-dl-malaysia",
                    "label": "Malaysia Header",
                    "value": "91.9573724269867",
                    "imageUrl": "/public/image/v2/fc32fc59-935c-464b-bfd3-2c28653a35b3?type=l-my-dl-malaysia",
                    "refImageUrl": null
                }
            ]
        },
        {
            "method": "idBlurDetection",
            "label": "ID Blur Detection",
            "componentList": [
                {
                    "code": "idBlurDetection",
                    "label": "ID Blur Detection",
                    "value": "Cautious",
                    "imageUrl": null,
                    "refImageUrl": null
                }
            ]
        },
        {
            "method": "idBrightnessDetc",
            "label": "ID Brightness Detection",
            "componentList": [
                {
                    "code": "idBrightnessDetc",
                    "label": "ID Brightness Detection",
                    "value": "Pass",
                    "imageUrl": null,
                    "refImageUrl": null
                }
            ]
        },
        {
            "method": "colorMode",
            "label": "Color Mode",
            "componentList": [
                {
                    "code": "colorMode",
                    "label": "Color Mode",
                    "value": "Pass",
                    "imageUrl": null,
                    "refImageUrl": null
                }
            ]
        }
    ]
}

```

{% endcode %}


---

# 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/okaydoc/okaydoc-all/supported-documents/malaysia/mys-driving-license/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.
