> 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/on-premises-cs/zaciname/before-you-start.md).

# Než začnete

Než nainstalujete Overleaf, je důležité se seznámit s požadavky, instalačním procesem, možnostmi konfigurace a oddíly této dokumentace týkajícími se upgradu. Stejně důležité je také dobře porozumět požadavkům vaší organizace na používání Overleafu a nezbytné základní infrastruktuře potřebné pro jeho úspěšný provoz.

### Co mohu udělat pro přípravu? <a href="#what-can-i-do-to-prepare" id="what-can-i-do-to-prepare"></a>

Pochopte požadavky pro provoz Overleafu. To zahrnuje vyhodnocení stávajícího serverového prostředí vaší organizace, síťových možností a úložných zdrojů. Ujistěte se, že vaše infrastruktura splňuje nebo překračuje uvedené požadavky popsané v této dokumentaci.

Před zahájením instalačního procesu se ujistěte, že máte administrátorský přístup k serveru, na který chcete Overleaf nasadit. To může vyžadovat koordinaci s vaším IT týmem nebo správci systému, aby vám poskytli potřebná oprávnění a zdroje. Kromě toho si prostudujte všechna bezpečnostní hlediska nebo síťové zásady, které by mohly instalaci ovlivnit.

{% content-ref url="/spaces/JBUiUFg9lYgOPSRukI2h/pages/ea475b51adb79967de6a1609462ba986c618ac77" %}
[Požadavky](/on-premises/on-premises-cs/zaciname/requirements.md)
{% endcontent-ref %}

### Co když budu mít problém? <a href="#what-if-i-have-a-problem" id="what-if-i-have-a-problem"></a>

{% hint style="info" %}
Upozorňujeme, že jsme **ne** schopni poskytovat podporu pro lokální instalace bezplatné Community Edition.
{% endhint %}

Pokud narazíte na jakékoli problémy, doporučujeme nejprve se podívat na [část pro řešení problémů](/on-premises/on-premises-cs/podpora/troubleshooting.md) dokumentace, protože obsahuje běžné potíže a požadované informace, které bude tým podpory potřebovat, pokud se na něj obrátíte s žádostí o pomoc.

Dodržením těchto kroků a důkladným prostudováním dokumentace budete dobře připraveni nainstalovat, nakonfigurovat a spravovat Overleaf podle požadavků vaší organizace. Pamatujte, že pro úspěšné nasazení je klíčové dobré porozumění vaší infrastruktuře a instalačnímu procesu.


---

# 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/on-premises-cs/zaciname/before-you-start.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.
