> 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/analytics/data/sample-flows.md ## Article Content: # Sample Flows This article shares some possible use cases your implementation could support, as well as an example flow that could support each use case. You're certainly not limited to these use cases, but they can be a helpful jumping off point as you plan your implementation. ## Display an analytics widget with data about a Wix site You can display analytics data that Wix has collected about a site in a Wix site page or dashboard page, or in an external platform. 1. Map your widget data to the relevant measurement types. 1. When a Wix user opens your widget, call [Get Analytics Data](https://dev.wix.com/docs/rest/business-management/analytics/data/get-analytics-data.md) and include any relevant date range, time zone and measurement types. 1. Display the returned values.