> For the complete documentation index, see [llms.txt](https://irosyadi.gitbook.io/irosyadi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://irosyadi.gitbook.io/irosyadi/awesome/vexillology.md).

# Vexillology

Vexillology (/ˌvɛksɪˈlɒlədʒi/) is the study of the history, symbolism and usage of flags or, by extension, any interest in flags in general.

## Books

* [The World Encyclopedia of Flags](https://www.goodreads.com/book/show/15932248-the-world-encyclopedia-of-flags) - [Albert Znamierowski](https://en.wikipedia.org/wiki/Alfred_Znamierowski) (2013)
* [Flag, Nation and Symbolism in Europe and America](https://www.amazon.com/Flag-Nation-Symbolism-Europe-America/dp/0415458544), collection of research papers about the symbolism of flags.
* [Complete Flags of the World](https://www.goodreads.com/book/show/22495388-complete-flags-of-the-world) - DK (2014)
* [Flags through the ages and across the world](https://archive.org/details/FLAGSThroughtTheAgesAndAcrossTheWorld) - [Whitney Smith](https://en.wikipedia.org/wiki/Whitney_Smith) (1975)
* [Flags of The World](https://www.amazon.com/Flags-World-M-C-Barraclough/dp/0723227977)
* [Alfred Znamierowski](https://www.google.co.id/search?tbm=bks\&q=inauthor:%22Alfred+Znamierowski%22)
* [Good Flag Bad Flag](https://nava.org/good-flag-bad-flag/)

## Journal

* [Raven](https://nava.org/raven-a-journal-of-vexillology/)
* [Flag Research Quarterly](https://nava.org/flag-research-quarterly/)
* [Flags in Context: A Discussion of Design, Genre, and Aesthetics by Perry Dane](https://nava.org/digital-library/raven/Raven_v15_2008_p043-080.pdf)

## Web

* [r/vexillology](https://old.reddit.com/r/vexillology/)
* [FIAV](https://fiav.org/)
* [Fun with Flags](https://publish.uwo.ca/~cwils92/funwithflags/index.html)
* [NAVA](https://nava.org/)
* [Flag Waver](https://loderunner.github.io/flagwaver/)
* [Flag of the World](https://www.crwflags.com/fotw/flags/)
* [Flag Locker](https://flaglocker.org/page/contests)
* [Vexilla Mundi](https://www.vexilla-mundi.com/)
* [All Flags World](https://www.all-flags-world.com/)

## Dataset

* [Flags](https://www.flags.net/)
* [Wikipedia Flag](https://data.world/pbi/country-flag-database-from-wikipedia)
* [UCI Dataset](https://archive.ics.uci.edu/ml/datasets/Flags)
* [Country Flags](https://hjnilsson.github.io/country-flags/) [GitHub](https://github.com/hjnilsson/country-flags)
* [Country Flags](https://cristiroma.github.io/countries/) [GitHub](https://github.com/cristiroma/countries)
* [Kaggle](https://www.kaggle.com/skrzym/world-flags)
* [Wikipedia List of Flags](https://www.wikiwand.com/en/Lists_of_flags)

## Flag Design

* [Nava](https://nava.org/navanews/Commission-Report-Final-US.pdf)
* [Good Flag Bad Flag](https://nava.org/digital-library/design/GFBF_English.pdf)


---

# 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://irosyadi.gitbook.io/irosyadi/awesome/vexillology.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.
