# Editor

GitBook heeft een krachtige blokgebaseerde editor waarmee je naadloos je inhoud kunt creëren, bijwerken en verbeteren.

<figure><img src="https://gitbookio.github.io/onboarding-template-images/editor-hero.png" alt=""><figcaption></figcaption></figure>

### Inhoud schrijven

GitBook biedt een scala aan bloktypen die je inline aan je inhoud kunt toevoegen — van eenvoudige tekst en tabellen tot codeblokken en meer. Deze elementen maken je pagina's nuttiger voor lezers en bieden extra informatie en context.

Begin hieronder te typen of druk op `/` om een lijst te zien van de blokken die je aan je pagina kunt toevoegen.

### Een nieuw blok toevoegen

{% stepper %}
{% step %}
**Open het invoegblokmenu**

Druk op `/` op je toetsenbord om het invoegblokmenu te openen.
{% endstep %}

{% step %}
**Zoek naar het blok dat je nodig hebt**

Probeer bijvoorbeeld te zoeken naar "Stepper" om het stepper-blok in te voegen.
{% endstep %}

{% step %}
**Voeg je blok in en bewerk het**

Klik of druk op Enter om je blok in te voegen. Vanaf hier kun je het naar behoefte bewerken.
{% endstep %}
{% endstepper %}


---

# Agent Instructions: 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:

```
GET https://docs.incogniton.com/documentation/dutch-documentation/basisprincipes/editor.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
