# LSP Prerequisites

To deploy KPI options or Success tokens, we will use the launch-lsp repo. To prepare your dev environment, please follow these prerequisites.

### Clone the launch-lsp stub repo

1. Clone the repo:

* [launch-lsp](https://github.com/UMAprotocol/launch-lsp)

```
 git clone https://github.com/UMAprotocol/launch-lsp.git
```

### Install dependencies

You will need to install nodejs v14 (we recommend nvm to manage node versions) and yarn.

Note: these additional dependencies are required -- you may or may not have them on your system already:

* libudev
* libusb

These dependencies are installed on MacOS by installing the XCode Developer Tools. For Linux, the example ubuntu installation command for additional deps is:

```
sudo apt-get update && sudo apt-get install -y libudev-dev libusb-1.0-0-dev
```

### Install packages <a href="#install-packages" id="install-packages"></a>

```
yarn
```


---

# 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.outcome.finance/resources/lsp-prerequisites.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.
