> For the complete documentation index, see [llms.txt](https://ak-scripts.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ak-scripts.gitbook.io/docs/akxi-lie/givecar/pei-zhi.md).

# 配置

你可以在`config.lua`更改列出功能！

```lua
Config = {
    PopupNotify = true,                                      -- 是否弹出通知窗口
    PlayerSelectRadius = 15.0,                               -- 玩家选择的半径范围（单位：米）
    TowTruckModel = 'flatbed',                               -- 拖车模型的名称
    TowDriverModel = 's_m_y_construct_01',                   -- 拖车司机模型
    TowDriveSpeed = 30.0,                                    -- 拖车驾驶员的速度
    TowDistance = 5.0,                                       -- 拖车拖动的最大距离
    SpawnDistance = 500.0,                                   -- 拖车生成位置距离
    AllowedLicenses = {                                      -- 权限设置
        'license:xxxxxxxxxxxxxxxxxxx'   -- 允许的许可证
        -- 你可以在这里添加更多管理权限
    }
}
```


---

# 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://ak-scripts.gitbook.io/docs/akxi-lie/givecar/pei-zhi.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.
