# Notifications & Logs

<figure><img src="/files/TOZ1pqrh96QNQAm2EuW6" alt=""><figcaption><p>The notifications panel (bell icon) has two tabs: <strong>Events</strong> (background activity) and <strong>Errors</strong> (exceptions with optional solution text and a Copy Stack Trace button).</p></figcaption></figure>

RestocksAIO provides real-time notifications for successes, warnings, and errors, plus an events feed to track background activity.

## Notifications

You’ll see context-aware snackbars at the bottom-right for actions like saves, downloads, or errors. Typical messages include:

* **Success**: confirmations when actions complete.
* **Processing**: long-running operations (e.g., loading listings).
* **Error**: actionable messages with short hints.

{% hint style="info" %}
If a message references a specific feature (e.g., PoD, Price Comparator, Cookie Importer), check the corresponding page for detailed steps.
{% endhint %}

## Error log

The error log aggregates recent exceptions with a short description. Use it to:

* Identify which feature failed (Bricker Mode, Sales, Actions, etc.).
* Copy the message if you need to open a support ticket.
* Cross-reference with our **Errors** section for fixes.

{% content-ref url="/pages/a1HZfdrqp6pRo8X4Igpt" %}
[Errors](/problem-solving/errors.md)
{% endcontent-ref %}

## Events

Events record major background actions like task state changes, sales detections, or scheduled pickups. This helps you audit what happened while you were away.

## Sale notifications: category field

Bricker Mode sale notifications (Discord and Telegram) include a **Category** field that indicates which bucket the sale came from:

* **Resale** — standard flat-fee listing.
* **Direct** — StockX Buyer-Direct Seller sale.
* **Consign** — consignment / Flex sale.

On Discord the category appears as a dedicated embed field labeled **Category**. On Telegram it appears as a `Category: <value>` line in the message. This replaces the previous yes/no "Is Consign" indicator, so you can tell Direct and Resale sales apart at a glance.


---

# 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.restock.gg/features/notifications-and-logs.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.
