> 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/cerez-yonetimi/converting-cookies.md).

# Çerezleri dönüştürme

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

Bu makalede, Netscape çerezlerini JSON formatına ve JSON formatını düz/temel (Netscape) formatına nasıl dönüştüreceğimizi açıklıyoruz.

Web siteleri, kullanıcı trafiğini analiz etmek ve web sitesi etkinliğine dayalı olarak ilgili reklamları göstererek gezinmeyi kişiselleştirmek için çerezleri kullanır. Çerezler, birinci taraf (kullanıcının ziyaret ettiği web sitesi tarafından oluşturulan) veya üçüncü taraf (diğer web sayfaları tarafından oluşturulan) olabilir. Hem birinci taraf hem de üçüncü taraf çerezleri, oturum sonlandığında silinen oturum sınırlı veya son kullanma tarihine kadar kalıcı olabilir.

Çerezleri Netscape ve JSON formatları arasında dönüştürmek için **<https://www.cookieconverter.com/>** (Incogniton tarafından desteklenmektedir) kullanabilirsiniz.

### Netscape formatını JSON formatına dönüştürme

{% stepper %}
{% step %}

#### **Netscape formatında çerezleri ekleyin**

Çerezleri Netscape formatında sağlanan metin alanına ekleyin veya Netscape formatındaki çerez dosyasını yükleyin.

![](/files/3c30a11e208ba5f3b9b459af6ee3a091a29185d4)
{% endstep %}

{% step %}

#### **Çerezleri dönüştürün**

JSON formatında çerezler oluşturmak için alttaki **Convert Cookies** düğmesine tıklayın.

![](/files/1ae272e2dc68772fb0787fb5a702b1bb3e731b37)
{% endstep %}
{% endstepper %}

### JSON formatını düz / temel (Netscape) formatına dönüştürme

{% stepper %}
{% step %}

#### **JSON formatında çerezleri ekleyin**

Çerezleri JSON formatında sağlanan metin alanına ekleyin veya JSON formatındaki çerez dosyasını yükleyin.

![](/files/64b359e5f5afadeff732922a9209aadf2476d85f)
{% endstep %}

{% step %}

#### **Çerezleri dönüştürün**

Düz veya temel (Netscape) formatında çerezler oluşturmak için alttaki **Convert Cookies** düğmesine tıklayın.

![](/files/1ae272e2dc68772fb0787fb5a702b1bb3e731b37)
{% endstep %}
{% endstepper %}

{% hint style="info" %}
Çerez toplamak istiyorsanız, lütfen [bu makaleyi](/documentation/turkish-documentation/cerez-yonetimi/cookie-collector.md) okuyun. Çerezleri dışa aktarmak istiyorsanız, lütfen [bu makaleyi](/documentation/turkish-documentation/cerez-yonetimi/exporting-cookies.md) okuyun. Çerezleri içe aktarmak istiyorsanız, lütfen [bu makaleyi](/documentation/turkish-documentation/cerez-yonetimi/importing-cookies.md) okuyun.
{% endhint %}

{% hint style="info" %}
Daha fazla açıklamaya ihtiyaç duyarsanız, lütfen [destek ekibimizle](https://incogniton.com/contact/) iletişime geçmekten ç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, and the optional `goal` query parameter:

```
GET https://docs.incogniton.com/documentation/turkish-documentation/cerez-yonetimi/converting-cookies.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
