> 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/creating-digital-service.md).

# Creating Digital Service

## Digital Service Onboarding

Follow the steps outlined in the portal to successfully onboard a new digital service. The onboarding process includes:

1. **Creation of a New Digital Service**:&#x20;
   * Enter the required details, such as the service name, description, and metadata.
2. **Approval Process:**
   * Once submitted, the service request will be reviewed and approved by **GovTech personnel**.
   * Once the request is approved, its status will be set to '**Inactive'**.
3. **Post-Approval Configuration:**
   * After approval, you can configure additional settings:
     * Determine whether the service requires additional checks from the agency.
     * Define which entity types are permitted to use the service.
     * Specify if foreign entities are allowed to transact with the service.
4. **Authorisation Metadata (Optional):**
   * You can add the following authorisation metadata to the service:
     * **Sub-UEN**
     * **Roles**
     * **Parameters**

## Publishing the Digital Service

* After completing the onboarding and approval process, you can publish the digital service by clicking the **'Activate'** button. This action will change the status of the service to **Active**, making it available for use.
  * **Note:**

    If you need to suspend the service for any reason (e.g., security concerns or fraud), you can deactivate it by clicking the **'Deactivate'** button. This will change the status of the digital service to **'Inactive'**, effectively halting its use until it is reactivated.


---

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