From 2730ba7de738fec41a1f381a063fc855f8e6efb6 Mon Sep 17 00:00:00 2001 From: Adrian Kahali Date: Fri, 15 May 2026 14:05:26 -0400 Subject: [PATCH] fix(get-started): add clarification for events --- get-started/manage-your-agent/inspect.mdx | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/get-started/manage-your-agent/inspect.mdx b/get-started/manage-your-agent/inspect.mdx index cbe9e9ff..45dbe04a 100644 --- a/get-started/manage-your-agent/inspect.mdx +++ b/get-started/manage-your-agent/inspect.mdx @@ -37,7 +37,7 @@ Once you’ve published your changes, your bot will print that statement to its ## Events -Events represent anything that happens within the bot, such as messages from users, bot replies, and system-level occurrences. You can view all incoming events processed by your agent in the **Events** section: +Events represent what happens within your bot, such as messages from users and system-level occurrences. You can view all incoming events processed by your agent in the **Events** section: + +An event is any action that triggers bot activation. Only incoming messages & events that a bot listens to count towards your event quota. + +The following actions count as an incoming message & event: + +- A user saying "Hello" to a bot +- A reaction being added to a message +- A [Trigger](/studio/concepts/triggers) that opens the bot +- A session timeout event +- Opening the bot's shareable URL +- Publishing your bot (counts as 3 events) + +The following actions don't count as an incoming message & event: +‍ +- A message sent by the bot in response to a user message +- An execute code card +- [Workflow](/studio/concepts/workflows) transitions + + ### Event data Select any event to view a detailed JSON representation of all its associated data: