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

# Agatabo for Tontines / Saving Groups

> Complete financial management system for tontine organizations - manage members, savings, loans, and accounting

## What is Agatabo?

Agatabo is a comprehensive financial management system designed specifically for **tontines** - member-based financial organizations where people pool savings and access loans. This guide covers everything you need to run a successful tontine, from member onboarding to year-end accounting.

### Who Uses Agatabo?

Agatabo serves everyone in your tontine - both members and staff:

**Members** (people who save and borrow):

* **Members**: View their own savings balances, loan details, and transaction history
* May also have operational roles (e.g., a member who is also the treasurer)

**Staff** (people who operate the system):

* **Treasurers**: Record deposits, manage cash flow, and track member savings
* **Accountants**: Maintain double-entry bookkeeping, generate financial statements, and ensure compliance
* **Loan Officers**: Process loan applications, track repayments, and manage arrears
* **Administrators**: Manage all users, configure settings, and oversee permissions
* **Tontine Managers**: Monitor overall financial health, review reports, and make strategic decisions

<Note>
  **Important distinction**: Staff may or may not be members themselves. For example:

  * Your treasurer might be a member who also saves and borrows (has both "Member" + "Treasurer" roles)
  * OR your treasurer might be paid staff who just operates the system (has only "Treasurer" role)

  The system provides `admin` and `member` as default roles. Your tontine can create custom roles for staff positions.
</Note>

### Core Capabilities

<CardGroup cols={2}>
  <Card title="Users & Members" icon="users" href="/tontines/organization-users/overview">
    Manage all tontine users - members who save/borrow and staff who operate the system
  </Card>

  <Card title="Savings & Deposits" icon="piggy-bank" href="/tontines/deposits/overview">
    Record member contributions, track savings balances, and manage deposit history
  </Card>

  <Card title="Loan Management" icon="hand-holding-dollar" href="/tontines/loans/overview">
    Create loans with flexible terms, record payments, track arrears, and manage securities
  </Card>

  <Card title="Accounting & Reports" icon="chart-line" href="/tontines/general-ledger/overview">
    Full double-entry bookkeeping with automated journal entries and comprehensive financial reports
  </Card>
</CardGroup>

### Key Features

**Financial Operations**

* Automated double-entry accounting for all transactions
* Multiple interest calculation methods (simple, compound, reducing balance)
* Flexible loan installment structures (equal principal, equal total)
* Bank account management and reconciliation
* Expense tracking and fixed asset management
* Reserve allocations and dividend distribution

**Compliance & Control**

* Role-based access control with granular permissions
* Comprehensive audit trail for all financial operations
* Period closing to lock historical data
* Idempotency protection to prevent duplicate transactions
* Trial balance and reconciliation tools

**Reporting & Analytics**

* Balance sheet and profit & loss statements
* Cash flow analysis and member statements
* Loan portfolio analytics and arrears tracking
* Customizable report generation
* Export capabilities for external analysis

### How Agatabo Works

Agatabo operates on a **double-entry accounting** foundation, meaning every financial transaction creates balanced journal entries with debits and credits. This ensures mathematical accuracy and provides a complete audit trail.

**Example: Recording a Deposit**

1. Treasurer records a member deposit of 10,000 RWF
2. Agatabo automatically creates a journal entry:
   * **Debit**: Cash (10,000 RWF) - increases tontine's cash
   * **Credit**: Member Savings (10,000 RWF) - increases member's liability to the tontine
3. The deposit appears in deposit history, member's savings ledger account, and cash reports

All operations follow this pattern: user performs an action → Agatabo creates journal entries → reports update automatically.

### Tontine Configuration

Your tontine is configured with the following characteristics:

* **Currency**: Configured at tontine level (e.g., RWF, USD, KES)
* **Timezone**: All timestamps use tontine's local timezone
* **Accounting Periods**: Monthly, quarterly, or yearly period closing
* **Members**: People who contribute savings and may take loans
* **Accounts**: Each member has a savings ledger account and may have loans, reserves, and dividend allocations

### Getting Started

<Steps>
  <Step title="First Login">
    Access your invitation email and set your password
    [Learn more →](/tontines/getting-started/first-login)
  </Step>

  <Step title="Understand Navigation">
    Familiarize yourself with the dashboard and menu structure
    [Learn more →](/tontines/getting-started/understanding-navigation)
  </Step>

  <Step title="Explore Features">
    Learn features relevant to your role and dive deeper into specific capabilities as needed
  </Step>
</Steps>

### What's Different About Agatabo?

Unlike generic accounting software, Agatabo is purpose-built for tontines:

* **Member-centric**: All transactions tie to members and their savings accounts
* **Tontine-specific workflows**: Designed around savings pools and member loans
* **Loan calculation engine**: Handles complex interest rules, installment types, and payment allocation orders
* **Automatic accounting**: No manual journal entries for routine operations
* **Compliance-ready**: Built-in controls for financial accuracy and auditability

### Need Help?

For direct support, email [support@agatabo.com](mailto:support@agatabo.com).

<CardGroup cols={3}>
  <Card title="Search Documentation" icon="magnifying-glass">
    Use the search bar to find specific topics
  </Card>

  <Card title="Browse by Topic" icon="books">
    Explore documentation organized by feature area
  </Card>

  <Card title="Contact Support" icon="life-ring">
    Email [support@agatabo.com](mailto:support@agatabo.com) for assistance
  </Card>
</CardGroup>

***

## Next Steps

<CardGroup cols={2}>
  <Card title="Quick Start Guide" icon="rocket" href="/tontines/getting-started/overview">
    Get oriented with essential features and workflows
  </Card>

  <Card title="What is a Tontine?" icon="book-open" href="/tontines/concepts/what-is-a-tontine">
    Understand how tontines work
  </Card>

  <Card title="Common Workflows" icon="list-check" href="/tontines/workflows/monthly-closing-checklist">
    Step-by-step checklists for routine operations
  </Card>

  <Card title="Glossary" icon="spell-check" href="/reference/glossary">
    Key terms and definitions
  </Card>
</CardGroup>
