> For the complete documentation index, see [llms.txt](https://docs.pixiebrix.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pixiebrix.com/platform-overview/admin-console/telemetry.md).

# Telemetry

From the Admin Console, you can view Telemetry to provide information for any errors that may be occuring across your deployed mods.

### How to find telemetry&#x20;

Go to the [Admin Console](https://docs.pixiebrix.com/) and select Telemetry from the left side of the page.&#x20;

On the Overview Page, you'll see a list of your deployments in a tbale, with their stauts, engagement, number of errors, and when the last error was seen.&#x20;

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

{% hint style="info" %}
This view is help for general monitoring and flagging any mods that have increased or recent errors.
{% endhint %}

Click the **Error Feed** tab to view a table of specific errors.&#x20;

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

Each row provides helpful information about the scope of the errors, and details about where the error is happening.

{% hint style="info" %}
Clicking the number in the Users column opens a modal with a list of users who have experienced the error.&#x20;
{% endhint %}

### Debugging specific errors

Use the Deployments and Mod/Step columns to determine where the error is happening. Scroll to the end of the row for more information about the specific error message, PixieBrix version, Platform (Browser Extension vs Web App), and a Request URL if relevant.

{% hint style="success" %}
Use the Find feature in the data panel to search a brick name across a mod.
{% endhint %}

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

Once you've identified the brick it's happening in, it's helpful to activate the mod locally and follow [General Mod Troubleshooting](/how-to/troubleshooting/general-mod-troubleshooting.md) practices to debug the error.

### Types of errors reported to telemetry

When a user encounters an error in the mod, it will be reported to mod telemetry.&#x20;

Errors that are handled via Try/Catch will not be reported, unless you explicity use Raise Business Error brick.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.pixiebrix.com/platform-overview/admin-console/telemetry.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
