> For the complete documentation index, see [llms.txt](https://doc.open-tx.org/opentx-2-3-lua-reference-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.open-tx.org/opentx-2-3-lua-reference-guide/part_ii_-_opentx_lua_api_programming_guide/included_lua_libraries.md).

# Included Lua Libraries

| Lua Standard Libraries                                                                                      | Included                              |
| ----------------------------------------------------------------------------------------------------------- | ------------------------------------- |
| package                                                                                                     | -                                     |
| coroutine                                                                                                   | -                                     |
| table                                                                                                       | -                                     |
| [io](https://github.com/opentx/lua-reference-guide/tree/89b65e383782af902c0528c648021268417248da/lib/io.md) | since OpenTX 2.1.0 (with limitations) |
| os                                                                                                          | -                                     |
| string                                                                                                      | since OpenTX 2.1.7                    |
| bit32                                                                                                       | since OpenTX 2.1.0                    |
| math                                                                                                        | since OpenTX 2.0.0                    |
| debug                                                                                                       | -                                     |
