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

# Tips for Using Profile (Transfer Portal)

> Using Profile to help you evaluate during the Transfer Portal period

export const ArcadeAssessmentInvite = () => {
  return <div style={{
    position: 'relative',
    paddingBottom: 'calc(83.3943833943834% + 41px)',
    height: '0',
    width: '100%'
  }}>
      <iframe src="https://demo.arcade.software/kL9CcBeWkzBIRmNSqJaM?embed&amp;embed_mobile=inline&amp;embed_desktop=inline&amp;show_copy_link=true" title="Send an Assessment Invitation to a User" frameBorder="0" loading="lazy" allowFullScreen allow="clipboard-write" style={{
    position: 'absolute',
    top: 0,
    left: 0,
    width: '100%',
    height: '100%',
    colorScheme: 'light'
  }} />
    </div>;
};

## Getting a Player's Assessment Data

Whether or not the player you're evaluating has already taken the Profile assessment, the following steps apply. Simply invite the player to take the assessment using their **email address**. From your account Dashboard, do the following to send an invite.

1. Click **Send assessment** near the top of the page.
2. Enter the player’s **email address**.
3. (Optional) Apply one or more **tags**:
   * Tags will automatically apply to any Profile created from this invite.
4. Click **Send invite**.

<Tip>If the player has already completed the assessment, your invitation will NOT require them to retake the assessment.</Tip>

<ArcadeAssessmentInvite />
