# Introduction

## sgID

sgID is an experimental authentication and data sharing service by the Singapore government with privacy-preserving features. For more information on the sgID protocol, refer to our [white paper](https://docs.id.gov.sg/1/white-paper).

## Familiar authentication flows

sgID is fully integrated into the Singpass app. To login with sgID, simply use your Singpass app to scan the sgID QR code. Check out our demo app [here](https://demo.id.gov.sg/).

sgID implements the OpenID Connect 1.0 protocol, so integrating with us will be as simple as integrating with other OpenID Providers like Google or Facebook. Integration is also made easier with our [Typescript/Javascript SDK](https://github.com/opengovsg/sgid-client).

## Try us out

sgID is currently available only to selected businesses and government agencies. Please [contact us](https://go.gov.sg/sgid-contact) for more information.


---

# 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.id.gov.sg/1/introduction.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.
