# Scripting This page is a starting point for scripting documentation. ## Overview - Scripts live in `scripts/` and are executed by AngelScript. - Predefined API and engine bindings are declared in `scripts/as.predefined`. ## Examples - `scripts/game.as` — demo showing ECS usage, rendering, scenegraph and input actions. ## How to document APIs Add Markdown pages in the `docs/` folder. Use relative links and include code fences for examples.