# Getting Started

Before integrating Corppass Login, ensure your organisation has access to the [Corppass Developer Portal (CDP)](https://developer.corppass.gov.sg/) and that your use case meets the onboarding requirements.

### 1. Get Access to the Corppass Developer Portal

To begin, request access to the Corppass Developer Portal for your organisation.

This will allow you to create and manage staging and production applications for Corppass Login.

👉 [How to get access to Corppass Developer Portal](/corppass-developer-portal-cdp/user-guide/getting-started.md)

### 2. Create a Staging Application

Create a Corppass Login Staging application on the Corppass Developer Portal.

The staging environment allows you to:

* Configure your application.
* Test your integration safely before going live.

👉 [How to create a Corppass Login application](/corppass-developer-portal-cdp/user-guide/portal-features/creating-digital-service.md)

### 3. Set Up Your Test Environment

Once your Staging application is ready, begin testing your Corppass Login integration.

Use a Corppass staging test account to verify that authorised users can log in and transact on behalf of the entity.

👉 [How to set up a staging Corppass account](https://partnersupport.corppass.gov.sg/hc/en-sg/articles/49809641612185-I-need-staging-test-account-for-Corppass-testing)

### 4. Begin Your Integration

With your Staging environment and test accounts ready, start building your Corppass Login integration.

👉 [Integrate with Corppass Authorization API (FAPI 2.0)](/technical-specifications/corppass-authorization-api-fapi-2.0.md)

### 5. Prepare for Production

Before creating your Production application:

* Review the relevant service agreements.

👉 [Review Corppass Agreement](https://www.corppass.gov.sg/corppass/common/terms)

### 6. Create Your Production Application

Once you are ready:

* Create your Production application in Corppass Developer Portal.
* Configure your application.
* Submit your Production application for approval.
* Publish your digital service once your application has been approved.

You can begin testing using your Production credentials after your submission has been approved.

👉 [How to create a Corppass Login application](/corppass-developer-portal-cdp/user-guide/portal-features/creating-digital-service.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://docs.corppass.gov.sg/products/corppass-login/getting-started.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.
