# SDKs

{% hint style="danger" %}
shdwDrive v1.5 is no longer maintained. Please migrate to v2 and consult the new [developer guide](https://docs.shdwdrive.com/guide/start-building) for instructions.
{% endhint %}

Our SDK options provide the simplest means of linking your application to shdwDrive. With a variety of environments to choose from, developers can enjoy a robust and constantly evolving platform that leverages the full potential of shdwDrive. GenesysGo is dedicated to maintaining these SDKs, continuously enhancing developer capabilities, and streamlining the building process. We value your [feedback ](https://github.com/GenesysGo/shadow-drive/issues)and welcome any suggestions to help us improve these valuable resources.

<table data-view="cards"><thead><tr><th align="center"></th><th align="center"></th><th></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td align="center"></td><td align="center"><strong>Javascript</strong></td><td></td><td><a href="https://content.gitbook.com/content/XUsNNSH5yGAdCe1UQoyx/blobs/FdjbVs6zgydA9J07yhC1/JS_Icon.png">JS_Icon.png</a></td><td><a href="sdk-javascript#getting-started-javascript-sdk">#getting-started-javascript-sdk</a></td></tr><tr><td align="center"></td><td align="center"><strong>Rust</strong></td><td></td><td><a href="https://content.gitbook.com/content/XUsNNSH5yGAdCe1UQoyx/blobs/GsyU3XvyJ9ogsQgBCh3M/Rust_Icon.png">Rust_Icon.png</a></td><td><a href="sdk-rust#install">#install</a></td></tr><tr><td align="center"></td><td align="center"><strong>Python</strong></td><td></td><td><a href="https://content.gitbook.com/content/XUsNNSH5yGAdCe1UQoyx/blobs/OuI51n1fKJu1iVGiE1a1/Python_Icon.png">Python_Icon.png</a></td><td><a href="sdk-python#installing-shadow-drive">#installing-shadow-drive</a></td></tr></tbody></table>


---

# 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.shdwdrive.com/build/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.
