# Blocchi interattivi

Oltre al Markdown predefinito che puoi scrivere, GitBook ha una serie di blocchi interattivi pronti all'uso che puoi utilizzare. Puoi trovare i blocchi interattivi premendo `/` all'interno dell'editor.

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

### Schede

{% tabs %}
{% tab title="Prima scheda" %}
Ogni scheda è come una mini pagina — può contenere più altri blocchi, di qualsiasi tipo. Quindi puoi aggiungere blocchi di codice, immagini, blocchi di integrazione e altro ancora a singole schede nello stesso blocco di schede.
{% endtab %}

{% tab title="Seconda scheda" %}
Aggiungi immagini, contenuti incorporati, blocchi di codice e altro.

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

{% endtab %}
{% endtabs %}

### Sezioni espandibili

<details>

<summary>Clicca per espandere</summary>

I blocchi espandibili sono utili per condensare ciò che altrimenti potrebbe essere un paragrafo lungo. Sono anche ottimi nelle guide passo-passo e nelle FAQ.

</details>

### Contenuto incorporato

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

{% hint style="info" %}
GitBook supporta migliaia di siti web incorporati pronti all'uso, semplicemente incollando i loro link. Sentiti libero di controllare quali [sono supportati nativamente](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/italian-documentation/nozioni-di-base/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.
