# Heartland Retail

## Setup Guide

You'll need the following information to set up your Heartland Retail App with Konnect:

* Client ID
* Client Secret

### Create a Heartland Retail app

1. Fill out the Heartland app request form on [Heartland's request form](https://dev.retail.heartland.us/oauth-app-request/index.html)
2. Put down this url as your redirect URL: `https://connect.getkolla.com/oauth`
3. Submit the form and receive your Client ID and Secret via Email from Heartland

### Add Heartland Retail Connector to Kolla

Login to your Kolla admin portal and go to Connectors. Click on "Add New Connector" and select Heartland from the list of available connectors.

Input all the data from the previous steps and click "Create"

### Heartland API Documentation

Check out the [Heartland API Docs](https://dev.retail.heartland.us/)


---

# 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.getkolla.com/kolla/connector-guides/heartland-retail.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.
