> 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/sv/kunskapsbas/161-which-file-types-should-not-be-uploaded-to-overleaf.md).

# Vilka filtyper bör inte laddas upp till Overleaf?

Innan du paketerar filerna i ditt lokala projekt till en .zip-fil för uppladdning till Overleaf (för att skapa ett nytt projekt) behöver du se till att inga av dessa filer/filtyper kommer att orsaka konflikter med Overleafs LaTeX-kompilerings-/byggprocess.

### Innan du laddar upp din ZIP-fil...

Om den uppladdade .zip-filen innehåller en `main.tex` fil och en `main.pdf` fil, då är filen "main.pdf" som visas i ditt Overleaf-projekts *fillista* är alltid den fil som du har *laddats upp* laddat upp till projektet – den kommer inte att uppdateras för att visa vad du har arbetat med i projektet: dvs. den betraktas som en "indatafil" eftersom den laddades upp av en användare.

För att undvika förvirring rekommenderar vi att PDF-filer med samma namn som ditt lokala projekts huvud `.tex` fil tas bort från ditt lokala projekt före uppladdning. Du kan ladda ner den uppdaterade PDF-filen genom att klicka på knappen "Ladda ner PDF" bredvid knappen "Kompilera om", eller alternativt klicka på Overleaf-menyn uppe till vänster och sedan "Ladda ner PDF".

### Lokala projektfiler som ska tas bort innan du laddar upp en ZIP-fil till Overleaf

Följande filtillägg är hjälpfiler som genereras av kompileringsprocessen och bör också tas bort från listan över projektfiler innan du laddar upp till Overleaf:

* `*.aux` (om du inte använder `xr` -paketet)
* Innehållsförteckning, lista över figurer/tabeller:`*.toc`, `*.lof`, `*.lot`
* Hjälpfiler och utdatafiler för referenser och citeringar `*.bbl` (om du inte är *inte* med en `.bib` fil och förlitar dig på `.bbl` endast), `*.bcf`, `*.blg`
* Beamer-hjälpfiler `*.snm`, `*.out`, `*.nav`, `*.vrb`
* Glosor/nomenklatur/förkortningar `*.ind`, `*.ilg`,`*.ist` (om det inte är din anpassade stilfil för index), `*.glg`,`*.gls`, `*.glo`, `*.acn`, `*.acr`, `*.alg`
* SyncTeX-fil `*.synctex.gz`
* `latexmk` hjälpfiler filer`*.run.xml`, `*.fls`
* Andra genererade filtillägg som skapas av olika paket.

Om du laddar upp dessa filer manuellt till din projektlista kan det orsaka problem med byggverktyget, särskilt `*.run.xml`!


---

# 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/sv/kunskapsbas/161-which-file-types-should-not-be-uploaded-to-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.
