# Activity Log

The Activity Log provides a complete trail for all user currencies, including points, gems, and diamonds. By giving users a clear view of their transaction history, you reduce support inquiries regarding "missing" rewards and provide a more transparent experience.

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

#### Key Log Features

In the Activity Log, users can monitor their balance dynamics through four primary data points:

* Activity & Source: Each entry displays the type of action (e.g., "Points awarded") and its specific origin (e.g., Raffle, Leaderboard, or Marketing).
* Amount: A clear indicator of the value added or deducted during that specific event.
* Balance Snapshot: The "Balance" column shows the exact total remaining in the user's wallet immediately following that transaction.
* Time: A precise timestamp for every movement, organized under daily headers for better readability.

#### Filtering & Customization

To help users find specific data quickly, the log includes two primary filtering mechanisms located at the top right of the interface:

* Type: Users can toggle between Points, Gems, or Diamonds.
  * **Note:** Gems and Diamonds filters are only visible if those specific wallets are enabled for your account.
* Time Period: Users can narrow their view to Today, This Week, or the Previous Week. For these filters, a week is defined as Monday through Sunday.

{% hint style="info" %}
**Note:** To maintain a clean and user-friendly interface, several backend processes are consolidated under the Marketing label. This category encompasses:
{% endhint %}

* Manual adjustments made by administrators.
* Automated rules triggered by the system.
* Specific promotional campaigns.


---

# 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.smartico.ai/welcome/products/gamification-basics/activity-log.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.
