# Getting Started

## Prerequisites

Before you begin integrating Fuel Marketplace SDK, make sure you have the following prerequisites:

* Node.js (version 20 or above) installed on your system.
* NPM (version 10 or above) or Yarn (latest version) installed on your system.

## Installing the Package

You can install the package using either `npm` or `yarn`. Follow these steps:

1. Open your preferred terminal.
2. Navigate to your project's directory.
3. Run the following command:

```bash
npm install --save @lyncworld/fuel-marketplace@latest
```

Or

```bash
yarn add @lyncworld/fuel-marketplace
```

Congratulations! You have successfully installed `@lyncworld/fuel-marketplace` into your project. If you encounter any issues or have any questions, feel free to reach out to our support team for assistance.


---

# 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://lync-1.gitbook.io/lync/fuel/fuel-marketplace-npm-sdk/getting-started.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.
