> For the complete documentation index, see [llms.txt](https://discover.theiofoundation.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://discover.theiofoundation.org/the-io-foundation/operational/references.md).

# References

## About

The following are official references used by The IO Foundation for its operations.

## Official holidays

<table><thead><tr><th>Topic</th><th width="109.857177734375">Season</th><th>(short)URL</th><th>Notes</th></tr></thead><tbody><tr><td>National, public and school holidays of Estonia.</td><td>2025</td><td><a href="https://www.eesti.ee/eraisik/en/artikkel/republic-of-estonia/republic-of-estonia/national-public-and-school-holidays">https://www.eesti.ee/eraisik/en/artikkel/republic-of-estonia/republic-of-estonia/national-public-and-school-holidays</a></td><td>Determines official holidays for TIOF Members under the Estonian jurisdiction.</td></tr><tr><td>Selangor State General Release Day 2025</td><td>2025</td><td><a href="https://www.selangor.gov.my/index.php/pages/view/7500?mid=991">https://www.selangor.gov.my/index.php/pages/view/7500?mid=991</a></td><td>Determines official holidays for TIOF Members under the Malaysian jurisdiction.</td></tr><tr><td>Federal holidays of the United States of America</td><td>2025</td><td><a href="https://www.usa.gov/holidays">https://www.usa.gov/holidays</a></td><td>Determines official holidays for TIOF Members under the USA jurisdiction.</td></tr><tr><td>Delaware State holidays</td><td>2025</td><td><a href="https://dhr.delaware.gov/labor/holidays/2025.shtml">https://dhr.delaware.gov/labor/holidays/2025.shtml</a></td><td>for TIOF Members under the Delaware jurisdiction.</td></tr></tbody></table>

## Global definitions

| Topic                            | (short)URL                                                     | Notes |
| -------------------------------- | -------------------------------------------------------------- | ----- |
| <p>Country Codes                 |                                                                |       |
| <br>ISO 3166-1 Alpha-3</p>       | <https://en.wikipedia.org/wiki/ISO_3166-1_alpha-3>             |       |
| <p>Language Codes<br>ISO 639</p> | <https://en.wikipedia.org/wiki/List_of_ISO_639_language_codes> |       |
|                                  |                                                                |       |

***


---

# 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://discover.theiofoundation.org/the-io-foundation/operational/references.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.
