> 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/on-premises/sv/installation/introduction.md).

# Introduktion

Oavsett om du är en forskare som är intresserad av att köra Community Edition i din betrodda arbetsgrupp eller en företagsorganisation som vill integrera Overleaf Pro i er befintliga infrastruktur, rekommenderar vi starkt att du börjar med att konfigurera din nya instans med vår [Toolkit](https://github.com/overleaf/toolkit) med standardavbildningen för Community Edition, eftersom detta är ett utmärkt sätt att bekanta er med plattformens krav och hjälper till att säkerställa en smidig upplevelse när ni bestämmer er för att uppgradera till Overleaf Pro.

Precis som Community Edition levereras Overleaf Pro som en Docker-container och är en direkt ersättning som dessutom inkluderar funktioner som SSO via LDAP och SAML2, förbättrad säkerhet, spårade ändringar, kommentarer, vår optimerade version av TeX Live, mallar och en administrationspanel.

När du väl har driftsatt Community Edition med hjälp av Toolkit och bekantat dig med applikationen kan du enkelt byta till Overleaf Pro genom att följa instruktionerna [här](/on-premises/sv/installation/using-the-toolkit/4.-get-overleaf-pro-images.md#switching-to-pro).


---

# 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/on-premises/sv/installation/introduction.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.
