This document provides summaries of various functions available in the Ring standard library (stdlib). It describes functions for input/output like print(), puts(), getstring(), as well as string functions like split(), capitalized(), startswith(), endswith(). It also covers list functions like map(), filter(), value(), mathematical functions like factorial(), fibonacci(), and file functions like file2list(), list2file(). Examples are given to demonstrate the usage of each function.