> For the complete documentation index, see [llms.txt](https://mojaloop.gitbook.io/mojaloop/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mojaloop.gitbook.io/mojaloop/legacy/repositories.md).

# Repo Details

The [Mojaloop project](https://github.com/mojaloop) is organized on the basis of component microservices. As such, there are over twenty different repositories in GitHub that align to the different services. The following repositories are pinned to the project:

* The [mojaloop repository](https://github.com/mojaloop/mojaloop) contains the master readme file along with the following documents to get started.
* The [documentation repository](https://github.com/mojaloop/documentation) documents the contributors guidelines, overall architecture, component design, message flow, and an overview of Mojaloop. *(**Note:** This gitbook you are currently reading is generated from the documentation repository)*
* The [project repository](https://github.com/mojaloop/project) is the central repository to track product development issues for the Mojaloop project.
* The [mojaloop-specificiation](https://github.com/mojaloop/mojaloop-specification) contains the specification document set of the Open API for Financial Service Provider Interoperability.

## Repository List

Individual repositories in the [Mojaloop GitHub organization](https://github.com/mojaloop/) each describe component-specific details including source and APIs. Below is a non-exhaustive list of the commonly used Mojaloop repositories, grouped into relevant categories.

### Core Services

* [account-lookup-service](https://github.com/mojaloop/account-lookup-service)
* [bulk-api-adapter](https://github.com/mojaloop/bulk-api-adapter)
* [central-ledger](https://github.com/mojaloop/central-ledger)
* [central-settlement](https://github.com/mojaloop/central-settlement)
* [ml-api-adapter](https://github.com/mojaloop/ml-api-adapter)

### Core Related Services

* [central-event-processor](https://github.com/mojaloop/central-event-processor)
* [email-notifier](https://github.com/mojaloop/email-notifier)
* [event-sidecar](https://github.com/mojaloop/event-sidecar)
* [event-stream-processor](https://github.com/mojaloop/event-stream-processor)
* [forensic-logging-client](https://github.com/mojaloop/forensic-logging-client)
* [forensic-logging-sidecar](https://github.com/mojaloop/forensic-logging-sidecar)

### QA/Tools

* [helm](https://github.com/mojaloop/helm)
* [license-scanner](https://github.com/mojaloop/license-scanner)
* [mojaloop-simulator](https://github.com/mojaloop/mojaloop-simulator)
* [postman](https://github.com/mojaloop/postman)
* [sdk-mock-dfsp-backend](https://github.com/mojaloop/sdk-mock-dfsp-backend)
* [sdk-scheme-adapter](https://github.com/mojaloop/sdk-scheme-adapter)
* [simulator](https://github.com/mojaloop/simulator)
* [terminal-integration](https://github.com/mojaloop/terminal-integration)

### Libraries

#### Common Services & Internal APIs

* [central-services-auth](https://github.com/mojaloop/central-services-auth)
* [central-services-error-handling](https://github.com/mojaloop/central-services-error-handling)
* [central-services-shared](https://github.com/mojaloop/central-services-shared)
* [central-services-database](https://github.com/mojaloop/central-services-database)
* [central-services-health](https://github.com/mojaloop/central-services-health)
* [central-services-stream](https://github.com/mojaloop/central-services-stream)
* [central-services-metrics](https://github.com/mojaloop/central-services-metrics)
* [central-object-store](https://github.com/mojaloop/central-object-store)

#### External Services

* [pathfinder-query-client](https://github.com/mojaloop/pathfinder-query-client)
* [pathfinder-provisioning-client](https://github.com/mojaloop/pathfinder-provisioning-client)

#### Mojaloop Integration Libraries

* [event-sdk](https://github.com/mojaloop/event-sdk)
* [sdk-standard-components](https://github.com/mojaloop/sdk-standard-components)

### Snapshots (pre-release works in progress)

* [quoting-service](https://github.com/mojaloop/quoting-service)
* [transaction-requests-service](https://github.com/mojaloop/transaction-requests-service)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://mojaloop.gitbook.io/mojaloop/legacy/repositories.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.
