> For the complete documentation index, see [llms.txt](https://jframework.gitbook.io/help/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://jframework.gitbook.io/help/other-concepts/tracking-level.md).

# Tracking Level

The tracking level measures the amount of information collected and stored about a user. It is determined by the regulations that apply to the user's location and preferences. Users can change their tracking level at any time.

* `None (0)`: Does not track any extra information about the user.
* `Fatal (1)`: Tracks only fatal errors that are critical to the user's account.
* `Error (2)`: Tracks information essential in the user's account and includes errors.
* `Warning (3)`: Only tracks information critical to the user's account, including errors and warnings.
* `Info (4)`: Only tracks information essential to the user's account, including errors, warnings, and information.
* `Debug (5)`: Only tracks debug messages.
* `All (9999)`: Tracks all information about the user's account, including debug and other messages.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://jframework.gitbook.io/help/other-concepts/tracking-level.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.
