# ISO Standards

Throughout the API, ISO standard codes are used for things like country codes, country subdivisions and languages.

ISO Country Codes

{% embed url="<https://www.iban.com/country-codes>" %}
ISO 3166-1 alpha-2
{% endembed %}

ISO Country Subdivision Codes

{% embed url="<https://unece.org/trade/cefact/unlocode-code-list-country-and-territory>" %}
ISO 3166-6
{% endembed %}

ISO Language Codes

{% embed url="<https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes>" %}
ISO 639-1
{% endembed %}


---

# 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://internal.developer.documentation.private.user.pingproxies.com/basic-concepts/getting-started/iso-standards.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.
