> 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/assets/editor/api-for-developers.md).

# API For Developers

LT-10System 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 full control over how your 10System functions in your server environment.

### How to use the API?

In order to call a function from the LT-10System's API, use the following format:

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