# Markdown

GitBook birçok farklı içerik türünü destekler ve Markdown tarafından desteklenir — yani mevcut herhangi bir Markdown dosyasını doğrudan editöre kopyalayıp yapıştırabilirsiniz!

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

Denemekten çekinmeyin ve aşağıdaki Markdown'u üst sağ köşedeki kod bloğunun üzerine gelerek kopyalayın ve altına yeni bir satıra yapıştırın.

```markdown
# Başlık

Bu, belgelerimize bir [bağlantı](https://docs.gitbook.com) içeren bazı paragraf metinleridir. 

## Başlık 2
- Nokta 1
- Nokta 2
- Nokta 3
```

{% hint style="info" %}
Birden fazla dosyanız varsa, GitBook tam depoları içe aktarmayı da kolaylaştırır — böylece GitBook içeriğinizi senkronize tutabilirsiniz.
{% 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/markdown.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.
