> For the complete documentation index, see [llms.txt](https://docs.corppass.gov.sg/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.corppass.gov.sg/corppass-developer-portal-cdp/user-guide/portal-features/managing-digital-service.md).

# Managing Digital Service

The Corppass Developer Portal allows you to manage the metadata associated with your digital services, ensuring that your services remain up-to-date and accurate. This includes the ability to add, update, or delete metadata entries related to your digital service.

## Updating the Digital Service

You can update the details of an existing digital service at any time. This includes:

* **Service Name**
* **Description**
* **Metadata**

Updates to these fields can be made directly in the portal and do not require additional approval. The **agency admin** is responsible for managing any changes to the digital service data.

## Managing Metadata

The portal also allows you to manage the metadata linked to your digital services. This includes:

* **the OIDC Parameters**&#x20;
* **advanced settings**
* **authorisation metadata**

### Note:

**Once a digital service is published and in an 'Active' state**, certain configurations cannot be modified as entity users' explicit authorizations are tied to them:

* **UEN Entity Types**: Once allowed, they cannot be removed.
* **Parameters**: Once published, they cannot be added, edited, or removed.
* **Roles**: Once published, they cannot be added, edited, or removed.

Ensure all configurations are carefully reviewed before publishing.


---

# 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.corppass.gov.sg/corppass-developer-portal-cdp/user-guide/portal-features/managing-digital-service.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.
