> For the complete documentation index, see [llms.txt](https://responsive-media.gitbook.io/advanced-free-shipping/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://responsive-media.gitbook.io/advanced-free-shipping/getting-started/installation.md).

# Installation

## Installing the App

1. **Find the App**

   Visit the [Shopify App Store](https://apps.shopify.com) and search for "Advanced Free Shipping" or click the direct link from your app listing.
2. **Click Install**

   Click the "Install" button on the app listing page.
3. **Authorize the App**

   Review the permissions requested by the app and click "Install app" to authorize.

   <div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p>Advanced Free Shipping needs permission to read your products, collections, and create shipping discounts. We never access sensitive customer data like payment information.</p></div>
4. **Complete Setup**

   You'll be redirected to the Advanced Free Shipping dashboard. You're now ready to create your first shipping discount!

## What Permissions Does the App Need?

Advanced Free Shipping requests the following permissions:

<details>

<summary>Read Products &#x26; Collections</summary>

Required to let you select products and collections when creating discount conditions.

</details>

<details>

<summary>Read &#x26; Write Shipping Discounts</summary>

Required to create, update, and delete shipping discounts on your behalf.

</details>

<details>

<summary>Read Markets</summary>

Required to let you create location-based discounts using Shopify Markets.

</details>

<details>

<summary>Read Customer Tags</summary>

Required to let you create shipping discounts based on customer tags (we never access personal customer information).

</details>

{% hint style="warning" %}
Advanced Free Shipping never accesses or stores sensitive customer data like payment information, addresses, or order details. All shipping discount logic runs securely within Shopify's infrastructure.
{% endhint %}

## Pricing

Advanced Free Shipping has one simple plan:

**Unlimited Plan - $15/month**

* Unlimited shipping discounts
* All features included
* 5-day free trial

## Next Steps

* [**Quick Start**](/advanced-free-shipping/getting-started/quick-start.md) - Create your first discount in 5 minutes
* [**Dashboard Overview**](/advanced-free-shipping/getting-started/dashboard-overview.md) - Learn about the dashboard interface

## Uninstalling the App

If you need to uninstall Advanced Free Shipping:

1. **Go to Apps**

   In your Shopify admin, go to **Settings** > **Apps and sales channels**.
2. **Find Advanced Free Shipping**

   Locate Advanced Free Shipping in your installed apps list.
3. **Uninstall**

   Click the three dots menu and select "Uninstall".

{% hint style="warning" %}
Uninstalling the app will immediately deactivate all your shipping discounts. Make sure to create alternative discounts before uninstalling if you want to maintain your shipping promotions.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://responsive-media.gitbook.io/advanced-free-shipping/getting-started/installation.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
