> 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.

If you use Myinfo Business (v1/v2) and retrieve person data through the Myinfo v3 Person API, follow the [Myinfo Business (v1/v2) Person v3 flows migration guide](/docs/technical-specifications/migration-guides/migrating-mib-v1-v2-person-v3-to-myinfo-v5.md).

<table><thead><tr><th width="231.05078125">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>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><tr><td>Myinfo Business (v1/v2)</td><td>Please refer to <a href="https://docs.corppass.gov.sg/technical-specifications/corppass-authorization-api-fapi-2.0/migration-guides/migration-guide-myinfo-business-v1-v2-to-v3-fapi-2.0">Myinfo Business migration guide here</a>.</td></tr><tr><td>Verify, Sign with Singpass<br><br>For WOG - Person-Basic, EDH</td><td>Migration is not required at the moment</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, and the optional `goal` query parameter:

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