> For the complete documentation index, see [llms.txt](https://ayakaleaf-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://ayakaleaf-pro.ayaka.space/on-premises/nl/installatie/using-the-github-codespace.md).

# GitHub Codespace gebruiken

De eenvoudigste manier om uw Overleaf Pro in te stellen is via GitHub Codespaces, waar alle omgevingsvariabelen vooraf zijn geconfigureerd, zodat u het direct kunt gebruiken.

{% hint style="warning" %}
Wanneer u Docker-containers gebruikt via GitHub Codespaces, wordt de Codespace niet automatisch afgesloten en blijft deze **gefactureerd**. Raadpleeg voor de factureringsregels van GitHub Codespaces [de factureringsregels van GitHub Codespaces](https://docs.github.com/en/billing/concepts/product-billing/github-codespaces).

Om uw GitHub Codespaces te beheren, bezoekt u <https://github.com/codespaces>. Wanneer u het niet meer nodig hebt, verwijder uw Codespace dan tijdig.
{% endhint %}

We hebben **vooraf geconfigureerd** de volgende functies:

* [x] Sjablonensysteem
* [x] Openbare registratie
* [x] Sandbox-compilatie
* [x] Git-bridge voor Overleaf
* [x] Beoordelingspaneel

{% stepper %}
{% step %}

### Maak uw GitHub Codespace aan

Klik op de volgende knop om uw GitHub Codespace aan te maken. Wat de serverconfiguratie betreft, **2 cores met 8 GB RAM** zijn over het algemeen voldoende voor individuele dagelijkse bewerking. Als u van plan bent om samen te werken binnen een **klein team**, raden we een configuratie aan met **4 cores of meer**.

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

{% step %}

### Overleaf-instantie initialiseren

Wanneer uw codespace klaar is, voert u het volgende commando uit in uw bash om uw Overleaf-instantie te initialiseren.

{% code title="bash" %}

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

{% endcode %}

{% hint style="info" %}
Het kan zijn dat u minstens 3 minuten moet wachten voordat we alle Docker-images die u nodig hebt, hebben opgehaald.
{% endhint %}

<figure><img src="/files/0ace080e84dbb0a4e995b08e2d4ebe3bcc6b2409" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Poort 80 beschikbaar maken

Schakel over naar het **Poorten** tabblad en volg daarna deze stappen om poort 80 openbaar te maken.

<figure><img src="/files/8e210c8b3d7354547091c3815ede9df31c613a2f" alt=""><figcaption></figcaption></figure>

Daarna kunt u klikken op het **Doorstuuradres** om uw Overleaf-instantie te bezoeken. Mogelijk moet u `/launchpad` toevoegen om de welkomstpagina van Overleaf te bezoeken.
{% endstep %}

{% step %}

### Maak uw beheerdersaccount aan

Voer uw beheerdersaccount en wachtwoord in en klik vervolgens op de knop Registreren.

<figure><img src="/files/5a44faf563d41f77ca758ab55506694ff3d205cb" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Veel schrijfplezier

Nu is het tijd om te genieten van uw $$\LaTeX$$ schrijven!

<figure><img src="/files/00d6f218fd4e77588a9a85b5bdd03013005448ef" 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://ayakaleaf-pro.ayaka.space/on-premises/nl/installatie/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.
