> 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/commands-list.md).

# Commands List

### Commands Overview

Below is a list of all available LT-10System commands. Each command includes a short description explaining its function. If a command isn't working as expected, double-check the syntax before reaching out for support.

<table><thead><tr><th width="344">Command</th><th width="380">Description</th></tr></thead><tbody><tr><td>/10system</td><td>Opens the 10System Control Panel.</td></tr></tbody></table>

### Using Commands in Code

You can easily run any command programmatically by using:

```lua
ExecuteCommand("your_command")
```

Just replace `"your_command"` with the appropriate command string. Make sure you understand how `ExecuteCommand` behaves within different execution contexts (e.g., server vs client) before using it extensively.
