# Overview

The EasyPost shipping provider adds functionality to ship products via [EasyPost](https://www.easypost.com/). It is a fully featured shipping provider including realtime rate retrieval for accurate shipment pricing.

## [Install EasyPost](/umbraco-commerce-shipping-providers/install-shipping-providers.md)

## In this Section

In this section, we will guide you through the key steps necessary to get you started with the EasyPost shipping provider for Umbraco Commerce.

It is assumed that before we begin you already have an Umbraco website configured and Umbraco Commerce installed. If you are not at this stage yet, read the [core Umbraco Commerce documentation](https://docs.umbraco.com/umbraco-commerce/) to learn how to get started.

## Useful links

Below are a few useful links that might come in handy should you wish to learn more about the provider itself, and the EasyPost API.

* [Shipping provider source code](https://github.com/umbraco/Umbraco.Commerce.ShippingProviders.EasyPost)
* [Shipping provider issue tracker](https://github.com/umbraco/Umbraco.Commerce.Issues/issues)
* [EasyPost information](https://www.easypost.com/)
* [EasyPost documentation](https://www.easypost.com/getting-started)


---

# 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://docs.umbraco.com/umbraco-commerce-shipping-providers/easypost/easypost.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.
