> 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/pl/instalacja/using-the-github-codespace.md).

# Korzystanie z GitHub Codespace

Najłatwiejszym sposobem konfiguracji Overleaf Pro jest użycie GitHub Codespace, gdzie wszystkie zmienne środowiskowe są wstępnie skonfigurowane, aby zapewnić gotowość do użycia od razu po uruchomieniu.

{% hint style="warning" %}
Gdy uruchamiasz kontenery Docker za pomocą GitHub Codespaces, Codespace nie wyłączy się automatycznie i będzie nadal **rozliczany**. Aby zapoznać się z zasadami rozliczania GitHub Codespaces, prosimy odwołać się do [zasad rozliczania GitHub Codespaces](https://docs.github.com/en/billing/concepts/product-billing/github-codespaces).

Aby zarządzać swoimi GitHub Codespaces, odwiedź <https://github.com/codespaces>. Gdy nie będziesz już go potrzebować, proszę usuń swoje Codespace w odpowiednim czasie.
{% endhint %}

Mamy **wstępnie skonfigurowane** następujące funkcje:

* [x] System szablonów
* [x] Rejestr publiczny
* [x] Kompilacja w piaskownicy
* [x] Most Git dla Overleaf
* [x] Panel recenzji

{% stepper %}
{% step %}

### Utwórz swoje GitHub Codespace

Kliknij poniższy przycisk, aby utworzyć swoje GitHub Codespace. Jeśli chodzi o konfigurację serwera, **2 rdzenie i 8 GB pamięci RAM** zazwyczaj wystarczają do codziennej indywidualnej edycji. Jeśli planujesz współpracować w **małym zespole**, zalecamy wybranie konfiguracji z **4 rdzeniami lub więcej**.

[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/ayaka-notes/overleaf)
{% endstep %}

{% step %}

### Zainicjuj instancję Overleaf

Gdy twoje codespace będzie gotowe, uruchom w bashu poniższe polecenie, aby zainicjować swoją instancję Overleaf.

{% code title="bash" %}

```bash
./init.sh
```

{% endcode %}

{% hint style="info" %}
Może być konieczne odczekanie co najmniej 3 min, zanim pobierzemy wszystkie potrzebne obrazy Dockera.
{% endhint %}

<figure><img src="/files/8e8762cd76d27806c7ab4db98c7245072ec5ac91" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Udostępnij port 80

Przełącz się na kartę **Porty** , a następnie wykonaj poniższe kroki, aby upublicznić port 80.

<figure><img src="/files/a8d294541768519ef9d5b1b55466332480740ab0" alt=""><figcaption></figcaption></figure>

Następnie możesz kliknąć **Adres przekierowania** aby odwiedzić swoją instancję Overleaf. Może być konieczne dodanie `/launchpad` aby przejść do strony powitalnej Overleaf.
{% endstep %}

{% step %}

### Utwórz swoje konto administratora

Wprowadź konto administratora i hasło, a następnie kliknij przycisk Rejestracja.

<figure><img src="/files/8c1bb320e9f50b204732558579a0aa4b869ca791" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Ciesz się pisaniem

Teraz czas cieszyć się swoim $$\LaTeX$$ pisaniem!

<figure><img src="/files/3f49a7a13256f4a0a3d73b4a56891090cc42d144" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}


---

# 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/pl/instalacja/using-the-github-codespace.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.
