> 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/trackingram/elenco-aggiornamenti/aggiornamento-v19.md).

# Aggiornamento V19

## Nuove funzionalità aggiunte

Ecco le novità che verranno introdotte in Trackingram con l'aggiornamento alla versione 19:

* [**Gestione degli autisti**](/trackingram-guida/guide-di-utilizzo/gestione-autisti.md)
* [**Scadenziario**](/trackingram-guida/guide-di-utilizzo/scadenziario.md)
* Miglioramenti generali del sistema

### Gestione degli autisti :man\_pilot:&#x20;

Su grande richiesta espressa da molti dei Fleet Managers nostri clienti, abbiamo inserito un sistema per la gestione completa degli autisti della flotta. Grazie ad un semplice meccanismo di associazione tra autista e veicolo, sarà possibile **verificare quale conducente è alla guida di un determinato automezzo**. Questo controllo non richiede nessuno strumento aggiuntivo, ma viene effettuato semplicemente tramite l'App mobile di Trackingram. ([Come scaricare l'App](/trackingram-guida/app-mobile/scaricare-lapp.md))

{% content-ref url="/pages/-M0ax8DJaAZuZkMWRvdm" %}
[Gestione autisti](/trackingram-guida/guide-di-utilizzo/gestione-autisti.md)
{% endcontent-ref %}

### Scadenziario :calendar\_spiral:&#x20;

Al fine di consentire ai nostri utenti una gestione ottimale del parco veicoli  abbiamo aggiunto la funzione **Scadenziario**. Si tratta della funzione che l'utente potrà utilizzare per tenere sotto controllo gli aspetti di natura amministrativa relativi alla gestione della flotta. Ad esempio le scadenze inserite per verificare la manutenzione dei mezzi, le note delle spese effettuate etc.

Sarà possibile gestire **scadenze** e **costi** sia riguardo ai veicoli, sia riguardo agli autisti.

{% content-ref url="/pages/-M0c6cclIAtRTzZ\_1QIO" %}
[Scadenziario](/trackingram-guida/guide-di-utilizzo/scadenziario.md)
{% endcontent-ref %}

{% hint style="success" %}
Per ciascuna di queste importanti novità introdotte sono a disposizione specifiche guide per l'utilizzo.
{% endhint %}


---

# 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/trackingram/elenco-aggiornamenti/aggiornamento-v19.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.
