> For the complete documentation index, see [llms.txt](https://support.trackingram.chat/trackingram-guida/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.trackingram.chat/trackingram-guida/guide-di-utilizzo/api-di-integrazione/documentazione-api.md).

# Documentazione API

## Come funzionano le API

Vediamo insieme i semplici passaggi da fare per completare l'operazione.

Per gestire le API di integrazione, è sufficiente accedere al portale di Trackingram e cliccare sull'**icona ingranaggio** delle impostazioni. Successivamente si deve cliccare sulla voce del menù "**Gestione API**" per aprire la relativa finestra.

A questo punto, come vediamo nell'immagine sottostante, si apre la finestra della **gestione API**.\
Di seguito elenchiamo i semplici passaggi da svolgere.

1. Scegli se **abilitare/disabilitare** le API.
2. In caso di abilitazione clicca sul pulsante **`GENERA`** per generare la chiave di sicurezza (o **API Token**).
3. Premi su **`SALVA`** e completa la procedura.
4. Successivamente potrai passare alla fase di integrazione, seguendo le specifiche indicazioni descritte nella documentazione fornita.
5. La documentazione è disponibile cliccando sul link "**Vedi documentazione API**", oppure [clicca qui](https://documenter.getpostman.com/view/995935/RztsoRsG?version=latest) per accedere direttamente alla documentazione per la gestione delle API.

![](/files/-Ll7WqifmRVnQ7bU3So8)


---

# 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://support.trackingram.chat/trackingram-guida/guide-di-utilizzo/api-di-integrazione/documentazione-api.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.
