# Getting Started

### Prerequisites <a href="#prerequisites" id="prerequisites"></a>

* Node.js (for JavaScript/TypeScript) or Python installed
* An account at [UnifAI Console](https://console.unifai.network/) to obtain your API keys

### Installation <a href="#installation" id="installation"></a>

{% tabs %}
{% tab title="JavaScript/TypeScript" %}

```
npm install unifai-sdk
```

{% endtab %}

{% tab title="Python" %}

```
pip install unifai-sdk
```

{% endtab %}

{% tab title="Rust" %}

```
cargo add unifai-sdk
```

{% endtab %}
{% endtabs %}

### API Keys <a href="#api-keys" id="api-keys"></a>

There are two types of API keys:

* **Agent API Key:** Use this key when integrating tools into your agents.
* **Toolkit API Key:** Use this key when creating and serving toolkits.

You only need to get the one you need.


---

# 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.unifai.network/for-developers/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.
