> 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/products/singpass-login.md).

# Singpass Login

## What is Singpass Login API?

The Singpass Login API enables residents' easy access to government and private sector digital services. Using the Singpass app, residents can securely log in to digital services without passwords.

This service provides businesses with an accessible and established authentication gateway for all their digital services.

### Use Case: Sign in with your Singpass App

Singpass Login lets users access your service without creating or remembering passwords. Instead, they authenticate through the Singpass app using biometrics, passcode, or SMS OTP. This provides a faster, more secure, and password free login experience.

<figure><img src="/files/rgSdO3MdoFobnAbOKJXg" alt=""><figcaption><p>Use Singpass as an alternative login method to provide your users with a seamless and secure login experience.</p></figcaption></figure>

#### How Login can enhance your digital service

1. **Tap on an established and secure authentication gateway for all your digital services**\
   Businesses can easily launch an authentication gateway with the instructions provided.<br>
2. **Get access to 4 million Singpass users**\
   Ready pool of users familiar with authentication gateway and Singpass app.<br>


---

# 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/products/singpass-login.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.
