> For the complete documentation index, see [llms.txt](https://evo-development.gitbook.io/evo-development-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://evo-development.gitbook.io/evo-development-docs/products/anklet-tracking-system/support.md).

# Support

### Inventory Systems

* **qb-inventory**: Full support
* **ox\_inventory**: Full support
* **quasar-inventory**: Full support
* **codem-inventory**: Full support
* **ps-inventory**: Full support
* **lj-inventory**: Full support

### Target Systems

* **qb-target**: Full support
* **ox\_target**: Full support

### Dispatch Systems

* **ps-dispatch**: Full support with custom alerts
* **qb-dispatch**: Full support
* **cd\_dispatch**: Full support
* **karma-dispatch**: Full support

## Troubleshooting

### **Common Issues:**

1. **Anklet not spawning**: Check if you have an active license or max 8 player slots
2. **Items not working**: Verify inventory integration and item names
3. **Database errors**: Ensure MySQL is running and tables are created
4. **UI not showing**: Check browser console for JavaScript errors

### **Debug Mode:**

Enable debug mode in `config.lua`:

```lua
Config.Debug = true
```

This will provide detailed console output for troubleshooting.

### Performance Optimization

* **Cache System**: Enable caching for better performance
* **Update Intervals**: Adjust tracking intervals based on server load
* **Zone Optimization**: Use efficient zone checking algorithms
* **Database Queries**: Optimize queries with proper indexing

### Customization

* **Zone Configuration**: Modify `zone.lua` for custom restricted areas
* **Router Locations**: Add new router spawn points in `router/config.lua`
* **UI Themes**: Customize colors and styles in CSS files
* **Animations**: Modify animation sequences in configuration files
