> For the complete documentation index, see [llms.txt](https://tyrix.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tyrix.gitbook.io/docs/script-resources/tyrix-business/commands.md).

# Commands

| Command          | Description                                                                                                                 | Permission          |
| ---------------- | --------------------------------------------------------------------------------------------------------------------------- | ------------------- |
| `/business`      | Open the Business Manager UI                                                                                                | Admin               |
| `/recipecreator` | Open the Recipe Manager UI                                                                                                  | Admin               |
| `/switchtotyrix` | One-shot legacy import from `pug_businesses` - [see Migrating from pug](/docs/script-resources/tyrix-business/migration.md) | Server console only |

The `/business` command name is configurable - change `Config.BusinessCreator.command` in `config.lua` if you want a different keyword.

**Admin** access is granted to players in any `Config.AdminGroups` group or matching a `Config.AdminIdentifiers` entry. See [Configuration → Admin access](/docs/script-resources/tyrix-business/configuration.md#admin-access).
