# Installing the SDK

PropulsionAI provides SDKs for both Node.js and Python, making it easy to integrate powerful AI capabilities into your applications. Follow the instructions below to install the SDK on your preferred platform.

### **Installing the SDK on Node.js**

You can install the PropulsionAI SDK on Node.js using either **npm** or **Yarn**.

**Using npm:**

To install the SDK using npm, run the following command in your terminal:

```bash
npm install propulsionai
```

**Using Yarn:**

If you prefer Yarn, you can install the SDK by running:

```bash
yarn add propulsionai
```

### **Installing the SDK on Python**

For Python users, the PropulsionAI SDK can be installed via **pip**:

```bash
pip install propulsionai
```

### **Next Steps**

Once the SDK is installed, you can start using it to interact with PropulsionAI’s API, manage datasets, deploy models, and more. Refer to the documentation for detailed guides on how to use the SDK for your specific use case.

{% content-ref url="/pages/Q1ohPTL0YpFjBsfGED5v" %}
[Generate API Key](/quick-start/generate-api-key.md)
{% endcontent-ref %}

{% content-ref url="/pages/2qBQnyCag2yMIQ7kY5ey" %}
[Using the SDK](/quick-start/using-the-sdk.md)
{% endcontent-ref %}


---

# 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.propulsionhq.com/introduction/installing-the-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.
