> 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/login-issues.md).

# Login Issues

### I cannot log in to the Corppass Developer Portal (CDP). What should I do?

Follow these steps to troubleshoot your login issue:

1. Ensure your Singpass account is active and you are logging in as a "Business User."
2. Confirm that your Corppass account is authorised to access the CDP digital service.
   * If you're unsure, refer to the [FAQ on Corppass authorisation.](https://ask.gov.sg/corppass/questions/cm1q0y3r8008pwdnws9oepc2f?from=topics)
   * If you do not have the necessary permission to access CDP, please contact your entity's Corppass Admin for assistance in updating your access.

***

### I am logged in to the Corppass Developer Portal (CDP), but I cannot see any digital service(s). What should I do?

#### Follow these steps to troubleshoot:

1. Ensure you are accessing the correct environment (Staging or Production).
2. Confirm that your entity's Corppass Admin has assigned the required roles to your account to view or manage digital services.
   * If you're unsure, refer to the [FAQ on Corppass authorisation.](https://ask.gov.sg/corppass/questions/cm1q0y3r8008pwdnws9oepc2f?from=topics)
   * If you do not have the necessary permission to access CDP, please contact your entity's Corppass Admin for assistance in updating your access.


---

# 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/login-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.
