# SDK SETUP

To develop with Arduino-compatible devices in Thinger.io, you have two main options:

1. [**Arduino IDE**](/sdk-setup/arduino-ide.md)
2. [**Visual Studio Code with PlatformIO**](/sdk-setup/visual-studio-code.md)

At Thinger.io, we recommend using Visual Studio Code with PlatformIO. This setup offers a superior editing experience, enhanced code completion, support for multiple hardware platforms, and access to extended Thinger.io features such as OTA (Over-The-Air) updates.

**Choose your preferred option to start coding:**

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Arduino IDE</strong></td><td></td><td></td><td><a href="/files/kUEYijmUPqldY2bhFwdM">/files/kUEYijmUPqldY2bhFwdM</a></td><td><a href="/pages/-Mj61qNfUAC3HssW-d1G">/pages/-Mj61qNfUAC3HssW-d1G</a></td></tr><tr><td><strong>Visual Studio Code</strong></td><td></td><td></td><td><a href="/files/-MjOLi_Zejnk3NaILKr6">/files/-MjOLi_Zejnk3NaILKr6</a></td><td><a href="/pages/-Mj61mtALz8IHrLgk8I-">/pages/-Mj61mtALz8IHrLgk8I-</a></td></tr></tbody></table>


---

# 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.thinger.io/sdk-setup.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.
