# Events tab

The **Events** tab shows every event available for a connected destination.

Use it to review event coverage, toggle events on or off, and open an event editor.

## Open the Events tab

{% stepper %}
{% step %}

### Open Littledata

Open the Littledata app from your Shopify admin.

<figure><img src="/files/YobpZIu1QlmeUbkIfHxC" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Open a destination

Go to **Settings** for a connected integration, such as GA4 or Klaviyo.

<figure><img src="/files/ZP7MUkOsSH6k77PjoCv2" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Select Events

Open the **Events** tab to view the tracked events for that destination.

<figure><img src="/files/ePA527wkPh4qyOge2n02" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}

{% hint style="info" %}
Each integration has its own **Events** tab. You only see relevant events.
{% endhint %}

## What you'll see

The table is paginated and shows up to 10 events per page.

| Column         | Description                                                   |
| -------------- | ------------------------------------------------------------- |
| **Event name** | The name of the event (for example `purchase`, `add_to_cart`) |
| **Source**     | Server-side (database icon) or client-side (globe icon)       |
| **Event type** | Currently `Standard` for all default events                   |
| **Status**     | Whether the event is `Enabled` or `Disabled`                  |

## Enable or disable events

{% stepper %}
{% step %}

### Open the event menu

Click the **three-dot menu** on the right of an event row.
{% endstep %}

{% step %}

### Change the status

Select **Enable** or **Disable**.

<figure><img src="/files/Yf4J1DFSDIoM4N3H5VbW" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Save the change

Use the save bar to click **Save**.

Click **Discard** if you want to revert.
{% endstep %}
{% endstepper %}

{% hint style="info" %}
Disabling an event only affects that destination. Other destinations keep receiving their own events.
{% 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://help.littledata.io/event-customiser/events-tab.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.
