# Meta Docs > Official Documentation for Meta Games LLC ## Docs - [Introduction](https://docs.meta-games.org/index.md): Learn about the Knight Framework - [Checking if framework has loaded](https://docs.meta-games.org/knight-framework/examples/check-if-framework-has-loaded.md) - [Error Handling](https://docs.meta-games.org/knight-framework/examples/error-handling.md) - [Example Service/Controller](https://docs.meta-games.org/knight-framework/examples/example-service-controller.md) - [Execution Model](https://docs.meta-games.org/knight-framework/examples/execution-model.md): The execution model of Knight defines the flow of operations of the Knight framework. - [AGF/Knit Transition to Knight](https://docs.meta-games.org/knight-framework/getting-started/agf-knit-transition-to-knight.md) - [Exposed-Server Functions](https://docs.meta-games.org/knight-framework/getting-started/exposed-server-functions.md) - [Getting a service](https://docs.meta-games.org/knight-framework/getting-started/getting-a-service.md) - [Installation](https://docs.meta-games.org/knight-framework/getting-started/installation.md) - [Knight Require](https://docs.meta-games.org/knight-framework/getting-started/knight-require.md) - [Knight Remotes](https://docs.meta-games.org/knight-framework/getting-started/modules/knight-remotes.md) - [Services vs Controllers](https://docs.meta-games.org/knight-framework/getting-started/services-vs-controllers.md): In the Knight Framework, the architecture is centered around Services. These are modules that encapsulate your game’s business logic, game state, and communication between the client and server. While other frameworks often refer to client-side modules as Controllers for readability and clarity, und… - [What are services/controllers?](https://docs.meta-games.org/knight-framework/getting-started/what-are-services-controllers.md) - [Knight Intellisense](https://docs.meta-games.org/knight-framework/modules/knight-intellisense.md) ## OpenAPI Specs - [openapi](https://docs.meta-games.org/api-reference/openapi.json) ## Optional - [Forums](https://forums.meta-games.org) - [MetaLink](https://registry.metatable.dev/dashboard)