# Getting started

The SDK initialization process will connect to the blockchain, fetch all relevant data and make it ready for further functionality and instructions.&#x20;

{% hint style="info" %}
The main point of interaction is the `index.ts` file&#x20;
{% endhint %}

* Initialize the SDK with the [Constructor](/developer-guides/carbon-defi-sdk/sdk-functions/constructor.md).
* Sync strategy data by calling [startDataSync](/developer-guides/carbon-defi-sdk/sdk-functions/startdatasync.md).

More detailed step by step guide on setting things up can be found here\
<https://github.com/bancorprotocol/carbon-simulator/tree/main/resources/sdk>


---

# 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.carbondefi.xyz/developer-guides/carbon-defi-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.
