> For the complete documentation index, see [llms.txt](https://overleaf-pro.ayaka.space/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://overleaf-pro.ayaka.space/on-premises/tr/yapilandirma/overleaf-toolkit/zotero-entegrasyonu.md).

# Zotero Entegrasyonu

{% hint style="info" %}
Bu özellik başlangıçta şu kişi tarafından geliştirilmiştir [davrot](https://github.com/davrot) ve [yu-i-i/overleaf-cep](https://github.com/yu-i-i/overleaf-cep), şu kişi tarafından değiştirilmiştir [ayaka-notes/overleaf-pro](https://github.com/ayaka-notes/overleaf-pro) OAuth ile. v6.2.0 ve sonrasında tanıtılmıştır. Hâlâ beta durumundadır. Herhangi bir sorun yaşarsanız geri bildirimlerinizi bekliyoruz.
{% endhint %}

<div data-with-frame="true"><figure><img src="/files/6bff40e51283758f275cc56eb5ee29dfd99f74ad" alt=""><figcaption></figcaption></figure></div>

<div data-with-frame="true"><figure><img src="/files/91c69bf3d4fcfb4acdc0c63f84d3beca9e7464da" alt=""><figcaption></figcaption></figure></div>

### Zotero Entegrasyonunu Kur

1. Aç [bu bağlantıyı](https://www.zotero.org/oauth/apps) bir Zotero OAuth istemcisi oluşturmak için (görselde gösterildiği gibi)
2. Seçin **Uygulama Türü**: **Tarayıcı**
3. Geri çağırma URL'sini şununla ayarlayın `${OVERLEAF_SITE_URL}/user/zotero/oauth/callback`&#x20;
4. Şunu yapılandırın `config/variables.env`&#x20;

<figure><img src="/files/b47d61f712e21e19437c4116397497f0c441b5f1" alt="" width="375"><figcaption></figcaption></figure>

{% code title="config/variables.env" %}

```dotenv
#################
#    Zotero     #
#################
# 'zotero' ENABLED_LINKED_FILE_TYPES içinde olmalıdır (develop/docker-compose.yml içinde ayarlanır)
ENABLED_LINKED_FILE_TYPES=project_file,project_output_file,url,zotero

# Bir Zotero OAuth istemcisinden (https://www.zotero.org/oauth/apps adresinde kaydolun)
# Uygulama Türü: Tarayıcı 
# Geri Çağırma URL'si -> ${OVERLEAF_SITE_URL}/user/zotero/oauth/callback
ZOTERO_CLIENT_ID=
ZOTERO_CLIENT_SECRET=
# Zotero API anahtarını mongo'da şifreler (dev ortamında bir anahtar dosyasına yazılmasını önlemek için ayarlayın
# /var/lib/overleaf/data'ya, dev web kapsayıcısının oluşturamayacağı)
# Nasıl oluşturulur: `openssl rand -hex 32`
ZOTERO_CIPHER_PASSWORD=dev-zotero-cipher-password
# İsteğe bağlı: modülün sunucu taraflı Zotero isteklerini (OAuth + API) üzerinden yönlendirin
# bir HTTP proxy'si (web kapsayıcısından erişilebilir olmalı; github-sync ile aynı)
# http://10.0.0.1:10808
# (İsteğe bağlı) ZOTERO_PROXY_URL=
```

{% endcode %}


---

# 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://overleaf-pro.ayaka.space/on-premises/tr/yapilandirma/overleaf-toolkit/zotero-entegrasyonu.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.
