> 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/085-i-have-created-a-latex-document-elsewhere-can-i-import-it-into-overleaf.md).

# Ho creato un documento LaTeX altrove—posso importarlo in Overleaf?

Sì, puoi. Puoi creare un nuovo documento e copiare e incollare il testo dal tuo file tex esistente. Se il tuo documento contiene più file, puoi comprimerli in un file zip e caricare il file .zip utilizzando una delle opzioni di caricamento sul tuo [dashboard dei progetti](https://www.overleaf.com/dash) (vedi immagine qui sotto).

![Crea un nuovo progetto dalla Dashboard caricando un file .zip](/files/8dc3cc2944784622fcf3e8f95461c42fc138f837)

In alternativa, puoi prima creare un progetto vuoto (o crearne uno da un modello nella Galleria). Quando l'editor del progetto si carica, fai clic sul pulsante “Upload” nella parte superiore dell'elenco dei file. Potrai quindi selezionare i file che desideri caricare dal tuo computer, facendo prima clic sul pulsante "Select from your computer" per aprire un browser di file, oppure semplicemente trascinando e rilasciando i file da Explorer/Finder nel caricatore. Questo GIF animato mostra come si può fare:

![Caricamento di più file in un progetto](/files/b6be157a9a205fe1bc07e76be0e5f69a5c5c1355)

Probabilmente vorrai anche cambiare il documento principale del progetto, facendo clic sull'icona del menu Overleaf sopra il pannello dell'elenco dei file.

### Posso usare git per fare il push di un nuovo progetto?

Se usi git, puoi anche [fare il push dei tuoi file con git](https://www.overleaf.com/help/230-how-do-i-push-a-new-project-to-overleaf-via-git) nel tuo progetto Overleaf.

### Esiste un'API per caricare nuovi progetti?

Puoi anche usare una delle opzioni indicate sulla nostra [pagina per sviluppatori](https://www.overleaf.com/devs) per importare direttamente dal tuo sito web in Overleaf.


---

# 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/085-i-have-created-a-latex-document-elsewhere-can-i-import-it-into-overleaf.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.
