> For the complete documentation index, see [llms.txt](https://lt-studios.gitbook.io/lt-studios/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lt-studios.gitbook.io/lt-studios/player-controls-guide/api-for-developers.md).

# API For Developers

LT-Controls includes a flexible developer API that allows you to extend, customize, or integrate the system with your own scripts and logic. Whether you're adding new display fields, syncing external data, or modifying UI behavior, the API gives you control over how your Player Controls Guide functions in your server environment.

### How to use the API?

In order to call a function from the LT-Controls API, use the following format:

```lua
exports['lt-controls']:FunctionName(...)
```
