# Integration Guide

This section will walk you through how to set up your Singpass Login or Myinfo (v5) integration.

As Singpass' authentication API is fully compliant with **OIDC** and the **FAPI 2.0 Security Profile**, we suggest that you use any one of these [OpenID-certified relying party libraries](https://openid.net/developers/certified-openid-connect-implementations/) to streamline your integration. Kindly refer to our [demo app](https://github.com/singpass/demo-app) for an example of how such libraries may be used.

Whether you choose to use an off-the-shelf client library, or use your own custom integration, you may refer to the subsequent pages to learn more about the Singpass authentication API.


---

# 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.developer.singpass.gov.sg/docs/technical-specifications/integration-guide.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.
