# View Requests From a Live Debugging Session

## Introduction

Live Debugging is performed either in Staging environment or in the Production environment.

## Procedure

To perform Live Debugging on Ingest Labs:

**Step 1:** Select **Live Debugging** on the left navigation panel.

<figure><img src="/files/ZoUOM3DzQB5JSBFAgbP6" alt=""><figcaption></figcaption></figure>

**Step 2:** There are two environments present:

* **Production** – When elements are pushed to the production environment, you can check the live details in the production environment.&#x20;
* **Staging** – When elements are pushed to the staging environment, you can check the live details in the staging environment.

<figure><img src="/files/t8ji7y1PkyrQ72qdlGvu" alt=""><figcaption></figcaption></figure>

For this demonstration we have taken example of Production, click Production.

<figure><img src="/files/vvrJ6F5z2rlwC98q49zO" alt=""><figcaption></figcaption></figure>

**Step 3:** Click **Start Debugging** on the top right corner of the screen.

<figure><img src="/files/YFXjK29OGFYgMpMbqjp9" alt=""><figcaption></figcaption></figure>

**Step 4:** Enter the Debug ID in the **Debug ID** field or click **Start** to start the debugging session. You need to enter a Debug ID to see events exclusively from your session on the website.

<figure><img src="/files/FygkgQkFZx27aRNTjCnt" alt=""><figcaption></figcaption></figure>

The following screen appears:

**Step Result**: The live debugging details appear on the screen. Now, you can view all the events firing in real time, only for your session on the website, for debugging purposes.

<figure><img src="/files/pDls4S1gYThpXd1ymcHQ" alt=""><figcaption></figcaption></figure>

**Note 1**: The Debug ID is unique and is meant to streamline traffic tracking. Without a debug ID, you will be bombarded with general traffic data. Using a debug ID will help to streamline data and view the traffic for a particular session. A debug ID is not mandatory for Staging. A Debug ID is required for Production due to the huge network traffic.

**Note 2:** To retrieve the Debug ID, follow the procedure **Retrieve the DebugID Using Console**.

{% embed url="<https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FaDMDmegqZUJFhJhF4JQG%2Fuploads%2F3IIKCJrXWuyzoMl01Iyy%2FUsing%20Debugging%20Session.mp4?alt=media&token=e0d59b52-2222-4542-9ff8-6ecdd0b8e6dc>" %}


---

# 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.ingestlabs.com/tag-manager/live-debugging/view-requests-from-a-live-debugging-session.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.
