Skip to content

Commit bede2f1

Browse files
authored
Adding page for promotion/credits docs (railwayapp#1067)
* adding credits pricing page * note about referrals separate * typo * screenshots
1 parent 3486cd6 commit bede2f1

File tree

2 files changed

+39
-0
lines changed

2 files changed

+39
-0
lines changed

content/docs/pricing/credits.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
title: Credits
3+
description: Learn how credits apply to your Railway account if part of a promotion.
4+
---
5+
6+
If you are part of a credit promotion for Railway, this page covers how to activate and use your credits. This does not include the referral program as that functions differently - please see information [referrals here](/access/accounts#referrals).
7+
8+
## Eligibility
9+
10+
Credits and promotions only apply to new signups. If you already have an account, or signed up before navigating to the unique promotion link, the credits will not apply to you.
11+
12+
## Activating Your Credits
13+
14+
To activate your credits:
15+
16+
1. Sign up for Railway using the unique link provided to you.
17+
2. Navigate to the [Plans page](https://railway.com/workspace/plans) to upgrade your plan to Hobby. On the page, you will see the name of your promotion if it applies to your account. For more information on available plans, see the [Pricing Plans](/pricing/plans) docs.
18+
19+
<Image src="https://res.cloudinary.com/railway/image/upload/v1772038568/docs/promotion_plans_sftlji.png"
20+
alt="Promotion name on plans page"
21+
layout="intrinsic"
22+
width={800} height={468} quality={100} />
23+
24+
3. Enter your credit card details. A credit card is required to cover any usage that exceeds your credit amount.
25+
26+
You will see the credits applied to your next invoice.
27+
28+
## Viewing Your Credits
29+
30+
Once you have upgraded, you can view your credit and promotion details by navigating to [Workspace Settings > Billing](https://railway.com/workspace/billing). There you will find:
31+
32+
- Whether a promotion code applies to your account
33+
- The credit value and duration of the promotion
34+
35+
<Image src="https://res.cloudinary.com/railway/image/upload/v1772038568/docs/promotion_billing_xwgg9z.png"
36+
alt="Promotion details on billing page"
37+
layout="intrinsic"
38+
width={800} height={468} quality={100} />

src/data/sidebar.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ export const sidebarContent: ISidebarContent = [
6666
makePage("Cost control", "pricing"),
6767
makePage("Committed spend", "pricing"),
6868
makePage("AWS Marketplace", "pricing"),
69+
makePage("Credits", "pricing"),
6970
],
7071
},
7172
// Enterprise

0 commit comments

Comments
 (0)