> ## Documentation Index
> Fetch the complete documentation index at: https://docs.goshippo.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Addresses API introduction

> Get started with the Shippo Addresses API for storing, validating, and parsing addresses in your application.

The Shippo Addresses API is a suite of dedicated tools for managing addresses in your application.

Some applications of the Addresses API include the following.

* Storing, managing, and retrieving addresses.
* Checking addresses to ensure they are valid.
* Parsing and importing an address from a string.

***

Before you begin, examples in this guide assume you have a [Shippo API token](/docs/Guides_general/authentication). In the code examples, when you see `<API_TOKEN>`, replace it with your own token.

When testing and learning, we recommend using a [test token](/docs/Guides_general/testing).
