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

# Activate Production App

**Prerequisites:**

* Ensure you are logged in to the [Singpass Developer Portal](https://developer.singpass.gov.sg)
* Switch your Dashboard view to **Production**.
* Your entity has agreed to the Singpass Services Agreement.

***

### App statuses and what you can do

| Status             | What it means                        | Can you activate?                                       |
| ------------------ | ------------------------------------ | ------------------------------------------------------- |
| **Deactivated**    | You deactivated the app              | Yes — click **Activate App**                            |
| **Suspended**      | Deactivated by a Singpass admin      | No — contact Singpass support to reinstate              |
| **Pending Review** | App is under review after submission | No — wait for approval before the Client ID can be used |

***

### Steps to activate a Deactivated app

{% stepper %}
{% step %}

### Click on the App Name

Click the **App Name** link on your Dashboard — Production view. Confirm the app status shows **Deactivated**.

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

{% step %}

### Click Activate App

You will be redirected to the app detail view. Click **Activate App**.

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

{% step %}

### App is now Activated

The app status updates to **Activated** and the **Deactivate App** option becomes available.

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

***

### Suspended by admin

If your app has been suspended by a Singpass admin, the **Activate App** button will not be visible. A notice on the app detail page will indicate the suspension.

<figure><img src="/files/Xhik6hjXUn19tABZXlky" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}
You cannot reactivate a suspended app yourself. Contact Singpass support to have the suspension reviewed and lifted.
{% endhint %}

***

### Pending Review

If your app is under review, the app detail page will show a **Pending Review** or **Pending Approval** status. There is no Activate button at this stage.

<figure><img src="/files/ErqeWhlOGPbFXSAUF4tn" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Your **Client ID cannot be used** until the review is complete and the app status changes to **Activated**. Wait for the approval email before proceeding with your integration.
{% endhint %}


---

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