> 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-docs/sign-with-singpass/for-relying-parties/how-our-api-works/singpass-services-agreement.md).

# Singpass Services Agreement

Relying Parties (RPs) who wish to use Sign with Singpass in their production environments will first have to accept the Singpass Services Agreement, which can be found on the [Singpass Developer Portal (SDP).](https://developer.singpass.gov.sg/)

After logging into SDP, follow these instructions to submit your [Consent to the Singpass Services Agreement](https://docs.developer.singpass.gov.sg/docs/singpass-developer-portal-sdp/user-guide/consent-to-singpass-service-agreement)

{% hint style="info" %}
**If you do not have an SDP account,** please follow these instructions to [obtain an SDP account](https://docs.developer.singpass.gov.sg/docs/singpass-developer-portal-sdp/user-guide/obtain-access-to-sdp)
{% endhint %}

## Obtaining the acknowledgement

If you have previously consented to the agreement, you can log into SDP to [view the Singpass Services Agreement](https://docs.developer.singpass.gov.sg/docs/singpass-developer-portal-sdp/user-guide/view-singpass-service-agreement).

**In order to submit a** [**request for production access**](/docs/singpass-developer-docs/sign-with-singpass/for-relying-parties/onboard.md#request-for-production-access)**,** you will need to take a screenshot of this page (sample below).

{% hint style="warning" %}
Please ensure that the **entity name** reflected in the screenshot is the same as the **company name** entered in the onboarding form.
{% endhint %}

<figure><img src="https://3146998070-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FYUqAI09tBnmTJ02qSo9L%2Fuploads%2Fgit-blob-0bf9b57364cdfe7ea4bce20320cedaa8f240e18f%2Fimage%20(1)%20(2).png?alt=media" alt=""><figcaption><p>Sample screenshot</p></figcaption></figure>


---

# 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-docs/sign-with-singpass/for-relying-parties/how-our-api-works/singpass-services-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.
