> 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/da/vidensbase/006-can-i-choose-which-file-is-the-main-tex-file-in-a-project-on-overleaf.md).

# Kan jeg vælge, hvilken fil der er hoved-tex-filen i et projekt i Overleaf?

Ja, ved at følge disse trin:

1. Klik på Overleaf-menuikonet (![OLmenu.png](/files/799d7e397e5ae56df42d3ca55dca98863bb6fe13)), som er placeret over fillisten.
2. Find i menuen **Hoveddokument** indstillingen, og sæt den til din foretrukne `.tex` fil:

   ![SettingMainTeX.png](/files/56a3e707976e177af0b6e846e2b59a9447a75fbd)
3. Dette vil indstille filen til at blive kompileret og forhåndsvist, hver gang du vender tilbage til dit projekt.

**Noter**:

* For at sikre, at Overleaf-funktioner virker korrekt, anbefaler vi at placere projektets hoved `.tex` fil i projektets topniveau-mappe. For eksempel omfatter berørte funktioner [spring-til-placering](/latex/da/vidensbase/022-can-t-find-jump-to-location-arrows.md), [ordtælling](/latex/da/vidensbase/099-is-there-a-way-to-run-a-word-count-that-doesn-t-include-latex-commands.md) og scripts som [makeglossaries](/latex/da/dokumentstruktur/05-glossaries.md) osv.,
* Enhver projektfil, der indeholder en `\documentclass` kommando kan kompileres, når den åbnes i editoren, ved at vælge **Genkompilér** knappen. Dette giver dig mulighed for at kompilere flere dokumenter i ét Overleaf-projekt uden at ændre projektets indstilling for hovedfilen.


---

# 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/da/vidensbase/006-can-i-choose-which-file-is-the-main-tex-file-in-a-project-on-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.
