# How to Apply FREE shipping for VIP customers?🤔

<mark style="color:$success;background-color:$success;">**Objective: Offering free shipping to VIP customers is an excellent way to reward loyalty and increase customer retention. Follow these steps to create a conditional shipping discount in your app.**</mark>

### Step 1: Start Creating the Discount Function

* Go to your **dashboard** and click on **Create Function.**
* Choose **Discount Functions** from the **available list.**
* Select **Free Shipping** as your **function type.**

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXf_pdZLGLRqVoZ1tk43gOsD50NZZBPmR6RAlPWlNUe7rQMEp9jYvnWKuLcDvVbFv10KNKA5ZRdA6T-G5J6wzwNSPVeteePJu2eD-a0ub4NLQm6VAfAyNfwW41HtfU2MTSTus0PHIA?key=XHBNr_XRasDLQzq5MfrM2Q" alt=""><figcaption></figcaption></figure>

### **Step 2: Set Campaign Details & Qualifiers:**

* **Campaign Name:** FREE Shipping for VIP Customers
* **Discount Title:** FREE Shipping (Visible to customers)
* **Discount Type:** Percentage
* **Discount Value:** 100% (applies to shipping only)
* **Customer Qualifier:**
* Set condition to **"Customer tag equals"**
* **Enter tag:** VIP

&#x20;(<mark style="color:$info;background-color:$info;">**Only VIP-tagged customers will receive the discount…You can assign the VIP tag to a customer by adding it directly to their profile.)**</mark>

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXfa5hhnqA43INdEmu8ZFI7aZ5sAXksDOFJ28kUO3N-zh6xdmp3InrRlyvyqr6bizwYeKD4ExF0qWUeAKD0kc1NHlxsbP-FYQqKGVsqM7CK8k8lMu30iR5_Td6n_1A0JKwghONGGrg?key=XHBNr_XRasDLQzq5MfrM2Q" alt=""><figcaption></figcaption></figure>

#### <mark style="color:$success;background-color:$success;">🎯 Results: Now, when a VIP-tagged customer checks out, the system will automatically apply 100% off on shipping. It’s a seamless way to reward loyal buyers and make them feel valued.</mark>

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXdVgZGfAZ9OjvX4D0xlgr_IAmPIAgODSw9y5oVXHpfkdt9vgydy7MYh9ChEnXiIKof8d3EVcQ2FkrPt0o6z-L47OSoerZIgV-i8GPW_gPJJK6ElrM06L2-PgKbYQrBSvzflHbfi?key=XHBNr_XRasDLQzq5MfrM2Q" alt=""><figcaption></figcaption></figure>

{% embed url="<https://www.youtube.com/watch?v=dtnzbm5yDXM>" %}

<br>


---

# 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://nexus-functions-creator-and-disc.gitbook.io/nexus-functions-creator-and-discounts/faqs/how-to-apply-free-shipping-for-vip-customers.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.
