> 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/technical-specifications/migration-guides.md).

# Migration Guides

This section contains guides to help you migrate your existing integrations to be compliant with the new Authentication API.

If you are unsure about the type of your app, you may log in to the [Singpass Developer Portal](https://developer.singpass.gov.sg/). The app types of each of your apps will be visible on the dashboard page, once you log in.

<table><thead><tr><th width="219.87890625">App Type</th><th>Migration Requirement</th></tr></thead><tbody><tr><td>Login / Myinfo (v5) </td><td><p>You <strong>do not need</strong> to create a new app/duplicate your app, unless there is a change in your user journey. </p><p></p><p>Refer to <a href="https://docs.developer.singpass.gov.sg/docs/technical-specifications/migration-guides/login-myinfo-v5-apps">this section</a> for more info. </p></td></tr><tr><td>Myinfo (v3/v4)</td><td>You <strong>need</strong> to create a new app/duplicate your app to <strong>obtain a new client id.</strong> You may <a href="/pages/1P9fXUwAkqLpgAOo5nVv">duplicate your app</a>. <br><br>Refer to <a href="https://docs.developer.singpass.gov.sg/docs/technical-specifications/migration-guides/myinfo-v3-apps">Myinfo (v3)</a> or <a href="https://docs.developer.singpass.gov.sg/docs/technical-specifications/migration-guides/myinfo-v4-apps">Myinfo (v4)</a> for more info.</td></tr></tbody></table>


---

# 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:

```
GET https://docs.developer.singpass.gov.sg/docs/technical-specifications/migration-guides.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.
