> 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/corppass-developer-portal-cdp/user-guide/faq/access-and-permissions.md).

# Access and Permissions

### How do I know if I have the right role assigned in CDP?

1. Refer to the '[User Roles and Permissions](https://docs.corppass.gov.sg/corppass-developer-portal-cdp/user-guide/user-roles-and-permissions)' page to understand the differences in permissions allowed for each CDP role.
2. Refer to this [FAQ on Corppass authorisation](https://ask.gov.sg/corppass/questions/cm1q0y3r8008pwdnws9oepc2f?from=topics) to check if you are assigned the required role to perform the transaction.&#x20;
   * If you do not have the necessary permissions to access CDP, please contact your entity's Corppass Admin for assistance in updating your access.

***

### What should I do if I need additional permissions?

1. Contact your Corppass Admin to request the necessary permissions or role updates.
2. 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.


---

# 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/corppass-developer-portal-cdp/user-guide/faq/access-and-permissions.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.
