> 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/service-agreement/consent-to-singpass-service-agreement.md).

# Consent to Singpass Service Agreement

This applies to private-sector partners who do not have an existing Singpass Services Agreement.

**Prerequisites:**

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

{% stepper %}
{% step %}

### Open Service Agreement

Click the **profile icon** showing your UEN and select **Service Agreement**.

<figure><img src="https://2816701917-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FW3T7d7fy7OGYkZf4zVKU%2Fuploads%2FVjYmaGxXdWoUb0sge86p%2Fimage.png?alt=media&amp;token=e6157d1e-ecfa-4646-81da-3d463d812956" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Review the agreement and click Next

Read through the Service Agreement, then click **Next**.

<figure><img src="https://2816701917-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FW3T7d7fy7OGYkZf4zVKU%2Fuploads%2FKCibSxmatLEG3UvPcGRQ%2Fimage.png?alt=media&amp;token=ef6741a2-3fae-44e9-8544-e2e24c17f07b" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Verify your company details

Confirm the company Point-of-Contact (POC) and Company/Entity Name shown.

<figure><img src="https://2816701917-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FW3T7d7fy7OGYkZf4zVKU%2Fuploads%2FdhUpAhLXrta9pdy6E3DG%2Fimage.png?alt=media&amp;token=7ef8bd82-b7c7-400f-81c4-e8ed4d6d64ba" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Fill in contact details and click Accept

Fill in the required details under **Agreement related contact details**, then click **Accept**.

<figure><img src="https://2816701917-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FW3T7d7fy7OGYkZf4zVKU%2Fuploads%2FznkAeIJfiGsW3H7dzBij%2Fimage.png?alt=media&amp;token=b06a0f15-117a-49ef-b03f-47dfe9be11c9" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Agreement accepted

The Service Agreement is now accepted. You will see the confirmed POC and company/entity name.

<figure><img src="https://2816701917-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FW3T7d7fy7OGYkZf4zVKU%2Fuploads%2FgKzDBFYyBqId4BiHIiUu%2Fimage.png?alt=media&amp;token=aa79cbbf-2bc2-49a8-b06a-3d40e15a8a82" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Create your Production app

You can now create apps in the Production environment using **+ New App**.

<figure><img src="https://2816701917-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FW3T7d7fy7OGYkZf4zVKU%2Fuploads%2F7P3pswuuFPj7Haj0kowo%2Fimage.png?alt=media&amp;token=4578b365-07cc-48d5-9cf2-a39e028de2cf" 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/service-agreement/consent-to-singpass-service-agreement.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.
