> For the complete documentation index, see [llms.txt](https://docs.wornoffkeys.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.wornoffkeys.com/built-in-commands-and-features/custom-commands.md).

# Custom commands

WOKCommands gives server owners the ability to add in simple custom commands. This is a basic command -> text reply command.

Here is how to create a custom command:

```
/customCommand create <Command Name> <Description> <Response>
```

Here is how to delete a custom command:

```
/customCommand delete <Command Name>
```
