# Lightspeed Retail (X Series)

## Setup Guide

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

* Client ID
* Client Secret

### Prerequisites

* **Lightspeed Developer Account -** You can create one [here](https://developers.vendhq.com/).

### Create an App and Add the Konnect OAuth Redirect URL

1. Login to your [developer portal](https://developers.vendhq.com/applications) and go to the `Apps` section
2. Click `Add Application` and enter a name for your app
3. For the Redirect URL field, add the Kolla redirect URL: `https://connect.getkolla.com/oauth`
4. Record the **Client ID** and **Client Secret** given to you

### Add your Lightspeed app to Kolla

1\. In the Kolla Admin portal go to **Integrations > Connectors** and click **Add Connector**.

2\. Choose `Lightspeed (X)` from the catalog of connectors

3\. Name your instance of this connector and input the following configuration items:

* **Client ID:** Obtained from the Lightspeed App
* **Client Secret:** Obtained from the Lightspeed App

## Connecting to Lightspeed (X)

See the [Lightspeed X documentation](https://docs.vendhq.com/docs/quick_start)


---

# 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/lightspeed-retail-x-series.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.
