> For the complete documentation index, see [llms.txt](https://developer.branta.pro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.branta.pro/tech/sdk.md).

# SDKs

Official SDKs for integrating Branta. Each package README includes an Integration Guide covering send/receive side flows, display rules, and code examples.

## .NET

**NuGet:** `Branta` — [github.com/BrantaOps/branta-dotnet](https://github.com/BrantaOps/branta-dotnet)

**AI agent prompt:**

> Install the latest version of the Branta NuGet package. Find and read the README.md from the installed package, then follow the Integration Guide section to implement Branta.

## JavaScript / TypeScript

**npm:** `@branta-ops/branta` — [github.com/BrantaOps/branta-js](https://github.com/BrantaOps/branta-js)

**AI agent prompt:**

> Install the latest version of @branta-ops/branta from npm. Read the README.md from the installed package, then follow the Integration Guide section to implement Branta.

## Dart / Flutter

**pub.dev:** `branta` — [github.com/BrantaOps/branta-dart](https://github.com/BrantaOps/branta-dart)

**AI agent prompt:**

> Install the latest version of the branta package from pub.dev. Read the README.md from the installed package, then follow the Integration Guide section to implement Branta.


---

# 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://developer.branta.pro/tech/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.
