# Lightspeed Retail (R series)

## Setup Guide

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

* Client ID
* Client Secret
* Scopes needed

### Fill out the Client Registration Form

1. Go to the [Lightspeed Client Registration](https://developers.lightspeedhq.com/retail/authentication/scopes/) page
2. Fill out all the required company fields
3. For the Redirect URI field, add the Kolla redirect URL: `https://connect.getkolla.com/oauth`
4. Click the `Register` button
5. Record the **Client ID** and **Client Secret** given to you
6. Wait up to 48 hours for final approval from Lightspeed

### Add your Lightspeed app to Kolla

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

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

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

* **Client ID:** Obtained from the Lightspeed Client Registration page
* **Client Secret:** Obtained from the Lightspeed Client Registration page
* **Scopes:** Choose the scopes you need for your integration from the [scopes list](https://developers.lightspeedhq.com/retail/authentication/scopes/)

## Connecting to Lightspeed

You can find the documentation for Lightspeed Retail (R series) [here](https://developers.lightspeedhq.com/retail/introduction/introduction/).&#x20;


---

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