# Geliştir

Bu bölüm, ellerini kirletmeye hazır teknik kullanıcılar ve geliştiriciler içindir.

"Temel" alt bölümü, bir blok zinciri geliştiricisi olarak düzenli olarak kullanacağınız bilgilere erişmenizi sağlar

{% content-ref url="/pages/bd77950bc56ed59df2108f340f433580649eacc2" %}
[Temel Bilgiler](/tr-ai/develop/basics.md)
{% endcontent-ref %}

"İleri" alt bölümü, sonuçlara daha hızlı ulaşmaya yardımcı olacak üçüncü taraf araçları veya çerçeveleri kullanır. Bunlar şimdilik Biconomy ve Pyth'i içerir; ileride daha fazlası eklenecek.

{% content-ref url="/pages/52e3617830b6aa678e080e15ea0fdc70c63eb0a5" %}
[İleri Düzey](/tr-ai/develop/advanced.md)
{% endcontent-ref %}


---

# 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.chiliz.com/tr-ai/develop.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.
