> ## Documentation Index
> Fetch the complete documentation index at: https://afrizon-admin.tunzaa.co.tz/llms.txt
> Use this file to discover all available pages before exploring further.

# Meneja: Admin Dashboard for Whitelabel E-Commerce

> Meneja is a multi-tenant admin dashboard for whitelabel e-commerce. Manage vendors, products, orders, affiliates, rewards, and loans from one place.

Meneja is a full-featured admin dashboard built for whitelabel e-commerce operations. It gives you and your team a single interface to manage every aspect of a multi-tenant marketplace — from onboarding vendors and approving products to processing orders, running affiliate programs, issuing rewards, and extending loans to vendors. Each area of the platform is protected by role-based access control, so every user sees only what they need.

## Who uses Meneja

Meneja supports four roles, each with a different scope of access:

| Role           | What they do                                                                                                                                  |
| -------------- | --------------------------------------------------------------------------------------------------------------------------------------------- |
| **super**      | Manages all tenants across the platform. Creates and configures new tenants, assigns plans, and has full visibility into every tenant's data. |
| **admin**      | Operates within a single tenant. Manages vendors, products, orders, affiliates, rewards, and loans for their marketplace.                     |
| **sub\_admin** | Has delegated access within a tenant. Can carry out day-to-day operations based on the permissions assigned by the admin.                     |
| **support**    | Handles customer-facing issues. Has read access to orders and users, and can access the external support ticket system.                       |

<Note>
  The dashboard you see after signing in adapts to your role. A super admin sees a platform-wide view; an admin sees their tenant's operations; a sub\_admin or support user sees only the sections their permissions allow.
</Note>

## What Meneja manages

<CardGroup cols={2}>
  <Card title="Tenants" icon="building" href="/concepts/tenants">
    Create and configure tenants, set their domain, currency, country, and languages, and control which modules are active.
  </Card>

  <Card title="Vendors" icon="store" href="/vendors/overview">
    Onboard vendors, manage their verification documents, and monitor their store performance.
  </Card>

  <Card title="Products & categories" icon="box" href="/products/overview">
    Review and approve product listings, manage the category hierarchy, and handle bulk uploads.
  </Card>

  <Card title="Orders" icon="list-details" href="/orders/overview">
    Track order status, manage deliveries and delivery partners, process refunds, and view transactions.
  </Card>

  <Card title="Affiliates (Mawinga)" icon="users" href="/affiliates/overview">
    Run an affiliate program, track referrals, and manage affiliate accounts. Requires the **affiliates** module.
  </Card>

  <Card title="Rewards & referrals" icon="gift" href="/rewards/overview">
    Configure and manage a rewards and referrals program for buyers. Requires the **rewards\_referals** module.
  </Card>

  <Card title="Vendor loans" icon="credit-card" href="/vendor-loans/overview">
    Manage loan providers, loan products, and vendor loan requests. Requires the **vendor\_loans** module.
  </Card>

  <Card title="Administration" icon="shield" href="/administration/user-management">
    Manage dashboard users and roles, configure tenant branding, and handle billing.
  </Card>
</CardGroup>

## Key capabilities

* **Role-based access control** — Every user's view and available actions are determined by their role and the permissions assigned to it.
* **Multi-tenant isolation** — Super admins can switch between tenants using the tenant switcher in the sidebar. Each tenant's data is kept separate.
* **Module-based feature flags** — Features like payments, delivery, affiliates, rewards, and vendor loans can be enabled or disabled per tenant from the tenant settings.
* **Multi-language support** — The dashboard interface supports English and Swahili. Tenant-level language configuration controls which languages are available to buyers on the storefront.
* **Dark mode** — Toggle between light and dark themes using the theme switcher on the sign-in page or within the dashboard.

## How to get started

<CardGroup cols={2}>
  <Card title="Sign in and explore" icon="rocket" href="/quickstart">
    Follow the quickstart to sign in and take your first steps in the dashboard.
  </Card>

  <Card title="Configure your workspace" icon="settings" href="/configuration">
    Set up your tenant's domain, currency, modules, and support contact details.
  </Card>
</CardGroup>
