> Portal Navigation: > > - Append `.md` to any URL under `https://dev.wix.com/docs/` to get its markdown version. > - Pages are either content pages (article or reference text) or menu pages (a list of links to child pages). > - To get a menu page, truncate any URL to a parent path and append `.md` (e.g. `https://dev.wix.com/docs/sdk.md`, `https://dev.wix.com/docs/sdk/core-modules.md`). > - Top-level index of all portals: https://dev.wix.com/docs/llms.txt > - Full concatenated docs: https://dev.wix.com/docs/llms-full.txt ## Resource: Sample Flows ## Article: Sample Flows ## Article Link: https://dev.wix.com/docs/api-reference/business-management/headless/recovery/sample-flows.md ## Article Content: # Recovery Email: Sample Use Cases and Flows This article shares some possible use cases your app could support, as well as a sample flow that could support each use case. This can be a helpful jumping-off point as you plan your app's implementation. ## Send a recovery email to a member and redirect them back to your site's login page after they've reset their password In this scenario, a member has forgotten their password, so you send a recovery email to them, allowing them to reset their password. After resetting their password, you redirect the member back to your login page. 1. Add a form to your site or app that allows members to request to reset their password. This form must provide you with their email address. 1. Call [Query Members](https://dev.wix.com/docs/rest/crm/members-contacts/members/members/query-members.md) to check that a member exists with this email address. 1. Call [Send Recovery Email](https://dev.wix.com/docs/rest/business-management/headless-authentication/recovery/send-recovery-email.md), specifying the member's email address and your login page as the redirect URL.