> For the complete documentation index, see [llms.txt](https://guide.amanote.com/it.teacher/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.amanote.com/it.teacher/interazione-con-gli-studenti/send-to-teacher.md).

# Send to teacher

Di default, gli appunti degli studenti sono privati. Laddove la funzionalità sia attivata, lo studente avrà la possibilità di dare accesso ai propri appunti da parte del professore. L’invio al docente puó essere fatto in maniera spontanea ma anche su richiesta del docente stesso, ad esempio nel caso di esercizi su documenti o per valutare la comprensione della lezione. &#x20;

<figure><img src="/files/RzvtqaZRfF2opUdvmiPs" alt="" width="375"><figcaption></figcaption></figure>

Una volta che lo studente ha cliccato sul relativo pulsante “Send to teacher”, il docente potrç visualizzare gli appunti o esercizi dei diversi studenti cliccando sull’apposito pulsante che apparirà nel pop up della risorsa in question:&#x20;

<figure><img src="/files/nGcgRSngGXixEcYV1OJq" alt="" width="375"><figcaption></figcaption></figure>

A quel punto, un nuovo tab si aprirà e mostrerà gli studenti che hanno inviato i propri appunti al docente. Il docente potrà quindi cliccare su ogni singolo studente per verificarne il contenuto, scrivere i propri commenti e inviarlo nuovamente allo studente per presa visione:&#x20;

<figure><img src="/files/87PNrQ6wxTiYW1qJu70T" alt=""><figcaption></figcaption></figure>


---

# 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://guide.amanote.com/it.teacher/interazione-con-gli-studenti/send-to-teacher.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.
