> For the complete documentation index, see [llms.txt](https://docs.av-scripts.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.av-scripts.com/laptop-pack-v3/racing/categories.md).

# Categories

In av\_racing/config/\_categories.lua you will find a table named **Config.TracksCategories**.

> Defines the categories used for filtering and event creation. Each entry requires a `canUse` function returning a boolean.
>
> * If `true`, the user has full access to the category.
> * If `false`, all associated tracks and events are hidden.

***Default Setup:*** The provided example restricts categories 1-3 (illegal races) from police players, while the 4th category is visible only to police.

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


---

# 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://docs.av-scripts.com/laptop-pack-v3/racing/categories.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.
