diff --git a/pages/docs/boards/templates.mdx b/pages/docs/boards/templates.mdx index 646b58b259..defde26a3b 100644 --- a/pages/docs/boards/templates.mdx +++ b/pages/docs/boards/templates.mdx @@ -24,6 +24,17 @@ The Feature Launch template uses four inputs, two of which are events: “Featur - New Feature: Pick an event that captures the adoption of your new feature. For adding reviews to a streaming service, the event could be publishing a review. For e-commerce, it might be creating a “save for later” collection. - [Feature Value Moment](https://developer.mixpanel.com/docs/plan-your-implementation#value-moment-event): Select an event that indicates that a user is experiencing value in your feature. For a social media platform, it could be liking a new type of content; for a streaming service, it could be sharing a playlist; for e-commerce, it might be purchasing from the “save for later” collection. +The AI Company KPI template uses several events and properties: + +- Sign Up: An event triggered the first time a user is identified in your system, typically upon account creation or registration. +- Launch AI: An event triggered when a user first begins interacting with an AI feature, such as opening a chatbot interface or engaging a virtual assistant. +- AI Prompt Sent: An event recorded each time a user submits a prompt or query to an AI system. Include the prompt content as a property. +- AI Response Sent: An event triggered when the AI system sends a response back to the user. Include properties such as api token usage (API Tokens Used), estimated cost (API Cost), and latency (API Response Time). +- API Error: An event that logs runtime errors encountered by the AI feature or its underlying APIs during user interaction. This should capture relevant error metadata for diagnostics. +- User Feedback Submitted: An event triggered when a user provides feedback on an AI-generated response. Include properties for the Feedback Text and Sentiment, which could be structured (e.g., thumbs up/down) or unstructured (e.g., free-text). +- AI Dismissed: An event triggered when a user ends their interaction with an AI feature, such as closing a chatbot or exiting an assistant interface. +- [Conversion Event](https://developer.mixpanel.com/docs/plan-your-implementation#value-moment-event): Select an event that indicates that a user is experiencing value in your feature. For a social media platform, it could be liking a new type of content; for a streaming service, it could be sharing a playlist; for e-commerce, it might be purchasing from the “save for later” collection. + For projects that have already been implemented and have data, you will select your events, which will enable the `Create` CTA, and your Board will be generated. For projects that do not have data, please refer to our [dev docs](https://developer.mixpanel.com/docs/plan-your-implementation) and [implementation](https://help.mixpanel.com/hc/en-us/categories/115001197206-Data-and-Implementation) resources. @@ -84,7 +95,6 @@ The Lifecycle Cohort Analysis Template breaks down your user base into the parts In this section, you will find other example Boards built out in our demo data sets to highlight examples of how our most successful and data-mature customers monitor their implementation and drive adoption of Mixpanel across their organizations. The examples in this section are meant to be used as inspiration for additional Boards you can create to make sure your team is effectively monitoring your implementation as well as enabling end users to feel confident implementing and using Mixpanel. - ### Implementation Monitoring & Data Governance This template is meant to be used largely by teams that implemented Mixpanel instrumentation and will be monitoring the data governance of the implementation on an on going basis. The two sections in the Board cover best practices for: @@ -94,7 +104,11 @@ This template is meant to be used largely by teams that implemented Mixpanel ins [Implementation Monitoring & Data Governance Example Board Here](https://mixpanel.com/project/3018488/view/3536632/app/boards/#id=6664368) -Implementation Monitoring and Data Governance +Implementation Monitoring and Data Governance ### Training Board for Champions to use to Educate Users @@ -106,8 +120,11 @@ This template is meant to be used by Mixpanel Champions looking to train their t [Training Board for Champions Example Here](https://mixpanel.com/project/3018488/view/3536632/app/boards#id=7198653) -Training Board for Champions to use to Educate Users - +Training Board for Champions to use to Educate Users ### Data Troubleshooting Guide for End Users @@ -125,4 +142,8 @@ Below are various examples of some common questions or issues that Mixpanel end [Data Troubleshooting Guide Example Here](https://mixpanel.com/project/3018488/view/3536632/app/boards#id=6664372) -Data Troubleshooting Guide for End Users +Data Troubleshooting Guide for End Users