> 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 Use Cases and Flows ## Article: Sample Use Cases and Flows ## Article Link: https://dev.wix.com/docs/api-reference/crm/community/feedback-moderation/reports-v2/sample-use-cases-and-flows.md ## Article Content: # Reports v2: Sample Use Cases and Flows This article shares some possible use cases of the API. You are not limited to these use cases, but they can be a helpful jumping off point as you plan on how to use this API. ## Track reasons for content reports You can analyze user-reported issues and identify recurring problems in the site's content. This helps site owners make informed decisions about updating community guidelines and implementing stricter content rules. For example, if the analysis reveals that a majority of reports cite "spam" as the issue, the site owner can implement automated spam detection tools and update community guidelines to address the problem proactively. To track reasons for content reports: 1. Call [Count Reports by Reason Types](https://dev.wix.com/docs/api-reference/crm/community/feedback-moderation/reports-v2/count-reports-by-reason-types.md) to retrieve the `reasonTypeCount` array, and pass it to your data analysis tool for processing. 1. On an ongoing basis, listen for the [Report Created](https://dev.wix.com/docs/api-reference/crm/community/feedback-moderation/reports-v2/report-created.md) and [Report Updated](https://dev.wix.com/docs/api-reference/crm/community/feedback-moderation/reports-v2/report-updated.md) webhooks. Extract the `reason` field from these events and send it to your data analysis tool to update your calculations in real time.