# 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).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.libum.io/poweron-pro/readme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
