> 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: BI Events ## Article: BI Events ## Article Link: https://dev.wix.com/docs/build-apps/manage-your-app/data-and-analytics/bi-events.md ## Article Content: # About BI Events In your app, you can integrate code to capture Business Intelligence (BI) events. BI events enable Wix to gather data on specific user actions during app installation, usage, and upgrades. This event data provides valuable insights used to devise strategies aimed at guiding users towards success. For instance, if a user fails to complete setup, Wix can prompt them through product features like notifications and badges. ## Supported events Examples of supported BI events include: * App Dashboard Loaded * App Finished Configuration * App Upgraded * Primary Action Performed * Charge * Funds Returned * App Finish Business Setup * App Deployed * App Setup Finished Additionally, you have the flexibility to create custom events tailored to your specific needs. ## How to add BI events Add BI events using the [BI Events REST API](https://dev.wix.com/docs/rest/app-management/bi-event/introduction.md). > **Note:** Only incorporate the BI events that are directly relevant to your app's logic.