# Points

The points module allows you to easily track the standing point of the members in your server.

{% hint style="info" %}
Before using this module, make sure that the points module is enabled in the [Configuration](/info/config.md) menu and configured [correctly](/info/config.md#configure-the-points-module).
{% endhint %}

## <mark style="color:blue;">Points</mark>

If configured correctly, when you run a moderation command, Trident will add points to the user corresponding to your server configuration.

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

## <mark style="color:blue;">My Points</mark>

The `/mypoints` command allows you to view your current points and in how many points they will receive an automatic ban or further moderator action.

## <mark style="color:blue;">Managing Points</mark> <a href="#managing" id="managing"></a>

We provide multiple commands which can be used to manage a user's points.

{% hint style="info" %}
You can view more information on these commands in the [Commands guide](/info/commands.md#point-commands).
{% endhint %}

### /points view

This command allows you to view the current points of a user.

### /points edit

This command allows you to add to, remove from or set the points of a user.

{% hint style="info" %}
The user must be in your server to edit their points.
{% endhint %}

### /points history

This command allows you to view the recent changes to a user's points.


---

# 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.trident.bot/modules/points.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.
