# Install SDK

### Preliminary Setup

{% stepper %}
{% step %}
Install the **Ordino CLI** globally with node eco-systems

[**Install**](https://nodejs.org/en/download) **: node.js** `>= 22.x`  | **npm** `>= 10.x`

{% tabs %}
{% tab title="Windows | Mac | Linux" %}

```bash
npm i -g "@ordino.ai/cli"
```

{% endtab %}
{% endtabs %}
{% endstep %}

{% step %}
**Run** the **`ordino init`** command to start initialization.

During this process, **Ordino Doctor** will automatically check your machine compatibility.

{% tabs %}
{% tab title="Windows | Mac | Linux" %}

```bash
ordino init
```

{% endtab %}
{% endtabs %}
{% endstep %}

{% step %}
**Ordino Portal credentials** to re-authenticate your local machine.

This ensures secure role base access and proper synchronization with the ordino-cloud.

<figure><img src="/files/oGlldo28MfEDUsJl5QuZ" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
**Build** your project and **connect** it with your **CI pipeline** in a single step

This streamlines the setup process, enabling automatic builds and integration with the Ordino environment.

* Choose the **project you created in the Ordino Portal** to link it with your local environment.
* Open the project in your **preferred IDE** (e.g., VS Code, Cursor, etc.).
* Check Ci/CD pipeline and the **results will be automatically published** into the Ordino Portal.

<figure><img src="/files/5IzYXysIEwhTn71nCkah" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}


---

# 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://ordino-ai.gitbook.io/ordino-ai/getting-started/installation/install-sdk.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.
