# Getting Started

## Introduction

cetus-sui-clmm-sdk is the official software development kit (SDK) specifically designed for seamless integration with cetus clmm. It provides developers with the necessary tools and resources to easily connect and interact with cetus clmm, enabling the development of robust and efficient applications.

{% embed url="<https://www.npmjs.com/package/@cetusprotocol/cetus-sui-clmm-sdk>" %}

{% embed url="<https://github.com/CetusProtocol/cetus-clmm-sui-sdk>" %}

## Latest packages address and npm version

1. [latest packages address](/cetus-developer-docs/developer/dev-overview.md#latest-contract-address)
2. [latest npm version](/cetus-developer-docs/developer/dev-overview.md#latest-npm-package-version)


---

# 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://cetus-1.gitbook.io/cetus-developer-docs/developer/via-sdk/getting-started.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.
