> 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/no/flere-emner/16-general.md).

# Generelt

## Grunnleggende

* [Kom i gang](/latex/no/grunnleggende-latex/01-learn-latex-in-30-minutes.md)
* [Kompiler](/latex/no/flere-emner/08-choosing-a-latex-compiler.md)
* [Avsnitt og nye linjer](/latex/no/grunnleggende-latex/02-paragraphs-and-new-lines.md)
* [Fet skrift, kursiv og understreking](/latex/no/grunnleggende-latex/03-bold-italics-and-underlining.md)
* [Lister](/latex/no/grunnleggende-latex/04-lists.md)
* [Støtte for internasjonale språk](/latex/no/sprak/03-international-language-support.md)

## Figurer og tabeller

* [Flyteelementer](/latex/no/figurer-og-tabeller/02-positioning-images-and-tables.md)
* [Bilder](/latex/no/readme.md)
  * [Sette inn bilder](/latex/no/flere-emner/27-inserting-images.md)
  * [Plassering av figurer](/latex/no/figurer-og-tabeller/02-positioning-images-and-tables.md)
  * [Bildetekster for figurer](/latex/no/flere-emner/27-inserting-images.md)
  * [Referanser til figurer](/latex/no/flere-emner/42-referencing-figures.md)
  * [Tekst som flyter rundt figurer](/latex/no/flere-emner/50-wrapping-text-around-figures.md)
  * [Bildehåndtering i et stort prosjekt](/latex/no/flere-emner/27-inserting-images.md)
* [Tabeller](/latex/no/figurer-og-tabeller/01-tables.md)
* [Lister over tabeller og figurer](/latex/no/figurer-og-tabeller/03-lists-of-tables-and-figures.md)
* [picture-miljø](/latex/no/figurer-og-tabeller/04-picture-environment.md)
* [TikZ-pakke](/latex/no/figurer-og-tabeller/05-tikz-package.md)

## Kommandoer

* [Kommandoer og miljøer](/latex/no/flere-emner/09-commands-and-environments.md)
* [Definere dine egne kommandoer](/latex/no/flere-emner/10-defining-your-own-commands.md)

## Dokumentstruktur

* [Seksjoner og kapitler](/latex/no/dokumentstruktur/01-sections-and-chapters.md)
* [Innholdsfortegnelse](/latex/no/dokumentstruktur/02-table-of-contents.md)
* [Kryssreferanser mellom seksjoner og ligninger](/latex/no/dokumentstruktur/03-cross-referencing-sections-equations-and-floats.md)
* [Indekser](/latex/no/dokumentstruktur/04-indices.md)
* [Ordlister](/latex/no/dokumentstruktur/05-glossaries.md)
* [Håndtering i et stort prosjekt](/latex/no/dokumentstruktur/07-management-in-a-large-project.md)

## Referanser og siteringer

* [Håndtering av litteraturliste](/latex/no/flere-emner/05-bibliography-management-in-latex.md)
* [Litteraturlistestiler](/latex/no/referanser-og-sitater/04-bibtex-bibliography-styles.md)
* [Siteringsstiler](/latex/no/referanser-og-sitater/06-natbib-citation-styles.md)

## Anmerkninger

* [Fotnoter](/latex/no/formatering/14-footnotes.md)
* [Marginnotater](/latex/no/formatering/15-margin-notes.md)

## Klassefiler

* [Forstå pakker og klassefiler](/latex/no/klassefiler/01-understanding-packages-and-class-files.md)
* [Liste over pakker og klassefiler](/latex/no/klassefiler/02-overleaf-and-tex-live.md)
* [Skrive din egen pakke](/latex/no/klassefiler/03-writing-your-own-package.md)
* [Tips](/latex/no/readme.md)

## Presentasjoner

* [Beamer](/latex/no/presentasjoner/01-beamer.md)
* [Powerdot](/latex/no/presentasjoner/02-powerdot.md)

## Annet

* [Sette opp sitater](/latex/no/sprak/04-typesetting-quotations.md)

## Generelle ting

* [Teoremer og bevis](/latex/no/fagspesifikt/01-theorems-and-proofs.md)
* [Sjakknotasjon](/latex/no/fagspesifikt/05-chess-notation.md)
* [Strikkeoppskrifter](/latex/no/fagspesifikt/06-knitting-patterns.md)
* [Pgfplots-pakken](/latex/no/fagspesifikt/08-pgfplots-package.md)
* [Eksamen](/latex/no/fagspesifikt/09-typesetting-exams-in-latex.md)
* [LaTeX-verktøy](/latex/no/flere-emner/30-latex-tools.md)


---

# 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/no/flere-emner/16-general.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.
