# Introduction

Momo Suite is a Laravel package that simplifies mobile money transactions in Ghana. It provides a unified interface to work with multiple mobile money providers (like MTN, Vodafone, AirtelTigo) through different payment providers (Hubtel, Korba, Paystack, etc.) while offering a beautiful dashboard to monitor and manage all transactions.

### Features

* **Multiple Provider Support**
  * Hubtel Integration
  * Korba Integration
  * Paystack Integration
  * ITC Integration
* **Transaction Types**
  * Receive Money (Collection)
  * Send Money (Disbursement)
  * Status Checking
  * Transaction History
* **Beautiful Dashboard**
  * Transaction Overview
  * Success/Failure Rates
  * Network Distribution
  * Transaction Volume Charts
  * Recent Transactions List
* **Advanced Features**
  * Real-time Status Updates
  * Webhook Support
  * Error Handling
  * Transaction Logs
  * User Management


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://rais.gitbook.io/momo-suite/introduction.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
