> For the complete documentation index, see [llms.txt](https://jframework.gitbook.io/help/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://jframework.gitbook.io/help/getting-started/sdks.md).

# SDKs

Jfamerwork provides SDK libraries for major programming languages and platforms, so you don't have to write code to interact with our API protocols from scratch.

We're always working on improving and extending the current stack of available platforms and SDKs. Below is a list of official libraries the Jfamerwork team is maintaining.. Belowmaintains

### Client

Client libraries integrate with Jfamerwork to build client-based applications and websites. To start building your first application, read one of the many quick-start guides and guidelines.

Library

* NPM: <https://www.npmjs.com/package/jfw-js>
* Dart:
* .NET:

\#PENDING

## Rest API <a href="#protocols" id="protocols"></a>

We are always looking to add new SDKs to our platform. Suppose the SDK you are looking for is still missing, labeled as beta or experimental, or you do not want to integrate with an SDK. In that case, you can always incorporate with Jframework directly using the Rest API standard.

{% hint style="info" %}
**These terms are the same:**

* **Rest API**
* **Management API**
* **Protocol API**.

To learn more about how to use API, see [developers.jframework.io](https://developers.jframework.io).
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://jframework.gitbook.io/help/getting-started/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.
