# Etkileşimli bloklar

Yazabileceğiniz varsayılan Markdown'a ek olarak, GitBook'un kullanabileceğiniz bir dizi hazır etkileşimli bloğu vardır. Etkileşimli blokları editör içinde `/` tuşuna basarak bulabilirsiniz.

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

### Sekmeler

{% tabs %}
{% tab title="Birinci sekme" %}
Her sekme bir mini sayfa gibidir — her türden birden fazla başka blok içerebilir. Bu nedenle, aynı sekme bloğundaki bireysel sekmelere kod blokları, resimler, entegrasyon blokları ve daha fazlasını ekleyebilirsiniz.
{% endtab %}

{% tab title="İkinci sekme" %}
Resimler, gömülü içerik, kod blokları ve daha fazlasını ekleyin.

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

{% endtab %}
{% endtabs %}

### Genişletilebilir bölümler

<details>

<summary>Genişletmek için tıklayın</summary>

Genişletilebilir bloklar, aksi takdirde uzun olabilecek bir paragrafı kısaltmada yardımcı olur. Ayrıca adım adım kılavuzlar ve SSS'ler için de harikadır.

</details>

### Gömülü içerik

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

{% hint style="info" %}
GitBook, bağlantılarını yapıştırarak binlerce gömülü web sitesini kutudan çıkar çıkmaz destekler. Hangi sitelerin [doğrudan desteklendiğini](https://iframely.com) kontrol etmekten çekinmeyin.
{% 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/turkish-documentation/temel-bilgiler/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.
