# Log Event Call

Log Event call helps you give a complete picture to Browsee and each session so that you can search these sessions or segments with ease.

Log Event call is in similar to the existing analytics solutions you have used like Amplitude, Mixpanel, Google Analytics.

You can use it as

```javascript
_browsee('logEvent', '<EVENT_NAME>',
         {house: 'Baratheon',
          location: 'Trident'}))
```

Now, while searching for sessions you can filter them by the `EVENT_NAME` by adding a filter or in the search bar.

![Search by Event Name in search bar](/files/-M8EOTyGeXsJkFeEg-13)

Or, you can specify it as a filter from the Add Filter menu.

![Add as a filter](/files/-M8EOTyIUzcwLDitWpug)

As with other search parameters, you can create a segment from a condition based on Event Name.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.browsee.io/integration/api-calls/log-event-call.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
