--- title: Query events in the Sitecore Analytics database slug: '2424' canonical_url: https://docs.coveo.com/en/2424/ collection: coveo-for-sitecore-v5 source_format: adoc --- # Query events in the Sitecore Analytics database > **Legacy feature** > > This article pertains to achieving relevance with the Coveo Hive framework. > Coveo Hive is now in maintenance mode. > > See [Achieve relevance](https://docs.coveo.com/en/n9qd0318/) for guidance on leveraging [Coveo Platform](https://docs.coveo.com/en/186/) relevance features with the Coveo Atomic library. Knowing how to query page events directly in the Analytics database can be useful to validate that events coming from a Coveo Search Interface are correctly logged. ## Querying xDB Page Events . Download and install [Robomongo](http://robomongo.org/). . Open Robomongo and connect to `localhost`. . Look for the `Interactions` collection in the `analytics` database. Double-click it and you should get a list of documents. . By default, the documents are ordered by ascending date of insertion. Expand one of the latest documents; you should see a number of properties there. Expand the `Pages` array. . Expand one of the `Pages` element. You should get an array of `PageEvents`. Expand this array to see the page events that have been logged.