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

# Affiliate Integration

> Getting started with Novig affiliate partnerships

## Overview

Welcome to the Novig Affiliate Integration documentation. This guide provides all the technical information you need to integrate with Novig as an affiliate partner.

<Note>
  **Want to get paid for your traffic?** Contact us at [affiliates@novig.co](mailto:affiliates@novig.co) to receive your Partner ID and Referral Code.
</Note>

## What You'll Get

As a Novig affiliate partner, you'll receive:

<CardGroup cols={2}>
  <Card title="Partner ID" icon="id-card">
    A unique identifier used for tracking all trading activity from your users.
  </Card>

  <Card title="Referral Code" icon="ticket">
    A unique referral code for tracking first-time purchasers and new sign-ups.
  </Card>
</CardGroup>

## Integration Options

Choose the integration level that fits your needs:

<Steps>
  <Step title="Odds Screens">
    Display Novig odds on your platform using our read-only GraphQL API. Perfect for odds comparison sites and sports data platforms.

    [Learn more about Odds Screens](/affiliates/odds-screens)
  </Step>

  <Step title="Deeplinking">
    Direct users from your platform into the Novig app with pre-populated bet slips. Supports both mobile and web deeplinks.

    [Learn more about Deeplinking](/affiliates/deeplinking)
  </Step>

  <Step title="Parlay Pricing">
    Query real-time Novig parlay prices directly within your UI to show users what they'd get on Novig.

    [Learn more about Parlay Pricing](/affiliates/parlay-pricing)
  </Step>
</Steps>

## Getting Started

1. **Contact Novig** at [affiliates@novig.co](mailto:affiliates@novig.co) to set up your partnership
2. **Receive your credentials** (Partner ID and Referral Code)
3. **Choose your integration** based on the options above
4. **Implement and test** using this documentation

<Note>
  All API endpoints and integrations should be tested thoroughly in a development environment before going live.
</Note>
