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

# Overview

> Overview of the Monime Dashboard guide

Welcome to the Monimeer Dashboard guides. These guides help you set up your personal Monimeer account, create a business Space, and manage developer access so you can accept payments, make payouts, and run your operations with confidence.

## Who these guides are for

* Developers integrating Monime with their apps
* Business owners and operators managing payments and payouts
* Team members who need access to Spaces and developer tools

## Quick start

<CardGroup cols={3}>
  <Card title="Create your Monimeer account" icon="user-gear" href="/dashboard-guide/create-an-account">
    Sign up and verify your personal account to access the dashboard
  </Card>

  <Card title="Create a Monime Space" icon="building" href="/dashboard-guide/create-a-business-account">
    Set up your business Space to start accepting payments
  </Card>

  <Card title="Generate Access Tokens" icon="key" href="/dashboard-guide/personal-access-tokens">
    Create secure API tokens for integrations
  </Card>
</CardGroup>

## What you'll learn

* Create and verify a Monimeer account
* Create and configure a Monime Space for your business
* Navigate the dashboard and key features (Profile, Spaces, Developer)
* Generate and manage personal Access Tokens for API usage
* Follow security best practices for production and test environments

## Recommended path

<Steps>
  <Step title="Create your Monimeer account">
    Start here to set up and verify your personal account. See
    <a href="/dashboard-guide/create-an-account">Create an account</a>.
  </Step>

  <Step title="Create a business Space">
    Set up your Space (business account) to enable payment features. See
    <a href="/dashboard-guide/create-a-business-account">Create a Monime Space</a>.
  </Step>

  <Step title="Generate Access Tokens">
    Create API tokens to integrate your systems and automate operations. See
    <a href="/dashboard-guide/personal-access-tokens">Personal Access Tokens</a>.
  </Step>
</Steps>

## Key areas of the dashboard

<CardGroup cols={3}>
  <Card title="Profile" icon="user-gear">
    Manage your personal details, login methods, and security preferences
  </Card>

  <Card title="Spaces" icon="building">
    Create and manage business Spaces, team access, and operational settings
  </Card>

  <Card title="Developer" icon="code">
    Generate Access Tokens, view Space IDs, and access integration resources
  </Card>

  <Card title="Devices & Security" icon="devices">
    Review active sessions and devices; update security controls
  </Card>

  <Card title="Notifications" icon="bell">
    Configure alerts and communication preferences (where available)
  </Card>

  <Card title="Support" icon="life-ring">
    Find help resources and contact support when you need it
  </Card>
</CardGroup>

## Prerequisites

<Info>
  You'll need:

  * A valid email address or Sierra Leonean phone number for verification
  * Internet access and a modern browser
  * Basic business details (business name and alias) when creating a Space
</Info>

## Test vs Live environments

Use Test mode for development and Live mode for real transactions. You can learn more about environments and headers in
<a href="/developer-resources/api-basics/environment">API Basics → Environments</a> and
<a href="/developer-resources/api-basics/standard-headers">Standard Headers</a>.

## FAQ

<AccordionGroup>
  <Accordion title="What is a Monimeer vs a Space?">
    A Monimeer is your personal account that owns and manages one or more business
    Spaces. A Space is a business account where payments, payouts, and analytics live.
  </Accordion>

  {" "}

  <Accordion title="Do I need a Space to generate Access Tokens?">
    You can create tokens from your personal dashboard. For production, we recommend
    scoping tokens to specific Spaces using whitelist options where applicable.
  </Accordion>

  {" "}

  <Accordion title="Can I switch between Test and Live?">
    Yes. When creating tokens you can toggle Test Mode. In Test Mode, transactions are
    simulated and some options are restricted. In Live Mode, full configuration is available.
  </Accordion>
</AccordionGroup>
