# Singpass Developer Portal (SDP)

- [User Guide](https://docs.developer.singpass.gov.sg/docs/singpass-developer-portal-sdp/user-guide.md): Guide to Navigating the Singpass Developer Portal (SDP)
- [Obtaining Access to the Singpass Developer Portal (SDP)](https://docs.developer.singpass.gov.sg/docs/singpass-developer-portal-sdp/user-guide/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/user-guide/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/user-guide/toggling-between-staging-and-production.md)
- [Create Staging App](https://docs.developer.singpass.gov.sg/docs/singpass-developer-portal-sdp/user-guide/create-staging-app.md)
- [Edit Staging App](https://docs.developer.singpass.gov.sg/docs/singpass-developer-portal-sdp/user-guide/edit-staging-app.md)
- [Create Staging Test Account](https://docs.developer.singpass.gov.sg/docs/singpass-developer-portal-sdp/user-guide/create-staging-test-account.md)
- [Create Production App](https://docs.developer.singpass.gov.sg/docs/singpass-developer-portal-sdp/user-guide/create-production-app.md)
- [Edit Production App](https://docs.developer.singpass.gov.sg/docs/singpass-developer-portal-sdp/user-guide/edit-production-app.md)
- [Consent to Singpass Service Agreement](https://docs.developer.singpass.gov.sg/docs/singpass-developer-portal-sdp/user-guide/consent-to-singpass-service-agreement.md): This applies to private-sector partners who do not have an existing Singpass Services Agreement.
- [View Singpass Service Agreement](https://docs.developer.singpass.gov.sg/docs/singpass-developer-portal-sdp/user-guide/view-singpass-service-agreement.md)
- [Updating Billing Contact Information](https://docs.developer.singpass.gov.sg/docs/singpass-developer-portal-sdp/user-guide/updating-billing-contact-information.md)
- [Deactivate Production App](https://docs.developer.singpass.gov.sg/docs/singpass-developer-portal-sdp/user-guide/deactivate-production-app.md)
- [Activate Production App](https://docs.developer.singpass.gov.sg/docs/singpass-developer-portal-sdp/user-guide/activate-production-app.md)
- [How to View Production App Transactions](https://docs.developer.singpass.gov.sg/docs/singpass-developer-portal-sdp/user-guide/how-to-view-production-app-transactions.md)
- [How to View Entity Transactions](https://docs.developer.singpass.gov.sg/docs/singpass-developer-portal-sdp/user-guide/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/user-guide/how-to-view-or-download-your-invoice.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](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)
- [Site URL](https://docs.developer.singpass.gov.sg/docs/singpass-developer-portal-sdp/understanding-the-app-config-fields/site-url.md)
- [Support Emails](https://docs.developer.singpass.gov.sg/docs/singpass-developer-portal-sdp/understanding-the-app-config-fields/support-emails.md)
- [Allowed Scopes](https://docs.developer.singpass.gov.sg/docs/singpass-developer-portal-sdp/understanding-the-app-config-fields/allowed-scopes.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)


---

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