> ## 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 partner account and connect your platform to Seyaha.

Welcome to the Seyaha Partner Portal. This guide walks you through creating your account,
submitting your integration details, and getting your first product synced.

## Creating your account

<Steps>
  <Step title="Visit the partner portal">
    Go to [partner.seyaha.net](https://partner.seyaha.net) and click **Sign up**.

    Fill in your organization details:

    * **Business name** — your legal trading name
    * **Email address** — used for login and system notifications
    * **Phone number** — for account verification
    * **Password** — minimum 8 characters
  </Step>

  <Step title="Verify your email">
    A verification link is sent to the email you registered with. Click **Verify
    my email** within 24 hours. If the link expires, use **Resend verification
    email** on the login page.
  </Step>

  <Step title="Complete your profile">
    After verification, log in and complete your organization profile:

    | Field             | Description                                                  |
    | ----------------- | ------------------------------------------------------------ |
    | **Business type** | Tour operator, tour guide, museum, experience provider, etc. |
    | **Location**      | Primary city or region where activities are offered          |
    | **Description**   | Brief description shown on your Seyaha supplier profile      |
    | **Logo**          | Recommended: 400×400 px, PNG or SVG                          |

    Click **Save profile** when done.
  </Step>

  <Step title="Submit your integration">
    Navigate to **Settings → Integration** and provide:

    * **Base URL** — the root URL of your OCTO-compatible API (e.g. `https://octo.yourplatform.com`)
    * **Auth type** — `bearer` or `api_key`
    * **Auth key** — the credential Seyaha will send in every request to your API

    Click **Submit for review**. Seyaha will immediately probe your `GET /products?limit=1`
    endpoint to verify connectivity before the review begins.

    <Note>
      Your `GET /products` endpoint must be live and returning valid data before you submit.
      See the [Developer Integration quickstart](/pages/partner/quickstart) for implementation guidance.
    </Note>
  </Step>

  <Step title="Wait for approval">
    A Seyaha admin will review your integration within **1–3 business days**. You will
    receive an email when your integration is approved or if changes are needed.

    While waiting, you can:

    * Add team members under **Settings → Team**
    * Complete your business profile
    * Continue building out your API endpoints

    Once approved, Seyaha automatically triggers the first full catalog sync.
  </Step>
</Steps>

## Dashboard overview

After your integration is approved, the partner dashboard home screen shows:

| Section                | What it shows                                          |
| ---------------------- | ------------------------------------------------------ |
| **Sync status**        | Last sync time, next scheduled sync, error count       |
| **Bookings today**     | Count of new bookings in the last 24 hours             |
| **Revenue this month** | Total confirmed booking value in your display currency |
| **Active products**    | Number of activities currently live on Seyaha          |

Use the left sidebar to navigate between **Products**, **Bookings**, **Analytics**, and **Settings**.

## Next steps

<CardGroup cols={2}>
  <Card title="Products & Catalog" icon="boxes-stacked" href="/pages/partner/dashboard/products">
    View sync status and manage your activity listings.
  </Card>

  <Card title="Bookings" icon="calendar-check" href="/pages/partner/dashboard/bookings">
    Manage incoming bookings from Seyaha customers.
  </Card>

  <Card title="Analytics" icon="chart-line" href="/pages/partner/dashboard/analytics">
    Track revenue and booking performance.
  </Card>

  <Card title="Settings" icon="gear" href="/pages/partner/dashboard/settings">
    Configure credentials, team access, and notifications.
  </Card>
</CardGroup>
