# Architecture

### **Partner Management Service**

**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.

<figure><img src="/files/TRhVjpINEQZrmwaKNWdS" alt=""><figcaption></figcaption></figure>

1. Certificates of partner are uploaded to [Key Manager](https://docs.mosip.io/1.2.0/modules/keymanager) 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](https://docs.mosip.io/1.2.0/modules/id-repository) 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 certificates are shared using [Datashare](https://docs.mosip.io/1.2.0/modules/datashare) (which futher uses Websub to share data with IDA).
8. PMS invokes the client management endpoint of eSignet to register OIDC client

Rest of the content can be referred to here: <https://docs.mosip.io/1.2.0/modules/partner-management-services>


---

# 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/support-systems/partner-management-services/develop/architecture.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.
