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

# Getting Started

> Set up your affiliate account and start earning commissions on Seyaha bookings.

The Seyaha Affiliate Portal lets you browse activities, refer bookings, track commissions,
and — if you are a developer — build custom integrations using the Affiliate API.

## Creating your account

<Steps>
  <Step title="Apply for an affiliate account">
    Go to [affiliate.seyaha.net](https://affiliate.seyaha.net) and click **Apply now**.

    Fill in:

    * Your name and email address
    * Your platform or channel (website, app, social media, newsletter, etc.)
    * A brief description of how you plan to refer customers to Seyaha

    Seyaha reviews affiliate applications within **2–5 business days**.
  </Step>

  <Step title="Accept your invitation">
    Once approved, you'll receive an email with a link to set your password.
    Click the link, create a password, and log in to
    [affiliate.seyaha.net](https://affiliate.seyaha.net).
  </Step>

  <Step title="Review your commission terms">
    Navigate to **Settings → Commission** to see:

    * Your base commission rate (percentage of booking value)
    * Any category-specific rates that differ from your base rate
    * Payment schedule and minimum payout threshold

    Contact your Seyaha account manager if you have questions about your commission terms.
  </Step>

  <Step title="Start referring bookings">
    You can begin immediately — either by sharing affiliate links from the Activities page
    (no technical setup required), or by building a custom integration using the
    [Affiliate API](/pages/affiliate/quickstart).
  </Step>
</Steps>

## Portal layout

| Section        | What it contains                                                            |
| -------------- | --------------------------------------------------------------------------- |
| **Dashboard**  | Earnings overview and recent booking activity                               |
| **Activities** | Browse the catalog and generate affiliate tracking links                    |
| **Bookings**   | Bookings attributed to your affiliate account                               |
| **Earnings**   | Commission breakdown and payout history                                     |
| **Settings**   | Account details, commission info, payout details, and developer credentials |

## Home dashboard

The home screen shows:

| Card                    | Description                                                  |
| ----------------------- | ------------------------------------------------------------ |
| **Earnings this month** | Commission earned on confirmed bookings in the current month |
| **Bookings this month** | Total bookings attributed to your account                    |
| **Conversion rate**     | Clicks to confirmed bookings via your affiliate links        |
| **Pending payout**      | Confirmed commissions queued for the next payout cycle       |

Below the cards, **Recent bookings** shows the last 10 attributed bookings with
their status and commission amount.

## Attribution window

Any customer who visits Seyaha through your affiliate link and completes a booking
within **30 days** is attributed to your account. Attribution is last-touch —
if a customer clicks multiple affiliate links, the most recent one gets credit.

## Next steps

<CardGroup cols={2}>
  <Card title="Activities" icon="map" href="/pages/affiliate/dashboard/activities">
    Browse the catalog and generate shareable affiliate links.
  </Card>

  <Card title="Bookings & Earnings" icon="coins" href="/pages/affiliate/dashboard/bookings">
    Track attributed bookings, commissions, and payouts.
  </Card>

  <Card title="Developer Settings" icon="code" href="/pages/affiliate/dashboard/developer-settings">
    Get API credentials for custom integrations.
  </Card>

  <Card title="API Quickstart" icon="rocket" href="/pages/affiliate/quickstart">
    Build a custom booking flow using the Affiliate API.
  </Card>
</CardGroup>
