To extract data about the usage of your customized Copilot agent, you can utilize the metrics available in the Microsoft Copilot Dashboard. This includes information such as the number of actions taken by users in applications like Outlook, PowerPoint, Teams, and Word. Additionally, you can gather insights on prompts submitted through Copilot Chat in various environments.
For specific data like the frequency of use and most asked questions, you may need to analyze the conversation transcripts stored in the ConversationTranscript table in Dataverse. This table logs interactions between users and the agent, which can help identify frequently asked questions and user engagement patterns.
To summarize, you can:
- Access the Microsoft Copilot Dashboard for overall usage metrics.
- Analyze the ConversationTranscript table to identify user interactions and common inquiries.
References: