This document provides documentation on Ring programming language functions from the stdlib library. It describes functions for input/output like print(), puts(), getstring(), mathematical functions like factorial(), fibonacci(), type checking functions like isprime(), and more. Examples are given showing how to use each function.