> For the complete documentation index, see [llms.txt](https://docs.mosip.io/1.2.0/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mosip.io/1.2.0/id-lifecycle-management/support-systems/partner-management-services/pms-existing/partner-policies.md).

# Partner Management System

## Overview

Partner Management System (PMS) module provides the following services:

1. Partner Management Service
2. Policy Management Service

For an overview of role of partners in MOSIP, refer [here](/1.2.0/id-lifecycle-management/support-systems/partner-management-services/partners.md).

## Partner Management Service

Provides various partner services like onboarding partners and providing partner data to other modules.

The diagram below illustrates the relationship of this service to other MOSIP services.

![](/files/Whxw6GdCxbhtoSn4wAwQ)

1. Certificates of partner are uploaded to [Key Manager](/1.2.0/id-lifecycle-management/supporting-components/keymanager.md) as part of onboarding.
2. Registration processor fetches ABIS datashare policy from PMS.
3. PMS sends notification messages to partners via notification service (of Kernel).
4. Audit logs are logged into Auditmanager.
5. [ID Repository](/1.2.0/id-lifecycle-management/identity-issuance/id-repository.md) fetches credential data share partners and their polices from PMS.
6. All PMS data is stored in `mosip_pms` DB.
7. Certificates of Authentication Partners are sent to IDA module as IDA runs independently. The certs are shared using [Datashare](/1.2.0/id-lifecycle-management/supporting-components/datashare.md) (which futher uses Websub to share data with IDA).

## Policy Management Service

This service manages partner policies.

![](/files/4pUkuWaPLX0toGJi9qWz)

1. Audit logs are logged into Auditmanager.
2. All policies are stored stored in `mosip_pms` DB.
3. Datashare service fetches partner policies and shares data with partners accordingly.

## Partner portal

To know more about the partner portal, refer [Partner Management portal](/1.2.0/id-lifecycle-management/support-systems/partner-management-services/pms-existing/partner-management-portal.md).

## Developer Guide

To know more about the developer setup, read [Partner Management Services Developers Guide](https://docs.mosip.io/1.2.0/modules/partner-management-services/partner-management-services-developer-setup).

## API

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

## Source code

[Github repo](https://github.com/mosip/partner-management-services/tree/release-1.2.0).


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.mosip.io/1.2.0/id-lifecycle-management/support-systems/partner-management-services/pms-existing/partner-policies.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
