> ## Documentation Index
> Fetch the complete documentation index at: https://statsig-4b2ff144-serverless-cloudflare.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Events Mode on Logs Explorer

Events Mode brings the searching and filtering abilities from [Log Explorer](/infra-analytics/logs-explorer) to your *existing* Statsig events data. No additional instrumentation required!

* Debug user activity with more control
* Trace the sequence of actions a user performed
* Narrow in on specific events from metadata properties

<Info>
  Events Mode is available to all **Statsig Cloud customers**.
</Info>

***

### To Get Started:

1. Open Logs Explorer from the left navigation.
2. Use the toggle next to the search bar to switch from **Logs** mode to **Events** mode.
3. Start searching across event names, properties, and time ranges.

***

### How to Construct your Search

You can search through events in two ways:

1. **Writing queries:** Use [syntax-based search](/infra-analytics/logs-explorer-queries) to target specific events and properties
2. **Using the query builder:** Point-and-click to construct filters without syntax overhead.

<img src="https://mintcdn.com/statsig-4b2ff144-serverless-cloudflare/4Y9GDUOpHMGP4hLA/images/infra-analytics/events-explorer-querying.png?fit=max&auto=format&n=4Y9GDUOpHMGP4hLA&q=85&s=5e73660c88c155c41b8b6dfed353ed15" alt="Events Explorer Overview" width="2324" height="1122" data-path="images/infra-analytics/events-explorer-querying.png" />

***

### Example Workflows

| Description                                                    | Query                                                                |
| -------------------------------------------------------------- | -------------------------------------------------------------------- |
| Find all enterprise account signups from web browser devices   | `event_name:signup_completed AND #plan:enterprise AND #platform:web` |
| Find all checkout events where the item name contained "black" | `@#custom_event:checkout_event,add_to_cart AND @product:"*black*"`   |
| Find all events from users with a gmail account                | `#user_object.email:"*gmail.com"`                                    |
