# Activity

The **Activities** page provides a complete audit log of all actions performed within the referral program.

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

***

### 1. Activity Log

The activity table displays a chronological list of all actions performed by customers.

#### Key Fields

| Field          | Description                                             |
| -------------- | ------------------------------------------------------- |
| **Created at** | Date and time the activity occurred                     |
| **Customer**   | Email or name of the user who performed the action      |
| **Role**       | User role in the referral program (Referrer or Referee) |
| **Action**     | Description of the activity                             |

***

### 2. Activity Types

Common activities include:

* **Joined program**\
  Customer joined the referral program and received a referral link
* **Claimed coupon**\
  Referee applied a referral discount code
* **Purchased order**\
  Referee completed an order
* **Reward issued**\
  Referrer received a reward from a successful referral
* **Banned**\
  A customer was blocked from the referral program due to fraud detection

***

### 3. Sorting

* Activities are sorted by **Created at**
* You can reorder to view the latest or earliest events

***

### 4. Notes

* This page provides a **read-only activity log** (no actions can be performed)
* Each activity reflects a step in the referral lifecycle
* Use this page for troubleshooting, auditing, and performance tracking


---

# 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.bloop.plus/referral-program/activity.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.
