> For the complete documentation index, see [llms.txt](https://api2-ekycportal.innov8tif.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://api2-ekycportal.innov8tif.com/emas-ekyc-portal/centralized-okayid/additional-okayid-information/country-name-iso3166-standard.md).

# Country Name (ISO3166 standard)

## List of ISO 3166 country codes <a href="#firstheading" id="firstheading"></a>

OkayID follows the [ISO 3166 standard](https://en.wikipedia.org/wiki/List_of_ISO_3166_country_codes) – Codes for the representation of names of countries and their subdivisions.&#x20;

### **ISO 3166 standard (Country Name)**

The MRZ fieldVisual and the DocumentType result is returning the country name that follows the ISO 3166 Standards.

### Example

![ISO 3166 Country Name Example](/files/QBwczTs2xYbP6pZGUuvF)

### **ISO 3166 standard (Country Code Alpha-3 Code)**

As for the Country Code that we use in OkayID, we are following the **ISO 3166-1 Alpha-3 Code** to represent each of the countries.&#x20;

### Example

![ISO 3166-1 Alpha 3 code Example](/files/BZ2LeKWftqjP0rJ3w0ym)

{% hint style="info" %}
The library of FieldVisual and DocumentType is the same. It is following the ISO 3166 standard.
{% endhint %}

### Country Alpha-3 Code in JSON format

{% file src="/files/e7pufKpPXVg61lICXHcH" %}
Alpha-3 Code JSON
{% endfile %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://api2-ekycportal.innov8tif.com/emas-ekyc-portal/centralized-okayid/additional-okayid-information/country-name-iso3166-standard.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
