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

# Developer Reference Overview

> Overview of developer resources, APIs, webhooks, SDKs, and core concepts.

Welcome to the Affelios Developer Reference. This section provides comprehensive technical documentation for integrating with the Affelios affiliate marketing platform.

## Prerequisites

Before diving into the technical documentation, make sure you understand these core concepts:

<CardGroup cols={2}>
  <Card title="Attribution" icon="user-plus" href="/knowledge-base/operators/attribution">
    Learn how Affelios tracks and attributes conversions to affiliates across different channels and touchpoints
  </Card>

  <Card title="Tracking Links" icon="link" href="/knowledge-base/affiliates/tracking-links">
    Learn about tracking link generation, management, and how they enable conversion attribution
  </Card>
</CardGroup>

## Quick Start

**Base URL:**

```
https://api.affelios.com/api/v1
```

Get up and running with our developer resources:

<CardGroup cols={2}>
  <Card title="API Keys" icon="key" href="/developers/api-key">
    Learn how to obtain, use, and manage API keys for authenticating with the Affelios API
  </Card>

  <Card title="Authentication" icon="lock" href="/developers/authentication">
    Learn how to authenticate with the API using API keys and manage your credentials
  </Card>
</CardGroup>

## Integration Methods

The Affelios platform offers multiple integration approaches to suit different technical requirements:

<CardGroup cols={2}>
  <Card title="REST API" icon="globe" href="/api-reference">
    RESTful API for programmatic access with real-time data synchronization
  </Card>

  <Card title="SDKs" icon="code-simple" href="/developers/sdks">
    Pre-built libraries for simplified development and consistent patterns
  </Card>
</CardGroup>

## Developer Resources

<CardGroup cols={2}>
  <Card title="Error Handling" icon="triangle-exclamation" href="/developers/error-handling">
    Learn about API error responses, status codes, and best practices for handling errors
  </Card>

  <Card title="Testing" icon="flask" href="/developers/testing">
    Tools and resources for testing your code, including sandbox environments and sample data
  </Card>

  <Card title="Best Practices" icon="star" href="/developers/best-practices">
    Guidelines for secure, efficient, and maintainable API integrations
  </Card>

  <Card title="Troubleshooting" icon="wrench" href="/developers/troubleshooting">
    Common issues, debugging techniques, and solutions for integration problems
  </Card>
</CardGroup>
