# Introduction

CYCLE-CORE-SDK is a highly integrated development tool that allows developers to easily implement their applications empowered by Cycle. It provides JavaScript interfaces to interact with Cycle Network in all aspects. Just two steps Rollin and Rollout to achieve chain abstraction.

This section lists the most common used interfaces in CYCLE-CORE-SDK, and will help developers to refer the SDK functions quickly.

{% hint style="info" %}
CYCLE-CORE-SDK is currently undergoing rapid iteration, and in subsequent version upgrades, some interfaces may not be backward compatible.
{% endhint %}


---

# 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.cyclenetwork.io/cycle-network-docs/cycle-core-sdk/introduction.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.
