# Plugin Features

## Saleries

Player Treasury lets you set a salary for each group, so they get paid every x ticks

## Debt

Player Treasury lets players go into debt part of their balance, so you can get a specific amount of money from the player and pay it to the government. The player is required to pay the debt when they get the money back.

## Logged Transactions

Player Treasury has a transaction logging system that lets you log all the transactions for each player.

## Exemption

Player Treasury lets you exempt players/businesses from paying tax, so they do not have to pay tax.


---

# 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.olziedev.com/projects/playertreasury/features.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.
