> For the complete documentation index, see [llms.txt](https://docs.lsports.eu/u/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.lsports.eu/u/trade/integration/sdk/sdk-overview.md).

# SDK Overview

## SDK Capabilities Overview <a href="#sdk-capabilities-overview" id="sdk-capabilities-overview"></a>

The TRADE SDK provides a robust set of tools for developers to efficiently integrate with the [TRADE feed](/u/trade/integration/message-structure/message-types-overview.md), enabling smooth interaction with all TRADE APIs such as the [Snapshot](/u/trade/integration/apis/snapshot.md) and Customer API ([Metadata](/u/trade/integration/apis/metadata.md), [Subscription](/u/trade/integration/apis/subscription.md), [Distribution](/u/trade/integration/apis/distribution.md))

This SDK simplifies the integration and allows you to take advantage of the full range of features available within the TRADE platform.

## Key Features and Functionalities: <a href="#key-features-and-functionalities" id="key-features-and-functionalities"></a>

1. **Feed Integration**
   * Effortlessly connect to the TRADE feed, supporting both PreMatch and InPlay packages.
   * Entity handlers for all TRADE's [message types](/u/trade/integration/message-structure/message-types-overview.md).
   * Note the SDK works only with JSON messages, you can update the message format on the [Package Configuration](/u/trade/user-guide/configuration/package.md#general) page.
2. **Snapshot API**
   * A simplified interface for fetching real-time snapshot data, allowing recovery from the latest state.
   * Handles HTTP requests and responses, including all relevant endpoints for both PreMatch and InPlay data.
3. **Customers API**
   * Manage customer data seamlessly with endpoints to control distribution, metadata access, and subscription handling.
   * Features include starting/stopping distribution, retrieving league and sports metadata, and subscribing to specific events or leagues.

## Supported SDKs <a href="#supported-sdks" id="supported-sdks"></a>

Refer to the respective language-specific SDK for step-by-step installation and setup instructions:

* [.NET SDK Installation Guide](/u/trade/integration/sdk/sdk-installation-guide-.net.md)
* [NodeJS SDK Installation Guide](/u/trade/integration/sdk/sdk-installation-guide-nodejs.md)
* [Java SDK Installation Guide](/u/trade/integration/sdk/sdk-installation-guide-java.md)


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.lsports.eu/u/trade/integration/sdk/sdk-overview.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
