> For the complete documentation index, see [llms.txt](https://docs.developer.singpass.gov.sg/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.developer.singpass.gov.sg/docs/singpass-developer-docs/corppass-and-myinfo-business/corppass-developer-portal-cdp/user-guide/faq/other-common-issues.md).

# Other Common Issues

### How long will it take for my application to be approved?

* The approval of your application will take up to three working days.

***

### I see an "Unauthorised" error after logging in. What does this mean?

* This typically means your Corppass account is not authorised for the CDP digital service. Contact your Corppass Admin to request the necessary permissions.
  * If you are unsure who your Corppass admin is, please refer to the [FAQ on Finding Your Corppass Admin](https://ask.gov.sg/corppass/questions/cm1q0y3r00053wdnwc1hjxu0j?from=search) for assistance.

***

### How can I switch between Staging and Production environments?

* Use the environment toggle at the top of the dashboard. If the toggle is unavailable, ensure your role grants access to both environments.

***

### I am unable to activate a digital service. What should I check?

* Confirm that your entity's Corppass Admin has assigned the required roles to your account to manage digital services.
* If you have the necessary permissions, after submitting the creation of a new digital service, your service request will need to be reviewed and approved by GovTech personnel.
* Once approved, your application status will be set to 'Inactive,' and you can then configure additional settings and activate or publish your digital service.

***

### Can I continue to use the Corppass Agency Admin (AA) portal? How long will the AA Portal remain operational?

Yes, you may continue using the AA portal, which will remain operational until 30 June 2025. During this transition period, both the AA portal and the CDP will operate in parallel to facilitate a smooth migration and support ongoing administrative processes. Any updates made in either the CDP or AA portal will take effect accordingly.

However, Relying Parties (RPs) are strongly encouraged to adopt the CDP as soon as possible, as it provides a more user-friendly interface and enhanced self-service features to improve efficiency.


---

# 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.developer.singpass.gov.sg/docs/singpass-developer-docs/corppass-and-myinfo-business/corppass-developer-portal-cdp/user-guide/faq/other-common-issues.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.
