> 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-solutions/e-commerce/other-services/tips/tippable-staff/sample-flows.md ## Article Content: # Tippable Staff API: Sample Use Cases and Flows This article presents a possible use case and corresponding sample flow that you can support. This can be a helpful jumping off point as you plan your implementation. ## Implement a staff performance dashboard You can evaluate staff performance based on various metrics, including tips received. To implement a staff performance dashboard: 1. Call [List Tippable Staff](https://dev.wix.com/docs/rest/business-solutions/e-commerce/tips/tippable-staff/list-tippable-staff.md) to retrieve all tippable staff and save their IDs. 1. Calculate the total tip amount for each staff member in your desired time range. Call [Sum Tip Distributions](https://dev.wix.com/docs/rest/business-solutions/e-commerce/tips/tips/sum-tip-distribution-amounts.md) and filter using the relevant staff ID and your desired range for `createdDate`. Alternatively, call [Query Tip Distributions](https://dev.wix.com/docs/rest/business-solutions/e-commerce/tips/tips/query-tip-distributions.md) with the same filter and calculate the total tip per staff. 1. Display each staff member's information and their associated tip total.