> 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/getting-started/user-device-and-software-requirement.md).

# User Device & Software Requirement

If you are enabling users to access your digital service on non-personal devices (e.g. kiosks or shared terminals), you should ensure that the device meets the following requirements to support Singpass authentication.

### Internet Connectivity

A stable Internet connection is required.

### Supported Browsers

You may find the supported browsers at this [AskGov](https://ask.gov.sg/singpass/questions/clul3am5x003wo12th5witu9z) page.

#### Secure In-App Browsers

Webview embedded browsers are not supported. Please refer to the following help center for additional information.

* [How to identify Webview browser?](https://partnersupport.singpass.gov.sg/hc/en-sg/articles/39909135503129--8-Nov-2024-Discontinuation-of-WebView-Support-for-Singpass-in-Mobile-Apps)
* What should I do?
  * [For iOS](https://github.com/singpass/iOS-Singpass-in-app-browser-login-demo?tab=readme-ov-file#migrating-away-from-webview-for-ios-mobile-app-singpass-logins)
  * [For Android](https://github.com/singpass/Android-Singpass-in-app-browser-login-demo?tab=readme-ov-file#migrating-away-from-webview-for-android-mobile-app-singpass-logins)

### Camera Requirement

The device that your user is using to access your digital service must have a working front camera, as Singpass Face Verification (SFV) may be triggered for higher-risk transactions carrying a greater chance of fraud or account takeover. Find out more [here](https://ask.gov.sg/singpass/questions/cmbjbxmnv01rs4ds4cbi6izvj).


---

# 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/getting-started/user-device-and-software-requirement.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.
