# Overview

You can use custom events to measure user behavior during experiments that are not covered by built-in metrics. Events can be managed in the [Events Manager](https://app.intelligems.io/events-manager).

There are two broad categories of custom events: those that measure page visits, and those that measure other user interactions on the site.

## Page visits

<figure><img src="/files/FRr757KQPoIl6z1uRDhI" alt="" width="328"><figcaption></figcaption></figure>

These events measure or filter to visitors who visited specific pages. Because they use Intelligems’ built-in page view tracking, they’re available retroactively, and can be added to experiments even after they’ve been started.

## User Interaction

<figure><img src="/files/K5oIws1uoksdShISl3XD" alt="" width="328"><figcaption></figcaption></figure>

These events measure user interactions on your site — for example, clicks or scrolls on a page. Targeted elements (for example for a click or "Element Visible" event) do not necessarily need to be available when the page initially loads, they can be created dynamically afterwards (for example, by an app).

{% hint style="success" %}
Custom Metrics can be added to Tests and Personalizations via the Configure Analytics tab
{% endhint %}


---

# 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.intelligems.io/analytics/custom-events/overview.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.
