> 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/readme.md).

# Innledning

Sliter du med å lage en LaTeX-tabell? Trenger du hjelp til å formatere figurer? Du er på rett sted. Fra grunnleggende LaTeX til avanserte teknikker har Overleaf det du trenger.

## Introduksjon til LaTeX

Start med vårt nye [nettbaserte LaTeX-kurs](https://learn.overleaf.com/path/novice-learning-path) utformet for helt nybegynnere på [Overleafs læringssenter](https://learn.overleaf.com).

Meld deg på gratis direktesendte webinarer om Overleaf og andre temaer — sjekk ut vår [kalender for direktesendte arrangementer](https://learn.overleaf.com/calendar) for å komme i gang.

Se [Overleafs dokumentasjon](https://docs.overleaf.com/) for flere [forslag til opplæringsressurser](https://docs.overleaf.com/getting-started/latex-tutorials).

## Overleaf-guider

* [Overleaf-brukerdokumentasjon](https://docs.overleaf.com/)
* [Overleaf-gruppeadministrasjon](https://docs.overleaf.com/groups)
* [Overleaf Commons-administrasjon](https://docs.overleaf.com/commons)
* [Overleaf lokalt installert](https://docs.overleaf.com/on-premises)
* [Overleafs læringssenter](https://learn.overleaf.com/)

## Det viktigste i LaTeX

Se vår [omfattende liste over LaTeX-emner](https://www.overleaf.com/learn/latex/Contents). Noen av de mest populære sidene i samlingen vår inkluderer:

* [Tabeller](/latex/no/figurer-og-tabeller/01-tables.md)
* [Plassering av bilder og tabeller](/latex/no/figurer-og-tabeller/02-positioning-images-and-tables.md)
* [Tekstjustering](/latex/no/formatering/06-text-alignment.md)
* [Liste over greske bokstaver og matematiske symboler](/latex/no/matematikk/11-list-of-greek-letters-and-math-symbols.md)
* [Lister](/latex/no/grunnleggende-latex/04-lists.md)
* [Feil](/latex/no/grunnleggende-latex/05-errors.md)
* [Bruke farger i LaTeX](/latex/no/formatering/13-using-colors-in-latex.md)
* [Justering av ligninger](/latex/no/matematikk/06-aligning-equations-with-amsmath.md)
* [Linjeskift og tomrom](/latex/no/formatering/05-line-breaks-and-blank-spaces.md)

[Flere emner](https://www.overleaf.com/learn/latex/Contents)

## Avansert TeX/LaTeX

Overleaf har publisert et bredt utvalg av [dyptgående tekniske artikler](/latex/no/avansert-tex-latex/01-articles.md) for lesere som er interessert i lavnivåoppførselen til TeX-motorer.


---

# 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/readme.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.
