# Official SDKs

{% hint style="warning" %}
Please note the [Disclaimer](/disclaimer.md) applies to these SDKs. Please review the Disclaimer and the Licenses of the individual SDKs. No warranty of any kind is provided for this software.&#x20;

Please review the code of each release carefully and do your own research before interacting with Algorand Mainnet using this software.
{% endhint %}

### Python SDK

{% embed url="<https://github.com/tinymanorg/tinyman-py-sdk>" %}

### JavaScript SDK

{% embed url="<https://github.com/tinymanorg/tinyman-js-sdk/tree/main>" %}

Please join us on [Discord](https://discord.gg/xJRKueQdrG) technical channels to give feedback and ask questions.


---

# 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.tinyman.org/v2-integration/official-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.
