> For the complete documentation index, see [llms.txt](https://docs.corppass.gov.sg/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.corppass.gov.sg/products/myinfo-business/key-principles.md).

# Key Principles

### Requesting and Using Data

#### Requesting only what you need

* Only retrieve business data necessary for your service.
* Do not collect data unless required for regulatory, compliance, or operational purposes.
* Each data request should support only a single business purpose.

#### Comply with PDPA and applicable legislation

* Protect, retain and transfer any data retrieved according to the Personal Data Protection Act (PDPA), relevant industry regulations and applicable legislation.
* Ensure usage aligns with the consent provided by the authorised business representative.

#### Use data for lawful purposes

* Use the data items retrieved through Myinfo Business strictly for lawful purposes.
* The data must only be used for the intended service or transaction for which the business provided consent.

***

### Designing your User Journey

#### Display data as-is

* Data retrieved from Myinfo Business APIs should be displayed exactly as received.
* Government-originated data should remain un-editable (except requester name and phone number) to preserve accuracy and data integrity.
* User-provided information may remain editable where appropriate.
* Displaying data as-is helps assure users that the correct data has been retrieved and encourages them to update official records if information is outdated.

#### Reduce supporting document upload

* Business data retrieved from verified government sources (e.g. entity information, registered address, business ownership details) should be assessed for suitability as an alternative to requesting supporting documents for verification (e.g., ACRA business profile, government-issued licence, CPF contribution history, Notice of Assessment).

#### Store data only if submitted

* Data should be purged if the application or form is not successfully submitted.
* For “Save-as-draft” features, unsubmitted data should be purged periodically.

#### Provide alternative options

* Partners are encouraged to provide an alternative option for users who prefer not to use Myinfo Business.

#### Indicate availability and eligibility

* Clearly indicate that Myinfo Business is available for your service.
* Specify who is eligible: ACRA-registered businesses, and authorised individuals with a Corppass user account linked to an NRIC/FIN.

#### Highlight benefits to businesses

* Present the benefits of using Myinfo Business, such as faster applications, reduced manual form-filling, fewer document uploads, and more accurate business data.

#### Follow design guidelines

* Ensure your implementation adheres to the prescribed [Design Guidelines](/products/myinfo-business/design-guidelines.md) to provide a consistent and recognisable user experience when using Myinfo Business.


---

# 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://docs.corppass.gov.sg/products/myinfo-business/key-principles.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.
