> For the complete documentation index, see [llms.txt](https://docs.incogniton.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.incogniton.com/documentation/turkish-documentation/temel-bilgiler/interactive-blocks.md).

# 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. Düzenleyici içindeyken `/` tuşuna basarak etkileşimli blokları 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 mini bir 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 harikadırlar.

</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 çıktığı gibi destekler. Hangi sitelerin [yerel olarak desteklendiğini](https://iframely.com) kontrol etmekten çekinmeyin.
{% 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:

```
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.
