# Creating an Event

Events are actions performed by visitors within the website. As any action could be an event, it’s important to know which events are relevant to your website. Once you’ve started receiving the data, you’ll learn how visitors navigate and interact with your website.

**Creation of an event**

* Log in to the dashboard and navigate to the Event Analyzer page from the sidebar

![](/files/-M_LVRMrn8AFCNjMDEMr)

* Click on "+Event" to create an event

![](/files/-M_LV2uIAln2yT8CD_-Z)

* Enter the following details:

  1. **Name:** A meaningful name for your event that will allow you to easily locate it in the dashboard
  2. **Event customer id:** Provide the unique event customer id for the reference of an event. By default, the event name is considered to be the event customer-id
  3. **Description:** Briefly describe what this event is about. This will help your team members understand the experience's purpose
  4. **Event type:** There are 4 types of events\
     &#x20;• **Track:** It helps you to guide your visitors through  content like when the   &#x20;

     &#x20;                 event is visited, how long it was visited

  &#x20;         • **Page:**    It helps to understand how many times a particular page has been \
  &#x20;                          visited\
  &#x20;         • **Click:**    It helps you to know how many visitors have clicked the specific \
  &#x20;                          element on the website\
  &#x20;         • **Screen:**  It helps you to know how much part of the webpage have been \
  &#x20;                           scrolled and read

![](/files/-M_Mo62nsV5S21gU8mOf)

* Once all the details are provided click on the "Create event" button

![](/files/-M_LZPXFknbr_rh4XCU4)


---

# 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://doc.customfit.ai/event-analyzer/creating-an-event.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.
