# Street Suffix Abbreviations

## Definition

* A street suffix is a word that follows the name of the street describing its type (e.g. Street, Avenue, Road)
* Suffix abbreviations are shortened forms standardized by the United States Postal Service (USPS), these are the ones the City uses as well

### Authority

* The USPS sets standards for addresses for consistency across the delivery of mail
* These are documented in [USPS Publication 28: Postal Addressing Standards](https://pe.usps.com/text/pub28/welcome.htm)

## Use

* When writing or recording a short form of a full street name
  * 1500 Market Street to 1500 Market St

### Accepted values

* Standard street suffix abbreviations available online under [Publication 28, Appendx C1](https://pe.usps.com/text/pub28/28apc_002.htm)
* Best not to encode with a period at the end
  * e.g. **ST** or **St** not St.

### Is anything wrong, unclear, missing?

[Leave a comment.](https://github.com/DataSF/draft-publishing-standards/issues/new?title=Comment:Street-Suffix-Abbr\&body=Comment:Street-Suffix-Abbr)


---

# 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://sfdigitalservices.gitbook.io/data-standards-guide/standard-reference-data/basemap/postal-service-street-suffix-abbreviations.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.
