> 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-portal-sdp.md).

# Singpass Developer Portal (SDP)

- [Overview](https://docs.developer.singpass.gov.sg/docs/singpass-developer-portal-sdp/user-guide.md): Guide to Navigating the Singpass Developer Portal (SDP)
- [Getting Access](https://docs.developer.singpass.gov.sg/docs/singpass-developer-portal-sdp/getting-access.md)
- [Obtaining Access to the Singpass Developer Portal (SDP)](https://docs.developer.singpass.gov.sg/docs/singpass-developer-portal-sdp/getting-access/obtaining-access-to-the-singpass-developer-portal-sdp.md): This page offers a guide to obtain access and login to SDP
- [Logging in to the Singpass Developer Portal (SDP)](https://docs.developer.singpass.gov.sg/docs/singpass-developer-portal-sdp/getting-access/logging-in-to-the-singpass-developer-portal-sdp.md)
- [Toggling Between Staging and Production](https://docs.developer.singpass.gov.sg/docs/singpass-developer-portal-sdp/getting-access/toggling-between-staging-and-production.md)
- [Service Agreement](https://docs.developer.singpass.gov.sg/docs/singpass-developer-portal-sdp/service-agreement.md)
- [View Singpass Service Agreement](https://docs.developer.singpass.gov.sg/docs/singpass-developer-portal-sdp/service-agreement/view-singpass-service-agreement.md)
- [Consent to Singpass Service Agreement](https://docs.developer.singpass.gov.sg/docs/singpass-developer-portal-sdp/service-agreement/consent-to-singpass-service-agreement.md): This applies to private-sector partners who do not have an existing Singpass Services Agreement.
- [App Management](https://docs.developer.singpass.gov.sg/docs/singpass-developer-portal-sdp/app-management.md)
- [Create Staging App](https://docs.developer.singpass.gov.sg/docs/singpass-developer-portal-sdp/app-management/create-staging-app.md)
- [Edit Staging App](https://docs.developer.singpass.gov.sg/docs/singpass-developer-portal-sdp/app-management/edit-staging-app.md)
- [Create Staging Test Account](https://docs.developer.singpass.gov.sg/docs/singpass-developer-portal-sdp/app-management/create-staging-test-account.md)
- [Create Production App](https://docs.developer.singpass.gov.sg/docs/singpass-developer-portal-sdp/app-management/create-production-app.md)
- [Edit Production App](https://docs.developer.singpass.gov.sg/docs/singpass-developer-portal-sdp/app-management/edit-production-app.md)
- [Deactivate Production App](https://docs.developer.singpass.gov.sg/docs/singpass-developer-portal-sdp/app-management/deactivate-production-app.md)
- [Activate Production App](https://docs.developer.singpass.gov.sg/docs/singpass-developer-portal-sdp/app-management/activate-production-app.md)
- [Duplicate an app](https://docs.developer.singpass.gov.sg/docs/singpass-developer-portal-sdp/app-management/duplicate-an-app.md)
- [Understanding the App Config Fields](https://docs.developer.singpass.gov.sg/docs/singpass-developer-portal-sdp/understanding-the-app-config-fields.md)
- [App name & purpose](https://docs.developer.singpass.gov.sg/docs/singpass-developer-portal-sdp/understanding-the-app-config-fields/app-name.md)
- [App Description](https://docs.developer.singpass.gov.sg/docs/singpass-developer-portal-sdp/understanding-the-app-config-fields/app-description.md)
- [Industry & App category](https://docs.developer.singpass.gov.sg/docs/singpass-developer-portal-sdp/understanding-the-app-config-fields/industry-and-app-category.md)
- [Support Emails](https://docs.developer.singpass.gov.sg/docs/singpass-developer-portal-sdp/understanding-the-app-config-fields/support-emails.md)
- [Site URL](https://docs.developer.singpass.gov.sg/docs/singpass-developer-portal-sdp/understanding-the-app-config-fields/site-url.md)
- [Redirect URL](https://docs.developer.singpass.gov.sg/docs/singpass-developer-portal-sdp/understanding-the-app-config-fields/redirect-url.md)
- [Token-based Authentication](https://docs.developer.singpass.gov.sg/docs/singpass-developer-portal-sdp/understanding-the-app-config-fields/token-based-authentication.md)
- [Allowed Scopes](https://docs.developer.singpass.gov.sg/docs/singpass-developer-portal-sdp/understanding-the-app-config-fields/allowed-scopes.md)
- [Billing & Finance](https://docs.developer.singpass.gov.sg/docs/singpass-developer-portal-sdp/billing-and-finance.md)
- [Updating Billing Contact Information](https://docs.developer.singpass.gov.sg/docs/singpass-developer-portal-sdp/billing-and-finance/updating-billing-contact-information.md)
- [How to View Production App Transactions](https://docs.developer.singpass.gov.sg/docs/singpass-developer-portal-sdp/billing-and-finance/how-to-view-production-app-transactions.md)
- [How to View Entity Transactions](https://docs.developer.singpass.gov.sg/docs/singpass-developer-portal-sdp/billing-and-finance/how-to-view-entity-transactions.md): The Entity Analytics page provides a breakdown of transactions across individual apps and shows how these contribute to the entity’s overall transaction count.
- [How to View or Download Your Invoice](https://docs.developer.singpass.gov.sg/docs/singpass-developer-portal-sdp/billing-and-finance/how-to-view-or-download-your-invoice.md)


---

# 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.developer.singpass.gov.sg/docs/singpass-developer-portal-sdp.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.
