# Zip + Post codes

> What are some interesting input tests for zipcodes?

## US Zipcodes

* 00501
  * Lowest ZIP
  * Holtsville, NY
  * Also detects fields that might truncate leading zeros
* 99950
  * Highest ZIP
  * Ketchikan, AK
* 06390
  * NY ZIP that Belongs in Connecticut?
  * Fishers Island, NY.
* 12345
  * General Electric’s Unique ZIP
  * Schenectady, NY.
* 20252
  * Smokey Bear’s Personal ZIP
  * Washington, DC.
* 22313
  * P.O. box only ZIP
  * Alexandria, Virginia. &#x20;
* 99530-9998 &#x20;
  * ZIP for Santa Claus in the north pole.
  * Anchorage, AK.

## Non-US Postal Codes

* H0H 0H0
  * Post Code for North Pole
  * North Pole, Canada
* LL61 5QH
  * Post Code for Llanfair­pwllgwyngyll­gogery­chwyrn­drobwll­llan­tysilio­gogo­goch
  * Sometimes abbreviated to Llanfairpwllgwyngyll
  * Wales, UK

## Zipcode Formats

* 5 digits (ZIP)
  * 99530
* 9 digits (ZIP + 4)
  * 995309998
* 10 digits (ZIP + "-" + 4)
  * 99530-9998


---

# 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://guides.kenst.com/data/zipcodes.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.
