# CogniTab Script Docs CogniTab Script Docs is the public reference for the CogniTab Script Runtime V2. The backend database is the single source of truth. This static site does not contain a duplicate documentation catalog. ## Canonical machine-readable source - English JSON catalog: https://cognitab-backend-production.up.railway.app/api/v1/script-docs?locale=en - Vietnamese JSON catalog: https://cognitab-backend-production.up.railway.app/api/v1/script-docs?locale=vi The JSON response contains the current release version, update time, stable entry keys, parent-child relationships, signatures, parameters, return values, examples, and localized descriptions. ## Human-readable routes - Documentation index: https://cognitab-script-docs.pages.dev/ - Vietnamese index: https://cognitab-script-docs.pages.dev/?lang=vi - One class or function: https://cognitab-script-docs.pages.dev/?doc= - Vietnamese class or function: https://cognitab-script-docs.pages.dev/?doc=&lang=vi - A method is an anchor inside its parent class page. Prefer the JSON catalog when JavaScript rendering is unavailable. Use the stable `key` and `parentKey` fields to reconstruct pages and method hierarchy. Do not infer undocumented functions or aliases.