# SSM Integration

SSM Integration is a module that allows Central to purchase the Company or Business profile direct from the SSM database through their appointed Service Provider. For now, this integration only cater for:

* Company
* Business

{% hint style="info" %}
Company type consist of Company Limited by Guarantee (CLBG), Private Limited Company (Sdn Bhd), Public Limited Company (Berhad), and Foreign Company
{% endhint %}

{% hint style="info" %}
Business type consist of Sole Proprietorship and Partnership
{% endhint %}

Once we have requested the profile, we will received raw data (JSON format) & readable document (PDF format) as the result for each successful request.

{% hint style="info" %}
Request for particular company/business profile will check the setting that we have set (e.g: 7 days). If it is within the range, it will find the latest successful request profile in our database. Otherwise the request will go through the SSM API to get fresh data and update into our database.
{% endhint %}

## Entity

There will be a list of entities (organizations) that have been used to check with the SSM Integration. Any successful request will show `Success` in the `Success Code` column. On the other hand, it will show `Failed` (with some error message) for those that was not found in the SSM Database.

![List of Entity](/files/-MiV1uTXzyXgcUowp8Rn)

To view the entity, just click on the icon <img src="/files/-MiV7bV7ovUL1Att3KzY" alt="" data-size="line">. To know when the last date for that particular entity was requested, you can check the `Modified Date` . To download the certificate, just click on the link uploaded file in `Registration File` field.

![Entity details](/files/-MiV7uICw1TPk2lE8J7w)

To check or request new data from SSM, please refer to this [page](/by-modules/ssm-integration/ssm-check-entity.md)


---

# 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://central-docs.mymagic.my/by-modules/ssm-integration.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.
