# Free Tokens

> This function helps keep your players engaged by encouraging them to stay connected to your server as long as possible to farm tokens.

### How it works?

* Every X minutes the script will add X amount of **tokens** to every online player.
* You can add extra tokens to active VIP players.
* To customize and/or disable this function go to **config/\_config.lua > Config.FreeTokens**


---

# 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.av-scripts.com/guides/vip-script/free-tokens.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.
