# Settings

These settings define the core rules of the Karma Points system:

* **Default Points on Task Completion** Automatically assign points when a task is completed
* **Late Completion Rule** Reduce points if tasks are completed after the due date (e.g., 50%)
* **Monthly Limits** Control how many points can be distributed:
  * Group Admins: Higher limit
  * Core Members: Standard limit
* **Allow Negative Karma** Enable deduction of points when necessary

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


---

# 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://guide.smarttask.io/karma-points/settings.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.
