# Referrals

Earn rewards by referring healthcare professionals to Folio. When someone you refer signs up and gets hired, you receive **$100**.

## Stats Dashboard

The top of the Referrals page shows a summary of your referral activity:

| Stat                | Description                                      |
| ------------------- | ------------------------------------------------ |
| **Total Referrals** | Number of people who signed up using your link   |
| **Total Hired**     | Number of your referrals who were hired          |
| **Total Earned**    | Total dollar amount earned from referral payouts |

## Generating Your Referral Link

1. Navigate to **Referrals** in the left sidebar.
2. Click **Generate Referral Link**.
3. Copy the link and share it with colleagues, classmates, or peers in healthcare.

Anyone who signs up through your link is tracked as your referral.

## Tracking Referrals

The referrals table shows the status of each person you've referred:

| Column            | Description                                                     |
| ----------------- | --------------------------------------------------------------- |
| **Referred User** | Name or email of the person you referred                        |
| **Status**        | Where they are in the process (e.g., signed up, applied, hired) |
| **Payout Status** | Whether your reward has been processed                          |
| **Paid Out At**   | The date your payout was issued                                 |

## Reward Details

* **$100 per hired referral** — paid out once your referred contact is hired on Folio
* Payouts are issued to your connected Stripe account
* Set up your payment method in [Settings > Payment](broken://pages/c673024643fc1c026d4d4ffc8968b29368feb17f#payment) before your referrals are hired to ensure timely payouts


---

# 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://docs.folio.works/the-platform/referrals.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.
