# INTEGRATION

Saros SDK is an open-source node module that makes integrating with the Saros simple, including both Saros AMM and Saros DLMM

## **Saros AMM**

{% embed url="<https://github.com/coin98/saros-sdk>" %}

{% embed url="<https://www.npmjs.com/package/@saros-finance/sdk>" %}

{% embed url="<https://github.com/saros-xyz/saros-swap>" %}

{% embed url="<https://github.com/saros-xyz/saros-swap/blob/master/target/idl/saros_swap.json>" %}
AMM IDL
{% endembed %}

## Saros DLMM

For detailed instructions, please refer to the integration guide [**here**](https://docs.saros.xyz/integration-1/saros-dlmm)

#### **DLMM IDL**

{% file src="/files/zTpKdQ1P7VPs7RXzlA6Z" %}

{% file src="/files/H54Zq4bUEcT1VoCD95Nj" %}

### Saros DLMM Devnet

#### **DLMM IDL**

{% file src="/files/grWg5nFyIuIJOlyGS99u" %}

{% file src="/files/1dWmgR957vCEfmAEHw27" %}

#### **DLMM SDK (Rust):**

{% embed url="<https://github.com/saros-xyz/saros-dlmm-sdk-rs/tree/devnet>" %}

#### **DLMM SDK (Typescript):**

{% embed url="<https://github.com/saros-xyz/dlmm-saros-sdk/tree/dev>" %}

Saros team is always working to improve the SDK in order to provide new features and deliver the greatest developer experience possible.

Please contact us in our [Telegram Channel](https://t.me/SarosDevStation) if you have any questions or suggestions. We're looking forward to your integrations!


---

# 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.saros.xyz/integration.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.
