# Interactieve blokken

Naast de standaard Markdown die je kunt schrijven, heeft GitBook een aantal kant-en-klare interactieve blokken die je kunt gebruiken. Je kunt interactieve blokken vinden door `/` in de editor te drukken.

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

### Tabs

{% tabs %}
{% tab title="Eerste tab" %}
Elke tab is als een mini-pagina — het kan meerdere andere blokken bevatten, van elk type. Dus je kunt codeblokken, afbeeldingen, integratieblokken en meer toevoegen aan individuele tabs in hetzelfde tabblok.
{% endtab %}

{% tab title="Tweede tab" %}
Voeg afbeeldingen, ingesloten inhoud, codeblokken en meer toe.

```javascript
const handleFetchEvent = async (request, context) => {
    return new Response({message: "Hello World"});
};
```

{% endtab %}
{% endtabs %}

### Uitklapbare secties

<details>

<summary>Klik om uit te klappen</summary>

Uitklapbare blokken zijn handig om samen te vatten wat anders een lange paragraaf zou kunnen zijn. Ze zijn ook geweldig in stapsgewijze handleidingen en FAQ's.

</details>

### Ingesloten inhoud

{% embed url="<https://www.youtube.com/watch?v=YILlrDYzAm4>" %}

{% hint style="info" %}
GitBook ondersteunt duizenden ingesloten websites kant-en-klaar, simpelweg door hun links te plakken. Voel je vrij om te bekijken welke[ native worden ondersteund](https://iframely.com).
{% endhint %}


---

# 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/interactive-blocks.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.
