> 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-toolkit/5.-personalizing-your-instance.md).

# 5. Uw instantie personaliseren

### Uw instantie personaliseren <a href="#personalizing-your-instance" id="personalizing-your-instance"></a>

Voordat u uw Overleaf-instantie voor de eerste keer start, werkt u het `config/variables.env` configuratiebestand bij met uw aangepaste informatie.

{% stepper %}
{% step %}

### Bewerk het variabelenbestand

Open `config/variables.env` in uw favoriete teksteditor en werk de onderstaande omgevingsvariabelen bij met de vereiste waarden.
{% endstep %}

{% step %}

### Vereiste omgevingsvariabelen

Werk de volgende variabelen bij in `config/variables.env`:

| Naam                          | Beschrijving                                                                                                                                                           | Voorbeeld                       |
| ----------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------- |
| `OVERLEAF_SITE_URL`           | Waar uw Overleaf-instantie publiek toegankelijk is. Dit wordt gebruikt in openbare links en bij verbinding via websockets, dus **moet correct worden geconfigureerd**! | `https://overleaf.lilliput.com` |
| `OVERLEAF_EMAIL_FROM_ADDRESS` | Dit e-mailadres wordt gebruikt als het `afzender` adres voor alle uitgaande e-mails.                                                                                   | `no-reply@lilliput.com`         |
| `OVERLEAF_ADMIN_EMAIL`        | Het e-mailadres waarmee gebruikers contact kunnen opnemen met de persoon die de site beheert.                                                                          | `it-services@lilliput.com`      |

Nadat u deze omgevingsvariabelen hebt bijgewerkt, slaat u op en sluit u af.
{% endstep %}

{% step %}

### Start uw instantie

Voer het volgende uit om uw instantie te starten:

{% code title="Start de instantie" %}

```
bin/up
```

{% endcode %}

Deze opdracht downloadt de vereiste afbeeldingen, maakt de containers aan (met uw aanpassingen) en start de instantie. U zou loguitvoer van de verschillende Docker-containers moeten zien.

Om ze later opnieuw te starten (zonder aan de loguitvoer te koppelen), voert u het volgende uit:

{% code title="Start zonder koppeling aan logs" %}

```
bin/start
```

{% endcode %}
{% endstep %}
{% endstepper %}

{% hint style="info" %}
De Toolkit gebruikt `docker compose` om de Overleaf-Dockercontainers te beheren. De Toolkit biedt een set scripts die `docker compose` en de meeste details voor u afhandelen.
{% endhint %}

Als alles goed gaat, zou u de inlogpagina voor uw nieuwe Overleaf-instantie moeten kunnen bekijken door naar <http://127.0.0.1/> of <http://localhost/> in uw browser.

{% hint style="warning" %}
Afhankelijk van uw netwerkconfiguratie en waar uw Overleaf-instantie wordt gehost, moet u mogelijk aanvullende configuratiewijzigingen aanbrengen. Raadpleeg de Toolkit-instellingen voor meer details:

<https://docs.overleaf.com/on-premises/configuration/overleaf-toolkit/toolkit-settings>
{% endhint %}


---

# 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-toolkit/5.-personalizing-your-instance.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.
