> 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/016-can-i-use-overleaf-with-endnote.md).

# Posso usare Overleaf con EndNote?

Sì, puoi esportare la tua bibliografia da EndNote per usarla in Overleaf. Il file esportato può essere caricato direttamente nel tuo progetto Overleaf oppure importato da un servizio esterno di hosting di file.

## Come esportare un file .bib da EndNote

Ecco una guida che mostra [come esportare un `.bib` file dalla tua libreria EndNote](https://library.unimelb.edu.au/recite/reference-management-software/bibtex-and-latex/managing-citations2/endnote). Se non vedi l'opzione di esportazione in BibTeX in EndNote, potrebbe essere necessario scaricare e installare lo stile EndNote necessario [plugin](http://endnote.com/downloads/style/bibtex-export).

## Come aggiungere un file .bib al tuo progetto Overleaf

Dopo che i tuoi riferimenti sono stati esportati da EndNote, seleziona l'icona di caricamento file (![UploadIcon.png](/files/25d4ebb2ee8d954b79fe7a30c1a13728d7437a5b)) per visualizzare la **Aggiungi file** finestra modale. Il `.bib` file esportato può essere aggiunto al tuo progetto usando **Carica** o **Da URL esterno**:

![Le finestre di caricamento Aggiungi file di Overleaf](/files/a7ee39c4aa6159566f6d9859e15a918586a6f3ea)

### Utilizzando Carica

Puoi trascinare e rilasciare il tuo `.bib` file nella **Aggiungi file** finestra oppure scegliere un file usando **seleziona dal tuo computer**.

**Note**:

* Se carichi il `.bib` file direttamente nel tuo progetto, potrai successivamente modificarlo usando l'editor di Overleaf, a meno che il file non superi il [limite di 2 MB per i file modificabili](https://github.com/ayaka-notes/overleaf-learn-wiki/tree/main/learn-scripts/index.php?title=Kb/What_is_the_maximum_compilation_time,_file_number,_and_project_size_allowed_on_free_vs_paid_plans?\&action=edit\&redlink=1/README.md).
* Se modifichi il `.bib` file su Overleaf, i riferimenti del tuo progetto potrebbero non essere più sincronizzati con quelli archiviati in EndNote.

### Utilizzando Da URL esterno

Supponiamo che tu abbia salvato il `.bib` file in un servizio di hosting di file basato sul cloud che consente il download diretto, come Google Drive. Utilizzando **Da URL esterno**, puoi importare una copia del `.bib` file ospitato esternamente nel tuo progetto Overleaf. Per ulteriori informazioni, consulta l'articolo di supporto di Overleaf [Come posso caricare file da Google Drive?](/latex/it/base-di-conoscenza/051-how-can-i-upload-files-from-google-drive.md)

**Nota**:

* Se hai importato il `.bib` tramite Google Drive, o un servizio di hosting di file simile, non puoi modificarlo su Overleaf. Devi aggiornare il `.bib` file al di fuori di Overleaf e aggiornare la copia importata selezionando il `.bib` file e scegliendo il **Aggiorna** pulsante situato nella parte superiore della pagina: vedi [questo video](https://learn.overleaf.com/learn/Kb/How_can_I_upload_files_from_Google_Drive%3F#Video_showing_Google_Drive_file_upload) per una dimostrazione.

## Utilizzando il file .bib esportato

Una volta caricato il file della tua bibliografia, è possibile usare diversi pacchetti bibliografici per visualizzare le voci pertinenti nel tuo documento (man mano che le citi). Per esempio, spesso usiamo il `natbib` pacchetto, e i comandi per `natbib` ha questo aspetto:

```latex
...
\usepackage{natbib}
...
\begin{document}
...
\bibliographystyle{plainnat}
\bibliography{name-of-your-bib-file-here}
\end{document}
```

Per ulteriori informazioni sull'aggiunta di una bibliografia al tuo documento, vedi la parte 2 della nostra [Introduzione a LaTeX](https://www.overleaf.com/blog/9).


---

# 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/016-can-i-use-overleaf-with-endnote.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.
