> For the complete documentation index, see [llms.txt](https://docs.trackle.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.trackle.io/trackle-library/primo-utilizzo.md).

# Primo utilizzo

Per iniziare ti invitiamo a dare un'occhiata al repository GitHub della Trackle Library dove mettiamo a disposizione la documentazione aggiornata della libreria e di come installarla ed utilizzarla:

{% embed url="<https://github.com/trackle-iot/trackle-library-cpp#trackle-library>" %}

## Progetti firmware d'esempio&#x20;

Puoi partire anche da un progetto d'esempio scegliendo tra i nostri *boilerplate* creati per differenti piattaforme hardware / framewor&#x6B;*:*

<table data-view="cards" data-full-width="false"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>EspressIf ESP-IDF</strong></td><td>Template per dispositivi basati su MCU EspressIf  ESP32 compatibili con il framework ESP-IDF.</td><td></td><td><a href="https://github.com/trackle-iot/trackle-boilerplate-esp-idf">https://github.com/trackle-iot/trackle-boilerplate-esp-idf</a></td></tr><tr><td><strong>STM32 Nucleo</strong></td><td>Template per dispositivi basati su processori STM32 NUCLEO per l'ambiente di sviluppo STM32CubeIDE</td><td></td><td><a href="https://github.com/trackle-iot/trackle-boilerplate-stm32">https://github.com/trackle-iot/trackle-boilerplate-stm32</a></td></tr><tr><td><strong>MbedOS</strong></td><td>Template per dispositivi compatibili con il framework MbedOS supportato da diverse famiglie di MCU </td><td></td><td><a href="https://github.com/trackle-iot/trackle-boilerplate-mbedos">https://github.com/trackle-iot/trackle-boilerplate-mbedos</a></td></tr></tbody></table>

## Esempio guida per POSIX

Puoi utilizzare questo esempio guida di un firmware C/C++ che implementa Trackle, funzionante su sistemi operativi POSIX (macOS e Linux in particolare), per comprendere come configurare la connettività e come utilizzare le funzionalità della libreria.

{% embed url="<https://github.com/trackle-iot/trackle-library-cpp/tree/release/v4/example/posix>" %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.trackle.io/trackle-library/primo-utilizzo.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
