> 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/app-management/create-production-app.md).

# Create Production App

**Prerequisites:**

* You have to be successfully logged into [Singpass Developer Portal](https://developer.singpass.gov.sg) before you can create Production App.
* You have already toggled your Dashboard view to Production.
* The entity has already agreed to the Singpass Service Agreement.

### Steps:

{% stepper %}
{% step %}

### **Click + New App**

<figure><img src="/files/Msw2MQZRmxXGQUsGkQt3" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Select the App Type to create

<figure><img src="/files/zAUH9yCNJrCMoGdTB2Ss" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Fill in the App Details and click Next

You can toggle to preview the consent screen, Login screen and Singpass app that your users will see.

<figure><img src="/files/sQIQZOCE8mKs0XuzqzOi" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Provide the technical details and click Next

<figure><img src="/files/z4Xj6UPGreDSZpx9kR8D" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Select the relevant data scopes and click Next

<figure><img src="/files/43yCqnwpTrwyMcoQJQYW" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Review the selected data scope and click Next

<figure><img src="/files/z38sal2tZ3gUMD0kGBba" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Upload the User Journey and click Submit app

<figure><img src="/files/6baT8ozUI3JYRKW03Ozn" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Check the acknowledgement checkbox and click Submit app

{% hint style="warning" %}
Do note that the approval process may take up to two weeks. Do factor in this time when planning your app launch.
{% endhint %}

<figure><img src="/files/Zi6YyTWHYh4kX3mzi8hb" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}


---

# 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-portal-sdp/app-management/create-production-app.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.
