# Commons

## Overview

As the name suggests, Commons refers to all the common services (also called "kernel") that are used by other modules of MOSIP. The Kernel services are listed below:

* [Auth Manager](https://github.com/mosip/mosip-openid-bridge/tree/release-1.2.0/kernel/kernel-auth-service)
* [Audit Manager](https://github.com/mosip/audit-manager/tree/release-1.2.0)
* [Notification](https://github.com/mosip/commons/tree/release-1.2.0/kernel/kernel-notification-service)
* [OTP Manager](https://github.com/mosip/commons/tree/release-1.2.0/kernel/kernel-otpmanager-service)
* [ID Generator](/1.2.0/id-lifecycle-management/supporting-components/commons/id-generator.md)
* [PRID Generator](https://github.com/mosip/commons/tree/release-1.2.0/kernel/kernel-pridgenerator-service)
* [RID Generator](https://github.com/mosip/commons/tree/release-1.2.0/kernel/kernel-ridgenerator-service)

## API

Refer [API Documentation](https://mosip.github.io/documentation/1.2.0/1.2.0.html).

## Developer Guide

To know more about the developer setups, read:

1. [Commons Developer Guide](https://docs.mosip.io/1.2.0/modules/commons/commons-developer-guide)
2. [Audit Manager Developers Guide](https://docs.mosip.io/1.2.0/modules/commons/audit-manager-developer-guide)
3. [OpenID-Bridge Developers Guide](https://docs.mosip.io/1.2.0/modules/commons/openid-bridge-developer-guide)


---

# 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://docs.mosip.io/1.2.0/id-lifecycle-management/supporting-components/commons.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.
