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

# Connect Reddit

> Reddit connection loyalty rule. Reward users for linking their Reddit account.

<head>
  <script type="application/ld+json">
    {JSON.stringify({
            "@context": "https://schema.org",
            "@type": "TechArticle",
            "headline": "Connect Reddit",
            "description": "Reddit connection loyalty rule. Reward users for linking their Reddit account.",
            "author": {"@type": "Organization", "name": "Snag Solutions", "url": "https://www.snagsolutions.io/"},
            "publisher": {"@type": "Organization", "name": "Snag Solutions", "url": "https://www.snagsolutions.io/", "logo": {"@type": "ImageObject", "url": "https://assets.snagsolutions.io/public/docs/snag-logo-dark-no-bg.svg"}},
            "mainEntityOfPage": "https://docs.snagsolutions.io/loyalty/rules/connect-reddit"
          })}
  </script>
</head>

## **Overview**

This loyalty rule allows admins to reward users for connecting their Reddit accounts to the platform. This rule encourages users to link their accounts, enabling better community engagement and cross-platform interaction.

<Frame>
  ![Snag admin connect Reddit rule configuration form](https://assets.snagsolutions.io/public/docs/rules/connect-reddit.png)
</Frame>

## **Rule Configuration Fields**

### **Reward**

* **Type of Reward**: Choose between "Points" or "Multiplier".

* **Points**: Users will get the defined no of points.

* **Multiplier**: Users will get the multiplier of the defined amount.

### **Basic Settings**

* **Update Cadence**: The Connect Reddit rule rewards users **immediately** upon successful connection of their Reddit account.
* **User Reward Frequency**: This is a one-time reward that users can claim after linking their accounts, helping to build a connected community across platforms.

### **Custom Settings**

* Skip the multiplier for this rule

## **Verification Process**

Users verify ownership of their Reddit account through a profile description verification process:

<Steps>
  <Step title="Generate verification code">
    The system generates a unique verification code for the user when they initiate the connection process.
  </Step>

  <Step title="Add code to Reddit profile description">
    Users must add this verification code to their Reddit profile description to
    prove account ownership.
  </Step>

  <Step title="Provide Reddit profile URL">
    Users must provide their Reddit profile URL (e.g.,
    `https://www.reddit.com/user/username`) to verify their account.
  </Step>

  <Step title="Verify connection">
    When users click "Verify", the system checks their Reddit profile description
    for the verification code and validates the profile URL.
  </Step>

  <Step title="Complete verification">
    Once verified, the account is successfully linked and users can remove the verification code from their profile description.
  </Step>
</Steps>
