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

# Olen luonut LaTeX-asiakirjan muualla — voinko tuoda sen Overleafiin?

Kyllä voit. Voit luoda uuden asiakirjan ja kopioida & liittää tekstin olemassa olevasta tex-tiedostostasi. Jos asiakirjasi sisältää useita tiedostoja, voit pakata ne zip-tiedostoksi ja ladata .zip-tiedoston käyttämällä jotakin latausvaihtoehdoista omalla [projektien hallintapaneelissa](https://www.overleaf.com/dash) (katso kuva alla).

![Luo uusi projekti hallintapaneelista lataamalla .zip](/files/18235f42f1478f0dee6354c67a431f41431214b5)

Vaihtoehtoisesti voit ensin luoda tyhjän projektin (tai luoda sellaisen Galerian mallista). Kun projektieditori latautuu, napsauta tiedostoluettelon yläpuolella olevaa “Lataa”-painiketta. Sen jälkeen voit valita tietokoneeltasi tiedostot, jotka haluat ladata, joko napsauttamalla ensin “Valitse tietokoneeltasi” -painiketta avataksesi tiedostoselaimen tai yksinkertaisesti vetämällä ja pudottamalla tiedostoja Explorerista/Finderista lataustyökaluun. Tämä animoitu GIF näyttää, miten tämä tehdään:

![Useiden tiedostojen lataaminen projektiin](/files/bee0db77efed90f1e37eae547989fe12775dd378)

Haluat luultavasti myös vaihtaa projektin pääasiakirjan napsauttamalla Overleaf-valikkoikonia tiedostoluettelopaneelin yläpuolella.

### Voinko käyttää git:iä uuden projektin lähettämiseen?

Jos käytät gitiä, voit myös [lähettää tiedostosi git push -komennolla](https://www.overleaf.com/help/230-how-do-i-push-a-new-project-to-overleaf-via-git) Overleaf-projektiisi.

### Onko uusien projektien lataamiseen API:a?

Voit myös käyttää jotakin vaihtoehdoista, jotka on annettu meidän [kehittäjäsivullamme](https://www.overleaf.com/devs) tuodaksesi suoraan verkkosivustoltasi Overleafiin.


---

# 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/fi/tietopankki/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.
