> ## 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 reseller account and start embedding Seyaha activities into your platform.

The Seyaha Reseller Portal gives you access to the full activity catalog, booking management
tools, and your API credentials. This guide walks through account setup and the portal layout.

## Creating your account

<Steps>
  <Step title="Apply for a reseller account">
    Contact your Seyaha account manager or email `tech@seyaha.net` to apply.
    You will need to provide:

    * Your platform name and URL
    * Expected monthly booking volume
    * Primary contact name and email address

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

  <Step title="Accept your invitation">
    Once approved, you will receive an invitation email. Click **Set up your account**,
    choose a password, and log in to [reseller.seyaha.net](https://reseller.seyaha.net).

    The invitation link expires after 72 hours. If it expires, email `tech@seyaha.net`
    to request a new one.
  </Step>

  <Step title="Explore the portal">
    After logging in, the home dashboard gives you an overview of your account activity.
    Use the left sidebar to navigate between sections.
  </Step>

  <Step title="Get your API token">
    Navigate to **Settings → Developer** to find your API token. You will need this
    for all Reseller API calls. See [Developer Settings](/pages/reseller/dashboard/developer-settings)
    for full details on how to use and rotate it.
  </Step>
</Steps>

## Portal layout

| Section        | What it contains                                       |
| -------------- | ------------------------------------------------------ |
| **Dashboard**  | Summary metrics and recent booking activity            |
| **Activities** | Browse and search the full Seyaha activity catalog     |
| **Bookings**   | View and manage all bookings made through your account |
| **Settings**   | Account details, team access, and API credentials      |

## Home dashboard

The home screen shows four summary cards:

| Card                         | Description                                                |
| ---------------------------- | ---------------------------------------------------------- |
| **Bookings today**           | Bookings created through your account in the last 24 hours |
| **Revenue this month**       | Total confirmed booking value in your display currency     |
| **Active activities**        | Number of activities currently available in the catalog    |
| **Cancellations this month** | Cancelled bookings in the current month                    |

Below the cards, a **Recent bookings** table shows the 10 most recent bookings with
their status, activity name, and booking value.

## Supported currencies

The reseller portal displays prices and revenue in your configured display currency.
The API supports returning prices in **SAR, USD, EUR, and GBP** — pass the `currency`
parameter in API calls to specify which you want.

## Next steps

<CardGroup cols={2}>
  <Card title="Browse Activities" icon="binoculars" href="/pages/reseller/dashboard/activities">
    Search the catalog, check availability, and view activity details.
  </Card>

  <Card title="Manage Bookings" icon="calendar-check" href="/pages/reseller/dashboard/bookings">
    View booking history, statuses, and process cancellations.
  </Card>

  <Card title="Developer Settings" icon="code" href="/pages/reseller/dashboard/developer-settings">
    Get your API token and configure your integration.
  </Card>

  <Card title="API Quickstart" icon="rocket" href="/pages/reseller/quickstart">
    Make your first API call in under 5 minutes.
  </Card>
</CardGroup>
