# Redeem a Gift Link (/docs/account/redeem-invite)



Redemption links of the form `/redeem/{code}` apply promotional credits to
your active organization. The flow:

1. **Sign in** — if you're not already signed in, you'll be bounced to
   `/auth/signin` with a redirect back to the gift link.
2. **Click Claim** — once authed, confirm you want to redeem the gift.
3. **Credits applied** — the credits are added to your organization's
   balance and you're returned to the app.

Each link is single-use. If it's been claimed already, you'll see
"This gift has already been redeemed."

## Error cases [#error-cases]

* **invalid\_code** — the link isn't valid or has expired.
* **already\_redeemed** — the gift has already been claimed.
* **wrong\_user** — the gift was issued for an organization you're not a
  member of. Switch accounts or ask the organization admin to redeem it.
* **no\_project** — your organization has no project yet; create one and try
  again.
* **no\_org\_credits** — your organization's billing record is missing;
  contact support.
