# Point crediting

The Credits tab contains a single table which summarizes points that have been credited to customers.&#x20;

<figure><img src="/files/3PvNfoFkZAUMRHUSWFKF" alt=""><figcaption></figcaption></figure>

These are both points credited from orders and points redeemed. If you have manually credited or deducted points, these are also displayed.

It contains the following columns:

* Order
* Date
* Sales channel
* Customer name
* Points
* Reason
* Activated

Click the refresh button on the right to retrieve the latest data.

**There are two filters available for the Bookings table: Activated (select from Yes or No to sort by activation status) and Is Order (select Yes to show only points that have been credited in relation to a specific order or No for all other points)**.

### Manually activate bookings

By default, when a customer makes a purchase, the points they earn must first be activated before they are available to the customer. Until activation, the customer cannot redeem any points they have been credited.

To manually activate points associated with a purchase, select the relevant order from the list and click **Activate**.

### Activate bookings automatically

You can automate this activation process in the [bonus point activation](/en/plugins/bonus-system/installation.md#bonus-point-activation) settings. If you enable automatic activation of points, they are available to the customer immediately upon a specific event, after which the customer can redeem them against purchases.


---

# 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.premsoft.de/en/plugins/bonus-system/admin-dashboard/point-crediting.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.
