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

# Gebruik van GitHub Codespace

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

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

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

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

* [x] Sjablonensysteem
* [x] Openbare registratie
* [x] Sandbox-compile
* [x] Git-brug voor Overleaf
* [x] Beoordelingspaneel

{% stepper %}
{% step %}

### Maak je GitHub Codespace aan

Klik op de volgende knop om je GitHub Codespace aan te maken. Wat serverconfiguratie betreft, **2 cores met 8 GB RAM** is over het algemeen voldoende voor dagelijks individueel bewerken. Als je van plan bent samen te werken binnen een **klein team**, raden we aan een configuratie te kiezen 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 je codespace klaar is, voer je de volgende opdracht uit in je bash om je Overleaf-instantie te initialiseren.

{% code title="bash" %}

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

{% endcode %}

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

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

{% step %}

### 80-poort beschikbaar maken

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

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

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

{% step %}

### Maak je beheerdersaccount aan

Voer je 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 je $$\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://overleaf-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.
