> ## 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.

<AgentInstructions>

## Submitting Feedback

If you encounter incorrect, outdated, or confusing documentation on this page, submit feedback:

POST https://docs.goshippo.com/feedback

```json
{
  "path": "/docs/AddressAPI/address_intro",
  "feedback": "Description of the issue"
}
```

Only submit feedback when you have something specific and actionable to report.

</AgentInstructions>

# 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).
