> For the complete documentation index, see [llms.txt](https://overleaf-pro.ayaka.space/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://overleaf-pro.ayaka.space/latex/it/base-di-conoscenza/133-teaching-in-overleaf-v2.md).

# Insegnare con Overleaf v2

Overleaf v2 offre nuovi entusiasmanti modi di insegnare, grazie a funzionalità come il nuovo sistema di tracciamento delle modifiche e di commenti, e il nuovo pannello chat (che consente conversazioni all'interno del progetto), oltre a funzionalità consolidate come la possibilità di creare, condividere e distribuire facilmente modelli. Puoi provarli nella nuova versione di Overleaf all'indirizzo: <https://www.overleaf.com/>.

Il modo in cui gestisci i compiti su Overleaf è cambiato da v1 a v2. Il precedente sistema (v1) per creare, inviare e gestire i compiti è stato ora ritirato. È stato sviluppato diversi anni fa, prima di molte delle funzionalità più recenti di Overleaf, e pertanto presentava una serie di limitazioni note (ad esempio, era molto difficile gestire più classi). Inoltre, dai vostri feedback sull'utilizzo dei team su Overleaf, sappiamo che molti di voi apprezzerebbero la possibilità di condividere più facilmente modelli in privato all'interno di un gruppo, sia per l'insegnamento sia per un lavoro di gruppo più generale.

Se utilizzavi principalmente gli strumenti per i compiti nella v1 per distribuire i modelli dei compiti ai tuoi studenti, ti consigliamo due metodi alternativi già esistenti per la creazione e la distribuzione dei modelli. Questi consistono nel pubblicare il modello del compito nella galleria principale di Overleaf oppure nell'usare l'API 'Open in Overleaf' per creare un semplice link da condividere con i tuoi studenti quando distribuisci il compito. Puoi trovare maggiori dettagli su questi [qui](https://www.overleaf.com/for/edu).

Se hai domande sull'insegnamento su Overleaf, per favore [farcelo sapere](https://www.overleaf.com/contact), saremmo lieti di ricevere tue notizie. Puoi saperne di più sullo sviluppo in corso e sulle tempistiche per il lancio completo di Overleaf v2 in questo [articolo di supporto allegato](/latex/it/base-di-conoscenza/121-overleaf-v2-faq.md).


---

# 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://overleaf-pro.ayaka.space/latex/it/base-di-conoscenza/133-teaching-in-overleaf-v2.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.
