> For the complete documentation index, see [llms.txt](https://knight.metatable.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knight.metatable.dev/legacy-documentation/startup-priority.md).

# Startup Priority

In version 0.0.7-prod we added startup priority. By default the following groups have the priority of;

Internal = 4

Objects = 3

Services = 2

A higher priority = startup first. Default priority is 1, if a module does not have a pre-defined priority one will be automatically assigned stated above or defaults to 1.
