# Clone the Repository and Install Dependencies

## Step 1 - Clone the Repository

To begin setting up **Startup Starter Kits (SSK)**, you need to clone the repository for either **SSK-Core** or **SSK-Pro**.

{% hint style="info" %}
To get started with SSK, you'll need to have [Node.js](https://nodejs.org/) version 18 or higher installed on your development machine.
{% endhint %}

### Cloning SSK

{% tabs %}
{% tab title="SSK-Core" %}

```bash
git clone https://github.com/Three-Tech-Consulting/SSK-Core.git
cd SSK-Core
npm install
```

{% endtab %}

{% tab title="SSK-Pro" %}

```bash
git clone https://github.com/Three-Tech-Consulting/SSK-Pro.git
cd SSK-Pro
npm install
```

{% endtab %}
{% endtabs %}

Once dependencies are installed, you’re ready to start the next step.


---

# 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.startupstarterkits.com/start-now/install.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.
