> For the complete documentation index, see [llms.txt](https://docs.abracadabra.money/learn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.abracadabra.money/learn/abracadabra-turkish/intro/the-dashboard.md).

# Kontrol Paneli

**Paneli Kullanma Metotları**\
![](https://i.imgur.com/DxBgfzy.png)

Kontrol Paneli sayfasına girmek için buna tıklayın.\
![](https://i.imgur.com/x67vtP2.png)

Bu sayfa kullanıcıların [abracadabra.money](https://abracadabra.money/) etkileşim kurmasına ve aşağıdaki pozisyonların çeşitli yönleri hakkında veri toplamasına olanak tanıyan birkaç pencereye sahiptir.

## Bentobox’ta MIM Bakiyesi <a href="#bentoboxta-mim-bakiyesi" id="bentoboxta-mim-bakiyesi"></a>

Bu pencere, kullanıcının Bentobox’ta sahip olduğu MIM miktarını tanımlar. Bunu aklınızda bulundurun. Abracadabra Kashi Teknolojisini kullanıyor ve Bentobox ile etkileşime girer. Bentobox’ın ne olduğu hakkında daha fazla bilgiye [buradan](https://docs.sushi.com/products/bentobox) erişebilirsiniz.

![](https://i.imgur.com/cYwDUej.png)

Konumunuzu kaldırdıktan sonra, lütfen burada bakiyenizi kontrol edin. Bentobox bakiyenize bazı MIM’ler gönderilebilir ve ÇEKİM düğmesine tıklayarak para çekebilirsiniz.

## Özet <a href="#oezet" id="oezet"></a>

Bu pencere, bir kullanıcıya mevcut pozisyonunun hızlı bir özetini verir.

![](https://i.imgur.com/0je9Dm5.png)

* **TOPLAM Ödünç Alınan** - Ödünç alınan MIM tokenlarının toplam miktarını görüntüler.
* **TOPLAM Teminatlandırılmış**- Tüm pozisyonlara sağlanan tüm ibTKN’lerin USD değerini görüntüler.
* **Açık Anlaşmalar** - Teminat olarak şu anda hangi ibTKNS türlerinin kullanıldığını gösterir.

**Açık pozisyonlar**\
Sayfanın alt kısmında, tüm kullanıcının konumlarının bir özeti ve şu anda ne kadar sağlıklı oldukları gösterilir.


---

# 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.abracadabra.money/learn/abracadabra-turkish/intro/the-dashboard.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.
