> For the complete documentation index, see [llms.txt](https://docs.libum.io/poweron-pro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.libum.io/poweron-pro/readme.md).

# Introduction

[PowerOn Pro](https://marketplace.visualstudio.com/items?itemName=libum.poweron-pro) is a Visual Studio Code Extension created to give developers all of the tools they'd need to efficiently write, run, and debug PowerOn code for the Jack Henry™ credit union core system, [Symitar](https://www.jackhenry.com/what-we-offer/operations/core-platforms/credit-union-core-platform).

## Resources

* Jump right in to the [Quickstart](/poweron-pro/quickstart.md)
* Discover what's possible with [PowerOn Pro Capabilities](/poweron-pro/capabilities.md)
* Check out our [Libum Community](https://discord.gg/libum) on Discord
* Learn about our [privacy policy](https://libum.io/legal/privacy/)

## Key concepts

### PowerOn

PowerOn is a procedural language which provides a direct interface to the Symitar database. It offers record accessors which map directly to the Symitar Record Structure as well as some in-built utility functions to serve as tools when constructing a PowerOn specfile.

You can read more about PowerOn on the [Jack Henry eDocs](https://learnmore.symitar.com/edocs/#enus/GUID-EBB88D3C-A99F-4472-9E6B-6B382DADCD60.html).
