# References convention

Existing international conventions are references to be used for your strategies.

## International conventions

### Time

* [Representation of dates and times ISO 8601 ](https://en.wikipedia.org/wiki/ISO_8601)

### Localization

**Region**

* [International Civil Aviation Organization (ICAO) region](https://en.wikipedia.org/wiki/ICAO_airport_code)

**Country**

* [Country subdivision code](https://en.wikipedia.org/wiki/ISO_3166-2) (ISO 3166)
* [**United Nations Code for Trade and Transport Locations (**&#x55;N/LOCODE)](https://en.wikipedia.org/wiki/UN/LOCODE)
* [International Civil Aviation Organization (ICAO) ](https://en.wikipedia.org/wiki/ICAO_airport_code)country
* [Mobile Country Code](https://en.wikipedia.org/wiki/Mobile_country_code)

**City**

* [International Air Transport Association (IATA) airport code](https://en.wikipedia.org/wiki/IATA_airport_code)
* [International Civil Aviation Organization (ICAO) ](https://en.wikipedia.org/wiki/ICAO_airport_code)airport


---

# 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://tag-policy.docs.vincoll.dev/resources/references-convention.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.
