# Edit Production App

Prerequisites:

* You have to be successfully logged into [Singpass Developer Portal](https://developer.singpass.gov.sg) before you can edit Production App.
* You have already toggled your Dashboard view to Production.
* You have at least one Production App (Status = **Activated**) to be edited.

1. Click **App Name hyperlink** on your Dashboard - Production view.

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

2. You will be redirected to view the Production App details. Click **Edit**.

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

{% hint style="info" %}
Edit button will **not** be visible for App with Status = Pending Approval.
{% endhint %}

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

3. Edit the necessary details and click **Update**.

{% hint style="info" %}
App name, User Journey, App Purpose or Allowed Scopes changes will go through approval process before the changes are applied.
{% endhint %}

{% hint style="info" %}
Authentication Flow is disabled for Production Environment.
{% endhint %}

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

4. You will be redirected to view the updated Production App details.<br>

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


---

# 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/user-guide/edit-production-app.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.
