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

# Başka bir yerde bir LaTeX belgesi oluşturdum—bunu Overleaf'e aktarabilir miyim?

Evet, yapabilirsiniz. Yeni bir belge oluşturabilir ve mevcut tex dosyanızdaki metni kopyalayıp yapıştırabilirsiniz. Belgeniz birden fazla dosya içeriyorsa, bunları zipleyip .zip dosyasını yükleme seçeneklerinden birini kullanarak şuraya yükleyebilirsiniz: [proje panosu](https://www.overleaf.com/dash) (aşağıdaki resme bakın).

![Pano’dan .zip yükleyerek yeni proje oluşturma](/files/d96b6f151631734b2d4d73814b9064b44219f0bc)

Alternatif olarak, önce boş bir proje oluşturabilirsiniz (veya Galeri’deki bir şablondan oluşturabilirsiniz). Proje düzenleyici yüklendiğinde, dosya listesinin üst kısmındaki “Yükle” düğmesine tıklayın. Ardından, bilgisayarınızdan yüklemek istediğiniz dosyaları seçebilirsiniz; bunun için önce bir dosya gezgini açmak üzere “Bilgisayarınızdan seç” düğmesine tıklayabilir ya da dosyaları Explorer/Finder’dan yükleyiciye sürükleyip bırakabilirsiniz. Bu animasyonlu GIF, bunun nasıl yapılacağını gösteriyor:

![Bir projeye birden fazla dosya yükleme](/files/918b0405217a553beed1d0ecc8f6ff89713ba122)

Muhtemelen proje ana belgesini de, dosya listesi panelinin üzerindeki Overleaf menü simgesine tıklayarak değiştirmeniz gerekir.

### Yeni bir projeyi göndermek için git kullanabilir miyim?

Git kullanıyorsanız, ayrıca [dosyalarınızı git push ile gönderebilirsiniz](https://www.overleaf.com/help/230-how-do-i-push-a-new-project-to-overleaf-via-git) Overleaf projenize.

### Yeni projeleri yüklemek için bir API var mı?

Ayrıca, bizim [geliştiriciler sayfasındaki](https://www.overleaf.com/devs) seçeneklerden birini kullanarak web sitenizden doğrudan Overleaf’e aktarım yapabilirsiniz.


---

# 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/tr/bilgi-bankasi/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.
