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

# useReferralInfo

> Hook to get referral profile info including affiliate/trader status and first referral code.

Obtain information about the inviting person, including whether he/she is an Affiliate/Trader.

* [Tech docs](/sdks/tech-doc/modules/orderly_network_hooks#usereferralinfo)

```ts theme={null}
const { data, isTrader, isAffiliate, error, isLoading, getFirstRefCode } = useReferralInfo();
```
