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

# How to add a Free Trial

> This guide goes over how to add an free trial offer to your IOS app 

export const CtaBanner = () => <div style={{
  display: "flex",
  alignItems: "center",
  justifyContent: "space-between",
  gap: "24px",
  flexWrap: "wrap",
  margin: "40px 0 8px",
  padding: "22px 28px",
  borderRadius: "16px",
  background: "linear-gradient(135deg,rgba(249,115,22,0.10),rgba(255,255,255,0.03),rgba(249,115,22,0.06))",
  border: "1px solid rgba(255,255,255,0.08)"
}}>
    <div>
      <div style={{
  fontSize: "19px",
  fontWeight: 700,
  color: "#fff",
  letterSpacing: "-0.3px",
  lineHeight: 1.3
}}>
        Build your app with Rork today.
      </div>
      <div style={{
  fontSize: "14px",
  color: "rgba(255,255,255,0.6)",
  marginTop: "4px",
  lineHeight: 1.5
}}>
        Ship iOS, Android, and web apps by chatting with AI.
      </div>
    </div>
    <a href="https://rork.com" style={{
  flexShrink: 0,
  display: "inline-block",
  padding: "10px 24px",
  background: "linear-gradient(135deg,#fff,#f0f0f0)",
  color: "#000",
  fontSize: "14px",
  fontWeight: 600,
  borderRadius: "100px",
  textDecoration: "none",
  whiteSpace: "nowrap"
}}>
      Try Rork for Free
    </a>
  </div>;

Requirements:

* RevenueCat already integrated
* Subscriptions already configured in the App Store

First, open up the subscriptions tab inside your app's distribution section in App Store Connect and then click on the subscription you want to add a free trial to:

<img src="https://mintcdn.com/rork/TW5o9BZmk3R7cwrp/images/image-43.png?fit=max&auto=format&n=TW5o9BZmk3R7cwrp&q=85&s=35aaf91432e103d3278741bfef3bfd9a" alt="Image" width="3278" height="1782" data-path="images/image-43.png" />

After that, click on the plus button to add a new subscription:

<img src="https://mintcdn.com/rork/q2aip6CJX9l2BtQ5/images/image-44.png?fit=max&auto=format&n=q2aip6CJX9l2BtQ5&q=85&s=730ffedb3910ed77943dd28b182aba3c" alt="Image" width="1736" height="916" data-path="images/image-44.png" />

Click Introductory offer. Then set a duration:

<img src="https://mintcdn.com/rork/q2aip6CJX9l2BtQ5/images/image-45.png?fit=max&auto=format&n=q2aip6CJX9l2BtQ5&q=85&s=d229e6ed5de57621c27add1ac6c2c662" alt="Image" width="1728" height="1100" data-path="images/image-45.png" />

After that, click next and confirm. Within the next 20 minutes, your app should be displaying your free trial.

<CtaBanner />
