> ## 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 Instagram

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

<head>
  <script type="application/ld+json">
    {JSON.stringify({
            "@context": "https://schema.org",
            "@type": "TechArticle",
            "headline": "Connect Instagram",
            "description": "Instagram connection loyalty rule. Reward users for linking their Instagram 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-instagram"
          })}
  </script>
</head>

## **Overview**

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

<Frame>
  ![Snag admin connect Instagram rule configuration form](https://assets.snagsolutions.io/public/docs/rules/connect-instagram.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 Instagram rule rewards users **immediately** upon successful connection of their Instagram 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 Instagram account through a bio 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 Instagram bio">
    Users must add this verification code to their Instagram profile bio to prove
    account ownership.
  </Step>

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

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

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