> For the complete documentation index, see [llms.txt](https://rehber.sedef.me/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://rehber.sedef.me/yardim/sorun-bildir.md).

# Sorun mu Var?

Her şey ters gidiyor gibi hissediyorsan sakin ol. Çoğu sorunun basit bir çözümü var.

## Sık karşılaşılan sorunlar

<details>

<summary>Şifremi unuttum</summary>

Bir **Yönetici**'ye Discord'dan ulaş, hesabını sıfırlamana yardımcı olur.

</details>

<details>

<summary>Eşyam çalındı / evim bozuldu</summary>

Hemen bir **Abi** veya **Yönetici**'ye yaz. Her şeyin logu tutuluyor — kimin yaptığı bulunur ve zarar **geri alınabilir**. Kendin misilleme yapma, durumu yetkiliye bırak.

</details>

<details>

<summary>Bir yere inşa edemiyorum</summary>

Muhtemelen başkasının arsasındasın ya da spawn koruma alanındasın. Elinde **sopa** ile tıklayarak sınırları kontrol et. Kendi arsan değilse, sahibinden `/trust` istemen gerekir.

</details>

<details>

<summary>Işınlanma çalışmıyor</summary>

Işınlanma birkaç saniye sürer ve o sırada **hareket edersen iptal olur**. Sabit dur ve bekle.

</details>

<details>

<summary>Skinim görünmüyor</summary>

Birkaç saniye bekle ya da `/skin <isim>` komutunu tekrar çalıştır. Bazen giriş sonrası geç yüklenir.

</details>

<details>

<summary>Discord rütbem gelmedi</summary>

`/discord link` komutunu çalıştırıp çıkan adımları tamamladığından emin ol. Hâlâ gelmezse bir Yönetici'ye yaz.

</details>

## Yardım isteme

{% hint style="info" %}
Çözemediğin bir şey olursa **Discord'dan bir Abi veya Yönetici'ye** yaz. Sorununu net anlat: ne yaptın, ne bekliyordun, ne oldu. Ne kadar açık yazarsan o kadar hızlı çözülür.
{% endhint %}

{% hint style="danger" %}
Asla kendi başına misilleme yapma, başkasının eşyasına "karşılık" olarak dokunma. İki taraf da kural ihlali yapmış olur. Sorunu her zaman yetkiliye bırak.
{% 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://rehber.sedef.me/yardim/sorun-bildir.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.
