# SDKs

Neurelo provides a range of SDKs designed to work seamlessly with the APIs generated from your schema. Currently, we offer SDKs for the following languages:

* TypeScript / JavaScript
* Go
* Python

## **Downloading SDKs**

You can download the Neurelo SDKs either through our web interface or using our CLI.

**Via Web Interface:**

1. Navigate to the **Definitions** page located in the sidebar.&#x20;
2. Select the **Docs** tab.
3. Click on the **SDKs** button on the right-hand side to download the desired SDK.

{% hint style="info" %}
You can also download these from under the **APIs** tab in your **Environment**
{% endhint %}

<figure><img src="/files/UwQP6rs0AJpq0iz23Rz2" alt=""><figcaption></figcaption></figure>

**Via CLI:**

1. [Download and install the Neurelo CLI](/cli-preview-version.md)
2. Login with `neurelo login` and select the project that you'd like to use with `neurelo project use`
3. Run `neurelo sdk download`, you can provide a commit ID, or leave that field blank to download an SDK based on the most recent commit in your project


---

# 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.neurelo.com/sdks.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.
